Searched defs:fn4 (Results 1 – 14 of 14) 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' attribute must be a string literal}} fn4() function
31 constexpr int fn4() { in fn4() function
556 auto fn4 = [local_int8](svint8_t *ptr) { *ptr = local_int8; }; // expected-error {{by-copy capture of variable 'local_int8' with sizeless type 'svint8_t'}} in cxx_only() local
38 id fn4(INTFSTANDALONE *b) { return b->IVAR4; } function
18 Fn_ret fn4 = &foo_noret; in test() local
100 int (*fn4)(void) __attribute__ ((warn_unused_result)); variable
226 void fn4(void) { fn4() function
43 int fn4() { in fn4() function
31 void fn4() { in fn4() function
159 void fn4() { in fn4() function
102 inline int fn4(int i) in fn4() function
150 void (&fn4)(int) noexcept(true) = ConvToFunction<true>(); variable
255 auto fn4 = (void (*)())overloaded_function; in function_casts() local