Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp218 typedef void (&FnRefInt)(int); in function_casts() typedef
249 FnRefInt fn2 = (void (&)(int))overloaded_function; in function_casts()
277 FnRefInt correct3 = static_cast<void (&)(int)>(overloaded_function); in function_casts()
H A Dreadability-casting.mm130 typedef void (&FnRefInt)(int);
143 FnRefInt fn2 = (void (&)(int))overloaded_function;
155 FnRefInt correct3 = static_cast<void (&)(int)>(overloaded_function);