Home
last modified time | relevance | path

Searched refs:test_lambda (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-sme-attributes.cpp41 int test_lambda(int x) { in test_lambda() function
/llvm-project/clang/test/CodeGen/RISCV/
H A Driscv-vector-callingconv.cpp15 void test_lambda() { in test_lambda() function
/llvm-project/clang/test/CodeGenCXX/
H A Dexceptions-seh-filter-captures.cpp89 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 Dcxx2b-deducing-this.cpp25 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 Dvisit_return_type.pass.cpp228 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 Daarch64-sme-attrs.cpp
/llvm-project/clang/test/SemaCXX/
H A Dcaptured-statements.cpp112 void test_lambda() { in test_lambda() function
H A Duninitialized.cpp606 int test_lambda() { in test_lambda()
605 int test_lambda() { test_lambda() function
/llvm-project/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit_return_type.pass.cpp369 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 Disl-noexceptions.h17536 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()