| /llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/ |
| H A D | lcm.pass.cpp | 51 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 D | gcd.pass.cpp | 117 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 D | construct.pass.cpp | 27 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 D | assign.pass.cpp | 26 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 D | address.pass.cpp | 25 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 D | from_address.pass.cpp | 25 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 D | operator_bool.pass.cpp | 25 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 D | bind_return_type.pass.cpp | 50 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 D | TestExprsChar.py | 8 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 D | TestFreeBSDKernelVMCore.py | 30 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 D | TestStopOnSharedlibraryEvents.py | 13 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 D | done.pass.cpp | 28 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 D | TestThreadSpecificBreakpoint.py | 37 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 D | TestUniversal64.py | 9 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 D | TestUniqueTypes3.py | 12 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 D | TestNestedTemplate.py | 12 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 D | TestNetBSDCore.py | 119 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 D | destroy.pass.cpp | 38 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 D | TestTrimmedProgressReporting.py | 16 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 D | TestAddDsymDownload.py | 82 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 D | TestForwardDeclaration.py | 11 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 D | equal_comp.pass.cpp | 27 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 D | TestUniqueTypes4.py | 12 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 D | TestGCore.py | 22 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 D | promise.pass.cpp | 61 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()
|