Searched defs:compiler (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/xen/public/ |
| H A D | version.h | 44 char compiler[64]; member in struct:xen_compile_info
|
| /illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
| H A D | symbols_test.c | 65 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...] |
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| /vbox/src/libs/libxml2-2.6.31/win32/ |
| H A D | configure.js | 65 var compiler = "msvc"; variable 148 txt += " compiler: Compiler to be used [msvc|mingw|bcb] (" + compiler + ")\n"; 149 txt += " cruntime: C-runtime compiler option (only msvc) (" + cruntime + ")\n"; 164 txt += " include: Additional search path for the compiler, particularily\n"; 194 if (compiler == "msvc") 196 else if (compiler == "mingw") 198 else if (compiler == "bcb") 263 if (compiler == "msvc") { 268 } else if (compiler [all...] |
Completed in 91 milliseconds