Home
last modified time | relevance | path

Searched defs:PFR (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dblock-call.cpp10 …int (^PFR) (int) = IFP; // expected-error {{cannot initialize a variable of type 'int (^)(int)' wi… in main() local
/llvm-project/clang/test/Sema/
H A Dblock-call.c10 int (^PFR) (int) = IFP; // OK in main() local
H A Dblock-misc.c7 int (^PFR) (int) = 0; // OK test1() local