Home
last modified time | relevance | path

Searched refs:doTest (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_pair_const_lvalue_pair.pass.cpp43 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, in doTest() function
81 assert((doTest<T, U>(UA_None, UA_None, p))); in test_pmr_uses_allocator()
86 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, p))); in test_pmr_uses_allocator()
91 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, p))); in test_pmr_uses_allocator()
96 assert((doTest<T, U>(UA_AllocArg, UA_None, p))); in test_pmr_uses_allocator()
106 assert((doTest<T, U>(UA_None, UA_None, p))); in test_pmr_not_uses_allocator()
111 assert((doTest<T, U>(UA_None, UA_None, p))); in test_pmr_not_uses_allocator()
116 assert((doTest<T, U>(UA_None, UA_None, p))); in test_pmr_not_uses_allocator()
121 assert((doTest<T, U>(UA_None, UA_None, p))); in test_pmr_not_uses_allocator()
H A Dconstruct_pair_rvalue.pass.cpp44 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, in doTest() function
80 assert((doTest<T, U>(UA_None, UA_None, std::move(p)))); in test_pmr_uses_allocator()
85 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, std::move(p)))); in test_pmr_uses_allocator()
90 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, std::move(p)))); in test_pmr_uses_allocator()
95 assert((doTest<T, U>(UA_AllocArg, UA_None, std::move(p)))); in test_pmr_uses_allocator()
105 assert((doTest<T, U>(UA_None, UA_None, std::move(p)))); in test_pmr_not_uses_allocator()
110 assert((doTest<T, U>(UA_None, UA_None, std::move(p)))); in test_pmr_not_uses_allocator()
115 assert((doTest<T, U>(UA_None, UA_None, std::move(p)))); in test_pmr_not_uses_allocator()
120 assert((doTest<T, U>(UA_None, UA_None, std::move(p)))); in test_pmr_not_uses_allocator()
H A Dconstruct_pair_values.pass.cpp43 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, in doTest() function
79 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_uses_allocator()
85 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, in test_pmr_uses_allocator()
91 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, in test_pmr_uses_allocator()
97 assert((doTest<T, U>(UA_AllocArg, UA_None, in test_pmr_uses_allocator()
108 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_not_uses_allocator()
114 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_not_uses_allocator()
120 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_not_uses_allocator()
126 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_not_uses_allocator()
H A Dconstruct_piecewise_pair.pass.cpp43 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, in doTest() function
69 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_uses_allocator()
75 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, in test_pmr_uses_allocator()
81 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, in test_pmr_uses_allocator()
87 assert((doTest<T, U>(UA_AllocArg, UA_None, in test_pmr_uses_allocator()
98 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_not_uses_allocator()
104 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_not_uses_allocator()
110 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_not_uses_allocator()
116 assert((doTest<T, U>(UA_None, UA_None, in test_pmr_not_uses_allocator()
H A Dconstruct_types.pass.cpp61 bool doTest(UsesAllocatorType UAExpect, Args&&... args) in doTest() function
120 assert((doTest<T>(UA_AllocArg, std::forward<Args>(args)...))); in test_pmr_uses_alloc()
125 assert((doTest<T>(UA_AllocLast, std::forward<Args>(args)...))); in test_pmr_uses_alloc()
131 assert((doTest<T>(UA_AllocArg, std::forward<Args>(args)...))); in test_pmr_uses_alloc()
153 assert((doTest<T>(UA_None, std::forward<Args>(args)...))); in test_pmr_not_uses_alloc()
158 assert((doTest<T>(UA_None, std::forward<Args>(args)...))); in test_pmr_not_uses_alloc()
164 assert((doTest<T>(UA_None, std::forward<Args>(args)...))); in test_pmr_not_uses_alloc()
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
H A Dexplicit_bool.pass.cpp22 void doTest(UPtr& p, bool ExpectTrue) { in doTest() function
51 doTest(p, true); in test_basic()
52 doTest(cp, true); in test_basic()
57 doTest(p, false); in test_basic()
58 doTest(cp, false); in test_basic()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DListReducer.h41 virtual Expected<TestResult> doTest(std::vector<ElTy> &Prefix,
50 Expected<TestResult> Result = doTest(TheList, empty); in reduceList()
98 Expected<TestResult> Result = doTest(ShuffledList, empty); in reduceList()
123 Expected<TestResult> Result = doTest(Prefix, Suffix); in reduceList()
186 Expected<TestResult> Result = doTest(EmptyList, TestList); in reduceList()
H A DCrashDebugger.cpp83 Expected<TestResult> doTest(std::vector<std::string> &Removed,
89 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() function in ReducePassList
136 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() function in __anon627d05070211::ReduceCrashingGlobalInitializers
203 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() function in __anon627d05070311::ReduceCrashingFunctions
336 Expected<TestResult> doTest(std::vector<Attribute> &Prefix, in doTest() function in __anon627d05070411::ReduceCrashingFunctionAttributes
438 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() function in __anon627d05070511::ReduceCrashingBlocks
557 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() function in __anon627d05070611::ReduceCrashingConditionals
663 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() function in __anon627d05070711::ReduceSimplifyCFG
831 Expected<TestResult> doTest(std::vector<Instruction *> &Prefix, in doTest() function in __anon627d05070911::ReduceCrashingMetadata
902 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() function in __anon627d05070a11::ReduceCrashingNamedMD
[all …]
H A DMiscompilation.cpp52 Expected<TestResult> doTest(std::vector<std::string> &Prefix,
61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix, in doTest() function in ReduceMiscompilingPasses
198 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() function in __anone2f049990211::ReduceMiscompilingFunctions
460 Expected<TestResult> doTest(std::vector<BasicBlock *> &Prefix, in doTest() function in __anone2f049990311::ReduceMiscompiledBlocks
/llvm-project-15.0.7/lldb/test/API/commands/expression/top-level/
H A Dmain.cpp3 extern int doTest();
7 printf("%d\n", doTest()); // Set breakpoint here in main()
H A Dtest.cpp95 int doTest() in doTest() function
/llvm-project-15.0.7/lldb/test/API/lang/objc/conflicting-definition/Test/
H A DTest.m6 - (void) doTest { method
7 NSLog(@"-[Test doTest]");
H A DTest.h8 - (void) doTest;
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp60 static void run() { TestCase().doTest(); } in run()
67 void doTest() { in doTest() function
H A Dbullet_1_2_3.pass.cpp142 static void run() { TestCaseImp().doTest(); } in run()
147 void doTest() { in doTest() function