Home
last modified time | relevance | path

Searched refs:run_tests (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dpolybench_test.sh.in40 run_tests () { function
91 run_tests ppcg "--target=c --tile"
92 run_tests ppcg_live "--target=c --no-live-range-reordering --tile"
96 run_tests ppcg_omp "--target=c --openmp" -fopenmp
103 run_tests ppcg_opencl "--target=opencl --opencl-no-use-gpu" \
H A Dopencl_test.sh.in29 run_tests () { function
/llvm-project-15.0.7/lldb/test/API/lang/objc/orderedset/
H A DTestOrderedSet.py10 self.run_tests()
23 self.run_tests()
25 def run_tests(self): member in TestOrderedSet
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cpp32 int run_tests(int argc, char **argv) { in run_tests() function
36 __tsan_func_entry((void*)((intptr_t)&run_tests + 1)); in run_tests()
58 return run_tests(argc, argv); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/nsdictionarysynth/
H A DTestNSDictionarySynthetic.py25 self.run_tests()
39 self.run_tests()
41 def run_tests(self): member in NSDictionarySyntheticTestCase
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/nssetsynth/
H A DTestNSSetSynthetic.py25 self.run_tests()
39 self.run_tests()
41 def run_tests(self): member in NSSetSyntheticTestCase
/llvm-project-15.0.7/lldb/test/API/lang/objc/single-entry-dictionary/
H A DTestObjCSingleEntryDictionary.py26 self.run_tests()
40 self.run_tests()
42 def run_tests(self): member in ObjCSingleEntryDictionaryTestCase
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Druntest.py29 def run_tests(test_file, options): function
130 (passes, failures, fail_lines) = run_tests(test_file, options)
/llvm-project-15.0.7/libcxx/test/std/algorithms/
H A Dranges_robust_against_proxy_iterators.pass.cpp54 constexpr void run_tests() { in run_tests() function
179 run_tests<int>(); in test_all()
180 run_tests<MoveOnly>(); in test_all()
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dmain.py106 run_tests(selected_tests, lit_config, opts, len(discovered_tests))
217 def run_tests(tests, lit_config, opts, discovered_tests): function