Home
last modified time | relevance | path

Searched refs:FPL (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/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-15.0.7/clang/test/Sema/
H A Dblock-call.c7 int (*FPL) (int) = FP; // C doesn't consider this an error. in main() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h309 void VisitFixedPointLiteral(const FixedPointLiteral *FPL);
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1476 void JSONNodeDumper::VisitFixedPointLiteral(const FixedPointLiteral *FPL) { in VisitFixedPointLiteral() argument
1477 JOS.attribute("value", FPL->getValueAsString(/*Radix=*/10)); in VisitFixedPointLiteral()
/llvm-project-15.0.7/llvm/docs/
H A DGettingInvolved.rst283 …- General questions on how to contribute to LLVM/MLIR, Polly, Loop Optimization, FPL, Research in …