Home
last modified time | relevance | path

Searched defs:f_ptr (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Misc/
H A Dmisc-source-ranges.cpp10 long (*f_ptr)(const int &); in foo() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-tautological-undefined-compare.cpp101 int& (*f_ptr)() = &get_int; in test() local
H A Dwarn-undefined-bool-conversion.cpp89 int& (*f_ptr)() = &get_int; in test() local
H A Duninitialized.cpp678 F* F::*f_ptr = &F::f; global() variable
/llvm-project/clang/test/Sema/
H A Dattr-format.c22 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error variable
H A Dptrauth.c211 …fp_t f_ptr = __builtin_ptrauth_sign_constant(fp, VALID_CODE_KEY, 0); // expected-error {{argument … in test_sign_constant() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp63 float(*f_ptr)[42], (((f_value))) = 42; in f3() local