Searched refs:hasStrictFP (Results 1 – 3 of 3) sorted by relevance
601 virtual bool hasStrictFP() const { return HasStrictFP; } in hasStrictFP() function
109 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()2657 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()3085 if (!PP.getTargetInfo().hasStrictFP() && !PP.getLangOpts().ExpStrictFP) { in HandlePragma()
123 if (!getTarget().hasStrictFP() && !getLangOpts().ExpStrictFP) { in createTarget()