/external/libcxxabi/test/libcxxabi/test/ |
D | config.py | 53 self.cxx.compile_flags += [ 58 self.cxx.compile_flags += ['-funwind-tables'] 60 self.cxx.compile_flags += ['-fno-exceptions', '-DLIBCXXABI_HAS_NO_EXCEPTIONS'] 62 self.cxx.compile_flags += ['-D_LIBCXXABI_HAS_NO_THREADS'] 74 self.cxx.compile_flags += ['-nostdinc++'] 78 self.cxx.compile_flags += ['-I' + cxx_headers] 86 self.cxx.compile_flags += ['-I' + libcxxabi_headers] 93 self.cxx.compile_flags += ['-I' + libunwind_headers]
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 166 % self.cxx.compile_flags) 258 compile_flags = _prefixed_env_list('INCLUDE', '-isystem') 263 compile_flags=compile_flags, 349 self.cxx.compile_flags += ['-Werror=thread-safety'] 493 self.cxx.compile_flags += shlex.split(compile_flags_str) 496 self.cxx.compile_flags += ['-D_CRT_SECURE_NO_WARNINGS'] 500 self.cxx.compile_flags += ['-DNOMINMAX'] 503 self.cxx.compile_flags += shlex.split(additional_flags) 533 self.cxx.compile_flags += ['-std={0}'.format(std)] 539 self.target_info.add_cxx_compile_flags(self.cxx.compile_flags) [all …]
|
D | format.py | 132 test_cxx.compile_flags += [('-D%s' % mdef.strip()) for 147 test_cxx.compile_flags += ['-fobjc-arc'] 149 test_cxx.compile_flags += ['-fno-objc-arc']
|
/external/libunwind_llvm/test/libunwind/test/ |
D | config.py | 44 self.cxx.compile_flags += ['-DLIBUNWIND_NO_TIMER'] 46 self.cxx.compile_flags += ['-fno-exceptions', '-DLIBUNWIND_HAS_NO_EXCEPTIONS'] 49 self.cxx.compile_flags += ['-funwind-tables'] 51 self.cxx.compile_flags += ['-D_LIBUNWIND_HAS_NO_THREADS'] 64 self.cxx.compile_flags += ['-I' + libunwind_headers]
|
/external/compiler-rt/test/dfsan/ |
D | lit.cfg | 15 def build_invocation(compile_flags): 16 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/libcxx/utils/libcxx/ |
D | compiler.py | 21 def __init__(self, path, flags=None, compile_flags=None, link_flags=None, argument 30 self.compile_flags = list(compile_flags or []) 130 cmd += self.compile_flags 251 self.compile_flags += flags
|
/external/compiler-rt/test/scudo/ |
D | lit.cfg | 30 def build_invocation(compile_flags): 31 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/libcxx/test/libcxx/ndk/test/ |
D | config.py | 44 self.compile_flags + ['-c', '-o', '%OUT%', '%SOURCE%']) 46 ['-o', '%OUT%', '%SOURCE%'] + self.compile_flags + self.link_flags)
|
/external/compiler-rt/test/msan/ |
D | lit.cfg | 23 def build_invocation(compile_flags): 24 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/compiler-rt/test/esan/ |
D | lit.cfg | 23 def build_invocation(compile_flags): 24 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/compiler-rt/test/sanitizer_common/ |
D | lit.common.cfg | 41 def build_invocation(compile_flags): 42 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/compiler-rt/test/lsan/ |
D | lit.common.cfg | 40 def build_invocation(compile_flags): 41 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/compiler-rt/test/profile/ |
D | lit.cfg | 52 def build_invocation(compile_flags): 53 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/compiler-rt/test/ubsan/ |
D | lit.common.cfg | 54 def build_invocation(compile_flags): 55 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/compiler-rt/test/tsan/ |
D | lit.cfg | 63 def build_invocation(compile_flags): 64 return " " + " ".join([config.clang] + compile_flags) + " "
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/ |
D | lit.local.cfg | 9 config.test_format.cxx.compile_flags += ['-fcoroutines-ts']
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTCompile.cmake | 59 set(compile_flags ${global_flags} ${SOURCE_CFLAGS}) variable 62 COMMAND ${COMPILER_RT_TEST_COMPILER} ${compile_flags} -c
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout.cc | 194 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map() 201 mort.compile_flags (mapper, map); in hb_aat_layout_compile_map()
|
D | hb-aat-layout-morx-table.hh | 953 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags() function 1103 void compile_flags (const hb_aat_map_builder_t *mapper, in compile_flags() function 1110 map->chain_flags.push (chain->compile_flags (mapper)); in compile_flags()
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 98 def build_invocation(compile_flags): 99 return " " + " ".join([clang_wrapper, config.clang] + compile_flags) + " "
|
/external/google-fruit/extras/benchmark/ |
D | run_benchmarks.py | 69 compile_flags = ['-O2', '-DNDEBUG'] variable 156 args=compile_flags + [ 192 args = compile_flags + [
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 1215 compile_flags = re.DOTALL # Allow dot to match \n 1217 compile_flags = compile_flags | re.IGNORECASE 1221 compiled_pattern_list.append(re.compile(p, compile_flags))
|
/external/libcxx/docs/ |
D | TestingLibcxx.rst | 70 $ lit -sv --param=compile_flags='-Wcustom-warning' 157 .. option:: compile_flags="<list-of-args>"
|