Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dgoogle-readability-casting.cpp220 typedef void (&FnRefInt)(int); in function_casts() typedef
251 FnRefInt fn2 = (void (&)(int))overloaded_function; in function_casts()
279 FnRefInt correct3 = static_cast<void (&)(int)>(overloaded_function); in function_casts()
Dgoogle-readability-casting.mm130 typedef void (&FnRefInt)(int);
143 FnRefInt fn2 = (void (&)(int))overloaded_function;
155 FnRefInt correct3 = static_cast<void (&)(int)>(overloaded_function);