Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h693 virtual bool hasStrictFP() const { return HasStrictFP; } in hasStrictFP() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp111 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
312 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
2984 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
3423 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp130 if (!getTarget().hasStrictFP() && !getLangOpts().ExpStrictFP) { in createTarget()