Home
last modified time | relevance | path

Searched refs:test_nested (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libcxx/test/std/utilities/format/format.tuple/
H A Dformat.functions.tests.h285 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)));
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_rvalue.pass.cpp251 TEST_CONSTEXPR_CXX20 bool test_nested() { in test_nested() function
269 test_nested(); in main()
274 static_assert(test_nested()); in main()
/llvm-project/flang/test/Lower/
H A Dstructure-constructors.f90169 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
/llvm-project/clang/test/SemaCXX/
H A Dusing-if-exists.cpp160 namespace test_nested { namespace
166 using ::test_nested::x UIE;
H A Dwarn-comma-operator.cpp35 void test_nested(void) { in test_nested() function
/llvm-project/llvm/test/CodeGen/Thumb/
H A Dsegmented-stacks.ll61 define i32 @test_nested(ptr nest %closure, i32 %other) #0 {
68 ; Thumb-android-LABEL: test_nested:
88 ; Thumb-linux-LABEL: test_nested:
/llvm-project/llvm/test/CodeGen/ARM/
H A Dsegmented-stacks.ll57 define i32 @test_nested(ptr nest %closure, i32 %other) #0 {
64 ; ARM-linux-LABEL: test_nested:
83 ; ARM-android-LABEL: test_nested:
/llvm-project/llvm/test/Transforms/StructurizeCFG/
H A Dinterleaved-loop-order.ll11 define i1 @test_nested(i32 %x, i1 %b1, i1 %b2, i1 %b3) {
12 ; CHECK-LABEL: @test_nested(
/llvm-project/llvm/test/CodeGen/X86/
H A Dsegmented-stacks.ll274 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 …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbranch-clone.cpp536 void test_nested(int a, int b, int c, int &out) { in test_nested() function
/llvm-project/llvm/test/CodeGen/Thumb2/
H A Dmve-float16regloops.ll663 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:
H A Dmve-float32regloops.ll663 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:
/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp2981 KMP_FOREACH_LOCK_KIND(expand2, test_nested)