Home
last modified time | relevance | path

Searched refs:do_test (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
H A Dlcm.pass.cpp51 constexpr bool do_test(int = 0) in do_test() function
104 static_assert(do_test<signed char>(), ""); in main()
105 static_assert(do_test<short>(), ""); in main()
106 static_assert(do_test<int>(), ""); in main()
107 static_assert(do_test<long>(), ""); in main()
108 static_assert(do_test<long long>(), ""); in main()
110 assert(do_test<signed char>(non_cce)); in main()
111 assert(do_test<short>(non_cce)); in main()
112 assert(do_test<int>(non_cce)); in main()
113 assert(do_test<long>(non_cce)); in main()
[all …]
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
H A Dgcd.pass.cpp117 constexpr bool do_test(int = 0) in do_limit_tests()
163 static_assert(do_test<signed char>(), ""); in do_test()
164 static_assert(do_test<short>(), ""); in do_test()
165 static_assert(do_test<int>(), ""); in do_test()
166 static_assert(do_test<long>(), ""); in do_test()
167 static_assert(do_test<long long>(), ""); in do_test()
169 assert(do_test<signed char>(non_cce)); in main()
170 assert(do_test<short>(non_cce)); in main()
171 assert(do_test<int>(non_cce)); in main()
172 assert(do_test<lon in main()
127 constexpr bool do_test(int = 0) do_test() function
[all...]
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/
H A Dconstruct.pass.cpp27 constexpr bool do_test() { in do_test()
43 do_test<std::coroutine_handle<>>(); in main()
44 do_test<std::coroutine_handle<int>>(); in main()
45 static_assert(do_test<std::coroutine_handle<>>()); in main()
46 static_assert(do_test<std::coroutine_handle<int>>()); in main()
26 constexpr bool do_test() { do_test() function
H A Dassign.pass.cpp26 void do_test() { in do_test()
50 do_test<std::coroutine_handle<>>(); in main()
51 do_test<std::coroutine_handle<int>>(); in main()
25 void do_test() { do_test() function
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/
H A Daddress.pass.cpp25 constexpr bool do_test() { in do_test() function
46 do_test<std::coroutine_handle<>>(); in main()
47 do_test<std::coroutine_handle<int>>(); in main()
48 static_assert(do_test<std::coroutine_handle<>>()); in main()
49 static_assert(do_test<std::coroutine_handle<int>>()); in main()
H A Dfrom_address.pass.cpp25 void do_test() { in do_test() function
53 do_test<std::coroutine_handle<>>(); in main()
54 do_test<std::coroutine_handle<int>>(); in main()
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/
H A Doperator_bool.pass.cpp25 constexpr bool do_test() { in do_test() function
49 do_test<std::coroutine_handle<>>(); in main()
50 do_test<std::coroutine_handle<int>>(); in main()
51 static_assert(do_test<std::coroutine_handle<>>()); in main()
52 static_assert(do_test<std::coroutine_handle<int>>()); in main()
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dbind_return_type.pass.cpp50 void do_test(Fn* func) { in do_test() function
121 do_test<int>(return_value); in main()
122 do_test<int&>(return_lvalue); in main()
123 do_test<const int&>(return_const_lvalue); in main()
124 do_test<int&&>(return_rvalue); in main()
125 do_test<const int&&>(return_const_rvalue); in main()
/llvm-project/lldb/test/API/commands/expression/char/
H A DTestExprsChar.py8 def do_test(self, dictionary=None): member in ExprCharTestCase
24 self.do_test()
27 self.do_test(dictionary={"CFLAGS_EXTRAS": "-fsigned-char"})
30 self.do_test(dictionary={"CFLAGS_EXTRAS": "-funsigned-char"})
/llvm-project/lldb/test/API/functionalities/postmortem/FreeBSDKernel/
H A DTestFreeBSDKernelVMCore.py30 def do_test(self, kernel_yaml, vmcore_bz2, numthread, threads={}, hz=100): member in FreeBSDKernelVMCoreTestCase
71 self.do_test(
153 self.do_test(
234 self.do_test(
367 self.do_test(
/llvm-project/lldb/test/API/functionalities/stop-on-sharedlibrary-load/
H A DTestStopOnSharedlibraryEvents.py13 self.do_test()
22 self.do_test(auto_continue)
31 self.do_test(condition)
40 self.do_test(bkpt_callback)
42 def do_test(self, bkpt_modifier=None): member in TestStopOnSharedlibraryEvents
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/
H A Ddone.pass.cpp28 void do_test(std::coroutine_handle<Promise> const& H) { in do_test() function
38 do_test(std::coroutine_handle<>{}); in main()
39 do_test(std::coroutine_handle<int>{}); in main()
/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break/
H A DTestThreadSpecificBreakpoint.py37 self.do_test(set_thread_id)
46 self.do_test(set_thread_name)
55 self.do_test(using_current)
57 def do_test(self, setter_method): member in ThreadSpecificBreakTestCase
/llvm-project/lldb/test/API/macosx/universal64/
H A DTestUniversal64.py9 def do_test(self): member in Universal64TestCase
27 self.do_test()
37 self.do_test()
/llvm-project/lldb/test/API/lang/cpp/unique-types3/
H A DTestUniqueTypes3.py12 def do_test(self, debug_flags): member in UniqueTypesTestCase3
25 self.do_test(dict(TEST_CFLAGS_EXTRAS="-gsimple-template-names"))
30 self.do_test(dict(CFLAGS_EXTRAS="-gno-simple-template-names"))
/llvm-project/lldb/test/API/lang/cpp/nested-template/
H A DTestNestedTemplate.py12 def do_test(self, debug_flags): member in NestedTemplateTestCase
34 self.do_test(dict(TEST_CFLAGS_EXTRAS="-gsimple-template-names"))
39 self.do_test(dict(TEST_CFLAGS_EXTRAS="-gno-simple-template-names"))
/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py119 def do_test(self, filename, pid, region_count): member in NetBSDCoreCommonTestCase
152 self.do_test("1lwp_SIGSEGV.aarch64", pid=8339, region_count=32)
157 self.do_test("1lwp_SIGSEGV.amd64", pid=693, region_count=21)
182 self.do_test("2lwp_t2_SIGSEGV.aarch64", pid=14142, region_count=31)
187 self.do_test("2lwp_t2_SIGSEGV.amd64", pid=622, region_count=24)
212 self.do_test("2lwp_process_SIGSEGV.aarch64", pid=1403, region_count=30)
217 self.do_test("2lwp_process_SIGSEGV.amd64", pid=665, region_count=24)
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
H A Ddestroy.pass.cpp38 void do_test(std::coroutine_handle<Promise>&& H) { in do_test() function
55 do_test(std::coroutine_handle<>{}); in main()
56 do_test(std::coroutine_handle<int>{}); in main()
/llvm-project/lldb/test/API/functionalities/progress_reporting/
H A DTestTrimmedProgressReporting.py16 def do_test(self, term_width, pattern_list): member in TestTrimmedProgressReporting
38 self.do_test(19, ["Locating e...", "Parsing sy..."])
45 self.do_test(
/llvm-project/lldb/test/API/macosx/add-dsym/
H A DTestAddDsymDownload.py82 def do_test(self, command): member in AddDsymDownload
104 self.do_test("add-dsym --frame")
108 self.do_test("add-dsym --uuid {}".format(self.uuid))
112 self.do_test("add-dsym --stack")
/llvm-project/lldb/test/API/lang/c/forward/
H A DTestForwardDeclaration.py11 def do_test(self, dictionary=None): member in ForwardDeclarationTestCase
50 self.do_test()
60 self.do_test(dict(CFLAGS_EXTRAS="-gdwarf-5 -gpubnames"))
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dequal_comp.pass.cpp27 void do_test(int *LHSVal, int *RHSVal) { in do_test() function
53 do_test<std::coroutine_handle<>>(TC.first, TC.second); in main()
54 do_test<std::coroutine_handle<int>>(TC.first, TC.second); in main()
/llvm-project/lldb/test/API/lang/cpp/unique-types4/
H A DTestUniqueTypes4.py12 def do_test(self, debug_flags): member in UniqueTypesTestCase4
46 self.do_test(dict(CFLAGS_EXTRAS="-gsimple-template-names"))
52 self.do_test(dict(CFLAGS_EXTRAS="-gno-simple-template-names"))
/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/gcore/
H A DTestGCore.py22 self.do_test("linux-i386", self._i386_pid)
28 self.do_test("linux-x86_64", self._x86_64_pid)
30 def do_test(self, filename, pid): member in GCoreTestCase
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
H A Dpromise.pass.cpp61 void do_test(std::coroutine_handle<Promise>&& H) { in do_test() function
77 do_test(std::coroutine_handle<int>{}); in main()
78 do_test(std::coroutine_handle<const int>{}); in main()

123