Searched refs:FnRefInt (Results 1 – 2 of 2) sorted by relevance
220 typedef void (&FnRefInt)(int); in function_casts() typedef251 FnRefInt fn2 = (void (&)(int))overloaded_function; in function_casts()279 FnRefInt correct3 = static_cast<void (&)(int)>(overloaded_function); in function_casts()
130 typedef void (&FnRefInt)(int);143 FnRefInt fn2 = (void (&)(int))overloaded_function;155 FnRefInt correct3 = static_cast<void (&)(int)>(overloaded_function);