Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dblock-call.cpp7 …int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' wit… in main() local
/llvm-project/clang/test/Sema/
H A Dblock-call.c7 int (*FPL) (int) = FP; // C doesn't consider this an error. in main() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1625 VisitFixedPointLiteral(const FixedPointLiteral * FPL) VisitFixedPointLiteral() argument