Searched refs:compiler_version (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/conf/ |
| D | newvers.sh | 306 char compiler_version[] = "${compiler_v}";
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_mib.c | 106 SYSCTL_STRING(_kern, OID_AUTO, compiler_version, CTLFLAG_RD|CTLFLAG_MPSAFE, 107 compiler_version, 0, "Version of compiler used to compile kernel");
|
| D | init_main.c | 358 printf("%s\n", compiler_version); in print_version()
|
| /freebsd-12-stable/sys/contrib/zstd/tests/fuzz/ |
| D | fuzz.py | 143 def compiler_version(cc, cxx): function 163 compiler, version = compiler_version(cc, cxx)
|
| /freebsd-12-stable/sys/sys/ |
| D | systm.h | 57 extern char compiler_version[]; /* compiler version */
|
| /freebsd-12-stable/contrib/gcc/ |
| D | gcc.c | 230 static const char *compiler_version; variable 1571 INIT_STATIC_SPEC ("version", &compiler_version), 3323 compiler_version = temp1 = xstrdup (version_string); in process_command() 6568 if (! strncmp (version_string, compiler_version, n) in main() 6569 && compiler_version[n] == 0) in main() 6573 version_string, compiler_version); in main()
|
| D | FSFChangeLog.11 | 4641 with compiler_version.
|