Searched defs:fn4 (Results 1 – 13 of 13) sorted by relevance
11 constexpr int fn4(int i) { return 0; } in fn4() function12 constexpr int fn4(int i) __attribute__((enable_if(i, ""))) { return 1; } in fn4() function
21 void fn4() __attribute__((example(123))) { } // expected-error {{first argument to the 'example' at… in fn4() function
38 id fn4(INTFSTANDALONE *b) { return b->IVAR4; } function
30 constexpr int fn4() { in fn4() function
556 …auto fn4 = [local_int8](svint8_t *ptr) { *ptr = local_int8; }; // expected-error {{by-copy capture… in cxx_only() local
19 Fn_ret fn4 = &foo_noret; in test() local
102 int (*fn4)(void) __attribute__ ((warn_unused_result)); variable
231 void fn4(void) { in fn4() function
43 int fn4() { in fn4() function
31 void fn4() { in fn4() function
162 void fn4() { in fn4() function
141 void (&fn4)(int) noexcept(true) = ConvToFunction<true>(); variable
255 auto fn4 = (void (*)())overloaded_function; in function_casts() local