Home
last modified time | relevance | path

Searched refs:hasStrictFP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h640 virtual bool hasStrictFP() const { return HasStrictFP; } in hasStrictFP() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp109 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
264 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
2829 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
3267 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp125 if (!getTarget().hasStrictFP() && !getLangOpts().ExpStrictFP) { in createTarget()