Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp467 const auto MakeI = []() -> int { return 5; }; in testLambdaInLambdaNegative() local
474 const auto MakeI = []() -> int { return 5; }; in testLambdaInLambdaPositive() local
492 const auto MakeI = []() -> int { in testReverseLambdaInLambdaNegative() local
499 const auto MakeI = []() -> int { in testReverseLambdaInLambdaPositive() local