Searched defs:fn6 (Results 1 – 6 of 6) sorted by relevance
21 …Fn_noret_noproto fn6 = &foo_noproto; // expected-error {{incompatible function pointer types initi… in test() local
240 void fn6(void) { fn6() function
115 auto fn6 = [](){}; in __anon97d869680202() variable
156 void (&fn6)(int) noexcept(true) = ConvToFunctionDeducingNoexcept(); variable
262 void (*fn6)() = (void (*)())&overloaded_function; in function_casts() local
184 void fn6() { in fn6() function