Home
last modified time | relevance | path

Searched defs:my_lambda (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage-fixits-pointer-access.cpp149 auto my_lambda = [&](){ in unsafe_access_in_lamda() local
163 auto my_lambda = [&](){ in fixits_in_lamda() local
178 auto my_lambda = [p](){ // No fixits emitted here. in fixits_in_lambda_capture() local
191 auto my_lambda = [&p](){ // No fixits emitted here. in fixits_in_lambda_capture_reference() local
204 auto my_lambda = [x = p](){ // No fixits emitted here. in fixits_in_lambda_capture_rename() local
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx2b-static-call-operator.cpp63 constexpr auto my_lambda = []() constexpr { in __anonc8d4a32b0202() variable
76 constexpr auto my_lambda = []() constexpr static { in test_consteval_constexpr() local
/llvm-project/clang/test/CodeCompletion/
H A Dlambdas.cpp65 auto my_lambda = [&](int a, double &b) { return 1.f; }; in test6() local