Searched defs:fn5 (Results 1 – 9 of 9) sorted by relevance
14 constexpr int fn5(int i) __attribute__((enable_if(i, ""))) { return 1; } in fn5() function15 constexpr int fn5(int i) { return 0; } in fn5() function
22 void fn5() __attribute__((example("a","b", 3, 4.0))) { } // expected-error {{'example' attribute only accepts at most three arguments}} fn5() function
38 constexpr int fn5() { in fn5() function
19 Fn_ret fn5 = &foo; in test() local
233 void fn5(void) { fn5() function
107 inline constexpr int fn5(int i) in fn5() function
155 void (&fn5)(int) noexcept(false) = ConvToFunctionDeducingNoexcept(); variable
258 auto fn5 = (void (&)(int))overloaded_function; in function_casts() local
172 void fn5() { in fn5() function