Home
last modified time | relevance | path

Searched refs:compile_flags (Results 1 – 23 of 23) sorted by relevance

/external/libcxxabi/test/libcxxabi/test/
Dconfig.py53 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/
Dconfig.py166 % 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 …]
Dformat.py132 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/
Dconfig.py44 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/
Dlit.cfg15 def build_invocation(compile_flags):
16 return " " + " ".join([config.clang] + compile_flags) + " "
/external/libcxx/utils/libcxx/
Dcompiler.py21 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/
Dlit.cfg30 def build_invocation(compile_flags):
31 return " " + " ".join([config.clang] + compile_flags) + " "
/external/libcxx/test/libcxx/ndk/test/
Dconfig.py44 self.compile_flags + ['-c', '-o', '%OUT%', '%SOURCE%'])
46 ['-o', '%OUT%', '%SOURCE%'] + self.compile_flags + self.link_flags)
/external/compiler-rt/test/msan/
Dlit.cfg23 def build_invocation(compile_flags):
24 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/esan/
Dlit.cfg23 def build_invocation(compile_flags):
24 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/sanitizer_common/
Dlit.common.cfg41 def build_invocation(compile_flags):
42 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/lsan/
Dlit.common.cfg40 def build_invocation(compile_flags):
41 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/profile/
Dlit.cfg52 def build_invocation(compile_flags):
53 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/ubsan/
Dlit.common.cfg54 def build_invocation(compile_flags):
55 return " " + " ".join([config.clang] + compile_flags) + " "
/external/compiler-rt/test/tsan/
Dlit.cfg63 def build_invocation(compile_flags):
64 return " " + " ".join([config.clang] + compile_flags) + " "
/external/libcxx/test/std/experimental/language.support/support.coroutines/
Dlit.local.cfg9 config.test_format.cxx.compile_flags += ['-fcoroutines-ts']
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake59 set(compile_flags ${global_flags} ${SOURCE_CFLAGS}) variable
62 COMMAND ${COMPILER_RT_TEST_COMPILER} ${compile_flags} -c
/external/harfbuzz_ng/src/
Dhb-aat-layout.cc194 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map()
201 mort.compile_flags (mapper, map); in hb_aat_layout_compile_map()
Dhb-aat-layout-morx-table.hh953 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/
Dlit.cfg98 def build_invocation(compile_flags):
99 return " " + " ".join([clang_wrapper, config.clang] + compile_flags) + " "
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py69 compile_flags = ['-O2', '-DNDEBUG'] variable
156 args=compile_flags + [
192 args = compile_flags + [
/external/autotest/client/common_lib/
Dpexpect.py1215 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/
DTestingLibcxx.rst70 $ lit -sv --param=compile_flags='-Wcustom-warning'
157 .. option:: compile_flags="<list-of-args>"