Searched refs:compiler_id (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/lldb/include/lldb/Expression/ |
D | DiagnosticManager.h | 59 DiagnosticOrigin origin, uint32_t compiler_id) in Diagnostic() argument 61 m_compiler_id(compiler_id) {} in Diagnostic() 111 uint32_t compiler_id = LLDB_INVALID_COMPILER_ID) { 113 std::make_unique<Diagnostic>(message, severity, origin, compiler_id));
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangDiagnostic.h | 33 uint32_t compiler_id) in ClangDiagnostic() argument 34 : Diagnostic(message, severity, eDiagnosticOriginClang, compiler_id) {} in ClangDiagnostic()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | cares-compilers.m4 | 27 compiler_id="unknown" 52 if test "$compiler_id" = "unknown"; then 80 compiler_id="CLANG" 115 compiler_id="DEC_C" 138 test "$compiler_id" = "unknown"; then 140 compiler_id="GNU_C" 174 compiler_id="HP_UX_C" 196 compiler_id="IBM_C" 230 compiler_id="INTEL_UNIX_C" 238 compiler_id="INTEL_WINDOWS_C" [all …]
|
/external/compiler-rt/test/ |
D | lit.common.cfg | 25 compiler_id = getattr(config, 'compiler_id', None) 26 if compiler_id == "Clang": 36 elif compiler_id == 'GNU': 40 lit_config.fatal("Unsupported compiler id: %r" % compiler_id) 42 config.available_features.add(compiler_id)
|
D | lit.common.configured.in | 23 set_default("compiler_id", "@COMPILER_RT_TEST_COMPILER_ID@")
|
/external/curl/m4/ |
D | curl-compilers.m4 | 33 compiler_id="unknown" 58 if test "$compiler_id" = "unknown"; then 91 compiler_id="XLCLANG" 94 compiler_id="CLANG" 139 compiler_id="DEC_C" 171 test "$compiler_id" = "unknown"; then 173 compiler_id="GNU_C" 207 compiler_id="HP_UX_C" 229 compiler_id="IBM_C" 263 compiler_id="INTEL_UNIX_C" [all …]
|
/external/llvm-project/compiler-rt/test/ |
D | lit.common.cfg.py | 34 compiler_id = getattr(config, 'compiler_id', None) variable 35 if compiler_id == "Clang": 49 elif compiler_id == 'GNU': 53 lit_config.fatal("Unsupported compiler id: %r" % compiler_id) 55 config.available_features.add(compiler_id)
|
D | lit.common.configured.in | 25 set_default("compiler_id", "@COMPILER_RT_TEST_COMPILER_ID@")
|
/external/llvm-project/compiler-rt/test/asan/ |
D | lit.cfg.py | 84 if config.compiler_id == 'GNU': 223 if config.compiler_id == 'GNU':
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | lit.cfg.py | 41 if config.compiler_id == 'GNU':
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 57 if config.compiler_id == 'GNU': 184 if config.compiler_id == 'GNU':
|
/external/compiler-rt/test/tsan/ |
D | lit.cfg | 36 if config.compiler_id == 'GNU':
|
/external/curl/ |
D | configure | 15791 compiler_id="unknown" 15898 compiler_id="DEC_C" 15960 compiler_id="HP_UX_C" 16022 compiler_id="IBM_C" 16138 compiler_id="INTEL_UNIX_C" 16146 compiler_id="INTEL_WINDOWS_C" 16265 compiler_id="XLCLANG" 16269 compiler_id="CLANG" 16349 test "$compiler_id" = "unknown"; then 16352 compiler_id="GNU_C" [all …]
|
D | configure.ac | 265 if test "$compiler_id" = "INTEL_UNIX_C"; then 280 if test "$compiler_id" = "GNU_C"; then 312 if test "$compiler_id" = "GNU_C"; then
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | configure.ac | 161 if test "$compiler_id" = "INTEL_UNIX_C"; then
|