Searched refs:test_lambda (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | exceptions-seh-filter-captures.cpp | 96 void test_lambda() { in test_lambda() function
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | captured-statements.cpp | 112 void test_lambda() { in test_lambda() function
|
| H A D | uninitialized.cpp | 605 int test_lambda() { in test_lambda() function
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.visit/ |
| H A D | visit_return_type.pass.cpp | 401 auto test_lambda = [](int arg) constexpr { in test_constexpr_explicit_side_effect() local 407 static_assert(test_lambda(202) == 202, ""); in test_constexpr_explicit_side_effect()
|
| /llvm-project-15.0.7/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()
|