Searched refs:test_nested (Results 1 – 13 of 13) sorted by relevance
285 void test_nested(TestFunction check, ExceptionTest check_exception, Nested&& input) {352 test_nested<CharT>(check, check_exception, std::make_pair(42, std::make_pair(SV("hello"), color::red)));353 test_nested<CharT>(check, check_exception, std::make_pair(42, std::make_tuple(SV("hello"), color::red)));354 test_nested<CharT>(check, check_exception, std::make_tuple(42, std::make_pair(SV("hello"), color::red)));355 test_nested<CharT>(check, check_exception, std::make_tuple(42, std::make_tuple(SV("hello"), color::red)));
251 TEST_CONSTEXPR_CXX20 bool test_nested() { in test_nested() function269 test_nested(); in main()274 static_assert(test_nested()); in main()
169 subroutine test_nested(x, d) subroutine 235 call test_nested(42., t_array(x=43., i=[5,6,7,8,9]))170 xtest_nested global() argument 171 dtest_nested global() argument
160 namespace test_nested { namespace166 using ::test_nested::x UIE;
35 void test_nested(void) { in test_nested() function
61 define i32 @test_nested(ptr nest %closure, i32 %other) #0 {68 ; Thumb-android-LABEL: test_nested:88 ; Thumb-linux-LABEL: test_nested:
57 define i32 @test_nested(ptr nest %closure, i32 %other) #0 {64 ; ARM-linux-LABEL: test_nested:83 ; ARM-android-LABEL: test_nested:
11 define i1 @test_nested(i32 %x, i1 %b1, i1 %b2, i1 %b3) {12 ; CHECK-LABEL: @test_nested(
274 define i32 @test_nested(ptr nest %closure, i32 %other) #0 {275 ; X86-Linux-LABEL: test_nested:311 ; X64-Linux-LABEL: test_nested:342 ; X64-Linux-Large-LABEL: test_nested:374 ; X32ABI-LABEL: test_nested:405 ; X86-Darwin-LABEL: test_nested:433 ; X64-Darwin-LABEL: test_nested:461 ; X86-MinGW-LABEL: test_nested:494 ; X64-FreeBSD-LABEL: test_nested:525 ; X86-DFlyBSD-LABEL: test_nested:[all …]
536 void test_nested(int a, int b, int c, int &out) { in test_nested() function
663 define dso_local void @test_nested(ptr noalias nocapture %pInT1, ptr noalias nocapture readonly %pOutT1, ptr noalias nocapture readonly %pPRT_in, ptr noalias nocapture readnone %pPRT_pDst, i32 %numRows, i32 %numCols, i32 %l) local_unnamed_addr {664 ; CHECK-LABEL: test_nested:
2981 KMP_FOREACH_LOCK_KIND(expand2, test_nested)