Home
last modified time | relevance | path

Searched defs:doTest (Results 1 – 13 of 13) sorted by relevance

/llvm-project/lldb/test/API/lang/objc/conflicting-definition/Test/
H A DTest.m6 - (void) doTest { method
/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp101 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() function in ReducePassList
148 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() function in __anon9e785f0a0211::ReduceCrashingGlobalInitializers
215 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() function in __anon9e785f0a0311::ReduceCrashingFunctions
348 Expected<TestResult> doTest(std::vector<Attribute> &Prefix, in doTest() function in __anon9e785f0a0411::ReduceCrashingFunctionAttributes
454 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() function in __anon9e785f0a0511::ReduceCrashingBlocks
566 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() function in __anon9e785f0a0611::ReduceCrashingConditionals
665 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() function in __anon9e785f0a0711::ReduceSimplifyCFG
750 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() function in __anon9e785f0a0811::ReduceCrashingInstructions
824 Expected<TestResult> doTest(st function in __anon9e785f0a0911::ReduceCrashingMetadata
893 Expected<TestResult> doTest(std::vector<std::string> &Prefix, doTest() function in __anon9e785f0a0a11::ReduceCrashingNamedMD
958 Expected<TestResult> doTest(std::vector<const MDNode *> &Prefix, doTest() function in __anon9e785f0a0b11::ReduceCrashingNamedMDOps
[all...]
H A DMiscompilation.cpp61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix, in doTest() function in ReduceMiscompilingPasses
198 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() function in __anon9e56e3fc0211::ReduceMiscompilingFunctions
460 Expected<TestResult> doTest(std::vector<BasicBlock *> &Prefix, in doTest() function in __anon9e56e3fc0311::ReduceMiscompiledBlocks
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
H A Dexplicit_bool.pass.cpp22 TEST_CONSTEXPR_CXX23 void doTest(UPtr& p, bool ExpectTrue) { in doTest() function
/llvm-project/lldb/test/API/commands/expression/top-level/
H A Dtest.cpp95 int doTest() in doTest() function
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dconstruct_pair_values.pass.cpp37 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, TT&& t, UU&& u) { in doTest() function
H A Dconstruct_pair_rvalue.pass.cpp37 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, std::pair<TT, UU>&& p) { in doTest() function
H A Dconstruct_pair_const_lvalue_pair.pass.cpp37 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, std::pair<TT, UU> const& p) { in doTest() function
H A Dconstruct_piecewise_pair.pass.cpp38 bool doTest( in doTest() function
H A Dconstruct_types.pass.cpp57 bool doTest(UsesAllocatorType UAExpect, Args&&... args) { in doTest() function
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp67 void doTest() { doTest() function
H A Dbullet_1_2_3.pass.cpp147 void doTest() { doTest() function
/llvm-project/llvm/unittests/MI/
H A DLiveIntervalTest.cpp201 static void doTest(StringRef MIRFunc, doTest() function