Home
last modified time | relevance | path

Searched defs:run_tests (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libc/fuzzing/__support/
H A Duint_fuzz.cpp39 template <typename T, typename BigInt> void run_tests(T a, T b) { in run_tests() function
69 void run_tests(const uint8_t *data, size_t size) { in run_tests() function
/llvm-project/lldb/test/API/lang/objc/orderedset/
H A DTestOrderedSet.py23 def run_tests(self): member in TestOrderedSet
/llvm-project/lldb/test/API/lang/objc/single-entry-dictionary/
H A DTestObjCSingleEntryDictionary.py39 def run_tests(self): member in ObjCSingleEntryDictionaryTestCase
/llvm-project/lldb/test/API/functionalities/data-formatter/nsdictionarysynth/
H A DTestNSDictionarySynthetic.py37 def run_tests(self): member in NSDictionarySyntheticTestCase
/llvm-project/lldb/test/API/functionalities/data-formatter/nssetsynth/
H A DTestNSSetSynthetic.py37 def run_tests(self): member in NSSetSyntheticTestCase
/llvm-project/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Druntest.py29 def run_tests(test_file, options): function
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cpp32 int run_tests(int argc, char **argv) { in run_tests() function
/llvm-project/libcxx/test/std/algorithms/
H A Dranges_robust_against_proxy_iterators.pass.cpp54 constexpr void run_tests() { in run_tests() function
/llvm-project/llvm/utils/lit/lit/
H A Dmain.py246 def run_tests(tests, lit_config, opts, discovered_tests): global() function