Searched refs:test_lambda (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/test/AST/ |
H A D | ast-dump-sme-attributes.cpp | 41 int test_lambda(int x) { in test_lambda() function
|
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | riscv-vector-callingconv.cpp | 15 void test_lambda() { in test_lambda() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | exceptions-seh-filter-captures.cpp | 89 void test_lambda() { in test_lambda() function 101 // CHECK-LABEL: define internal void @"??R<lambda_0>@?0??test_lambda@@YAXXZ@QEBA@XZ"(ptr {{[^,]*}} %this) 107 // CHECK-LABEL: define internal noundef i32 @"?filt$0@0@?R<lambda_0>@?0??test_lambda@@YAXXZ@"(ptr noundef %exception_pointers, ptr noundef %frame_pointer) 108 // CHECK: %[[fp:[^ ]*]] = call ptr @llvm.eh.recoverfp(ptr @"??R<lambda_0>@?0??test_lambda@@YAXXZ@QEBA@XZ", ptr %frame_pointer) 109 // CHECK: %[[this_i8:[^ ]*]] = call ptr @llvm.localrecover(ptr @"??R<lambda_0>@?0??test_lambda@@YAXXZ@QEBA@XZ", ptr %[[fp]], i32 0) 111 // CHECK: %[[l2_i8:[^ ]*]] = call ptr @llvm.localrecover(ptr @"??R<lambda_0>@?0??test_lambda@@YAXXZ@QEBA@XZ", ptr %[[fp]], i32 1)
|
H A D | cxx2b-deducing-this.cpp | 25 void test_lambda() { in test_lambda() function 31 //CHECK: define dso_local void @{{.*}}test_lambda{{.*}}() #0 {
|
/llvm-project/libcxx/test/std/utilities/variant/variant.visit.member/ |
H A D | visit_return_type.pass.cpp | 228 auto test_lambda = [](int arg) constexpr { in test_constexpr_explicit_side_effect() 238 static_assert(test_lambda(202) == 202); in test_constexpr_explicit_side_effect() 229 auto test_lambda = [](int arg) constexpr { test_constexpr_explicit_side_effect() local
|
/llvm-project/clang/test/CodeGen/aarch64-sme-intrinsics/ |
H A D | aarch64-sme-attrs.cpp |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | captured-statements.cpp | 112 void test_lambda() { in test_lambda() function
|
H A D | uninitialized.cpp | 606 int test_lambda() { in test_lambda() 605 int test_lambda() { test_lambda() function
|
/llvm-project/libcxx/test/std/utilities/variant/variant.visit/ |
H A D | visit_return_type.pass.cpp | 369 auto test_lambda = [](int arg) constexpr { in test_constexpr_explicit_side_effect() local 375 static_assert(test_lambda(202) == 202, ""); in test_constexpr_explicit_side_effect()
|
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | isl-noexceptions.h | 17536 auto test_lambda = [](isl_schedule_node *arg_0, void *arg_1) -> isl_bool { in every_descendant() 17541 auto res = isl_schedule_node_every_descendant(get(), test_lambda, &test_data); in every_descendant() 20517 auto test_lambda = [](isl_map *arg_0, void *arg_1) -> isl_bool { in every_map() 20522 auto res = isl_union_map_every_map(get(), test_lambda, &test_data); in every_map() 21998 auto test_lambda = [](isl_set *arg_0, void *arg_1) -> isl_bool { in every_set() 22003 auto res = isl_union_set_every_set(get(), test_lambda, &test_data); in every_set()
|