Searched refs:hasStrictFP (Results 1 – 3 of 3) sorted by relevance
640 virtual bool hasStrictFP() const { return HasStrictFP; } in hasStrictFP() function
109 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()
125 if (!getTarget().hasStrictFP() && !getLangOpts().ExpStrictFP) { in createTarget()