Searched defs:f_ptr (Results 1 – 7 of 7) sorted by relevance
10 long (*f_ptr)(const int &); in foo() local
101 int& (*f_ptr)() = &get_int; in test() local
89 int& (*f_ptr)() = &get_int; in test() local
678 F* F::*f_ptr = &F::f; global() variable
22 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error variable
211 …fp_t f_ptr = __builtin_ptrauth_sign_constant(fp, VALID_CODE_KEY, 0); // expected-error {{argument … in test_sign_constant() local
63 float(*f_ptr)[42], (((f_value))) = 42; in f3() local