Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/ExecutionEngine/
H A DOptUtils.cpp67 LoopAnalysisManager lam; in makeOptimizingTransformer() local
/llvm-project/clang/test/Analysis/
H A Dsuppression-attr.cpp28 auto lam = []() { in lambda() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg9xx.cpp99 auto lam = [](int x = 42) { return x; }; test() local
H A Dcwg18xx.cpp204 auto lam = [](int x = 42) { return x; }; in test() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-capturing.cpp906 auto lam = [=](auto a) { f(a); }; // captures 'this' in g() local
912 …auto lam = [](auto a) { f(a); }; // expected-error{{'this'}} expected-note {{explicitly capture 't… in g2() local
1038 auto lam = [=](auto a) { f(a); }; in g() local
1070 auto lam = [](auto a) { f(a, a); }; in g() local
/llvm-project/flang/lib/Frontend/
H A DFrontendActions.cpp960 llvm::LoopAnalysisManager lam; runOptimizationPipeline() local
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1391 LambdaBenchmark(const std::string& name, OLambda&& lam) in LambdaBenchmark()