Searched defs:my_lambda (Results 1 – 3 of 3) sorted by relevance
149 auto my_lambda = [&](){ in unsafe_access_in_lamda() local163 auto my_lambda = [&](){ in fixits_in_lamda() local178 auto my_lambda = [p](){ // No fixits emitted here. in fixits_in_lambda_capture() local191 auto my_lambda = [&p](){ // No fixits emitted here. in fixits_in_lambda_capture_reference() local204 auto my_lambda = [x = p](){ // No fixits emitted here. in fixits_in_lambda_capture_rename() local
63 constexpr auto my_lambda = []() constexpr { in __anonc8d4a32b0202() variable76 constexpr auto my_lambda = []() constexpr static { in test_consteval_constexpr() local
65 auto my_lambda = [&](int a, double &b) { return 1.f; }; in test6() local