Searched refs:compiler (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dreq.flg30 echo_file usr/src/lib/libcurses/screen/compiler.h
/illumos-gate/usr/src/uts/common/xen/public/
H A Dversion.h44 char compiler[64]; member in struct:xen_compile_info
/illumos-gate/usr/src/
H A DMakefile238 # Targets for reporting compiler versions; nightly uses these.
243 $(ECHO) 32-bit compiler; \
250 $(ECHO) No 32-bit compiler found; \
253 $(ECHO) 32-bit compiler; \
262 $(ECHO) 64-bit compiler; \
269 $(ECHO) No 64-bit compiler found; \
272 $(ECHO) 64-bit compiler; \
284 $(ECHO) No Java compiler found; \
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dstdarg.h74 #error this file needs to be ported to your compiler
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-att.c46 # error Unknown compiler
H A Dsum-crc.c51 const Crcnum_t *tab; /* use |const| to give the compiler a hint that the data won't change */
227 # error Unknown compiler
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker_set.h46 * the GCC compiler happy:
65 #error this file needs to be ported to your compiler
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dia32.il166 rep / our compiler doesn't support "pause" yet,
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c65 char *compiler = NULL; variable
766 t = test_start("finding compiler");
833 test_debugf(t, "Found unknown (unsupported) compiler");
838 myasprintf(&compiler, "%s", compilers[i]);
839 test_debugf(t, "compiler: %s", compiler);
842 test_failed(t, "No compiler found.");
884 test_failed(t, "compiler %s does not support %s", compiler,
890 compiler, cflag
[all...]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk24 # OPTS Extra compiler command-line options.
36 # TCL_FLAGS Extra compiler options needed for programs that use the
188 # Rules to build the LEMON compiler generator
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh20 : C language message catalog compiler
34 [+NAME?msgcc - C language message catalog compiler]
35 [+DESCRIPTION?\bmsgcc\b is a C language message catalog compiler. It accepts
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s31 ! C library routines for compiler support of misaligned memory
/illumos-gate/usr/src/tools/cw/
H A Dcw.c31 * Wrapper for the GNU C compiler to make it accept the Sun C compiler
43 * -### Show compiler commands built by driver, no compilation
59 * -flags Show this summary of compiler options
87 * -noqueue Disable queuing of compiler license requests
105 * -w Suppress compiler warning messages
336 #define CIDX(compiler, flags) \
337 ((int)(compiler) << 1) + ((flags) & CW_F_CXX ? 1 : 0)
366 * Status values to indicate which Studio compiler and associated
378 * to the values in x_trans[n]. The x_flags indicates what compiler
[all...]

Completed in 1340 milliseconds