Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h718 virtual bool hasStrictFP() const { return HasStrictFP; } in hasStrictFP() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParsePragma.cpp114 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
315 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
2995 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
3434 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp130 if (!getTarget().hasStrictFP() && !getLangOpts().ExpStrictFP) { in createTarget()