Searched defs:FPL (Results 1 – 7 of 7) sorted by relevance
7 …int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' wit… in main() local
7 int (*FPL) (int) = FP; // C doesn't consider this an error. in main() local
21 #define FPL(x) FILE_PATH_LITERAL(x) macro
74 #define FPL(x) FILE_PATH_LITERAL(x) macro
1417 void JSONNodeDumper::VisitFixedPointLiteral(const FixedPointLiteral *FPL) { in VisitFixedPointLiteral()