Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dexceptions-seh-filter-captures.cpp96 void test_lambda() { in test_lambda() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcaptured-statements.cpp112 void test_lambda() { in test_lambda() function
H A Duninitialized.cpp605 int test_lambda() { in test_lambda() function
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit_return_type.pass.cpp401 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 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()