Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-bind.cpp86 int addThree(int x, int y, int z) { return x + y + z; } in addThree() function
183 auto BBB = std::bind(addThree, 2, 3, 4); in testLiteralParameters()