Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dblock-call.cpp7 …int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' wit… in main() local
/external/clang/test/Sema/
Dblock-call.c7 int (*FPL) (int) = FP; // C doesn't consider this an error. in main() local
/external/llvm-project/clang/test/Sema/
Dblock-call.c7 int (*FPL) (int) = FP; // C doesn't consider this an error. in main() local
/external/clang/test/SemaCXX/
Dblock-call.cpp7 …int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' wit… in main() local
/external/libchrome/base/files/
Dfile_path_unittest.cc21 #define FPL(x) FILE_PATH_LITERAL(x) macro
Dfile_util_unittest.cc74 #define FPL(x) FILE_PATH_LITERAL(x) macro
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1417 void JSONNodeDumper::VisitFixedPointLiteral(const FixedPointLiteral *FPL) { in VisitFixedPointLiteral()