Home
last modified time | relevance | path

Searched refs:CTorArg (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-bind.cpp253 int CTorArg = 42; in testFunctionObjects() local
254 auto GGG = std::bind(G(CTorArg), 1); in testFunctionObjects()