Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage.cpp162 auto Lam = [p, a](int idx) { testLambdaCaptureAndGlobal() local
190 auto Lam = [x = c](unsigned idx) { // expected-warning{{'x' is an unsafe pointer used for buffer access}} testLambdaCapture() local
294 auto Lam = [p]() { testNestedCallableDefinition() local
302 auto Lam = [p]() { testNestedCallableDefinition() local
309 auto Lam = [p]() { testNestedCallableDefinition() local