OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_cxx
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/utils/libcxx/test/
format.py
125
test_cxx
= copy.deepcopy(self.cxx)
127
test_cxx
.useCCache(False)
128
test_cxx
.useWarnings(False)
132
test_cxx
.compile_flags += [('-D%s' % mdef.strip()) for
134
test_cxx
.addWarningFlagIfSupported('-Wno-macro-redefined')
142
test_cxx
.useModules(False)
145
test_cxx
.source_lang = 'objective-c++'
147
test_cxx
.compile_flags += ['-fobjc-arc']
149
test_cxx
.compile_flags += ['-fno-objc-arc']
150
test_cxx
.link_flags += ['-framework', 'Foundation'
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
format.py
125
test_cxx
= copy.deepcopy(self.cxx)
127
test_cxx
.useCCache(False)
128
test_cxx
.useWarnings(False)
132
test_cxx
.compile_flags += [('-D%s' % mdef.strip()) for
134
test_cxx
.addWarningFlagIfSupported('-Wno-macro-redefined')
142
test_cxx
.useModules(False)
145
test_cxx
.source_lang = 'objective-c++'
147
test_cxx
.compile_flags += ['-fobjc-arc']
149
test_cxx
.compile_flags += ['-fno-objc-arc']
150
test_cxx
.link_flags += ['-framework', 'Foundation'
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/ndk/test/
format.py
34
def _evaluate_pass_test(self, test, tmp_base, lit_config,
test_cxx
,
40
test, tmp_base, lit_config,
test_cxx
, parsers)
42
def _evaluate_fail_test(self, test,
test_cxx
, parsers):
46
test,
test_cxx
, parsers)
Completed in 367 milliseconds