Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-semicolon.cpp18 void correct3() in correct3() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp277 FnRefInt correct3 = static_cast<void (&)(int)>(overloaded_function); in function_casts() local