Searched refs:hasStoredFPFeatures (Results 1 – 14 of 14) sorted by relevance
2329 bool hasStoredFPFeatures() const { return UnaryOperatorBits.HasFPFeatures; } in hasStoredFPFeatures() function2338 return hasStoredFPFeatures() ? getStoredFPFeatures() : FPOptionsOverride(); in getStoredFPFeaturesOrDefault()2881 assert(hasStoredFPFeatures()); in getOffsetOfTrailingFPFeatures()2927 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()2933 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()2992 bool hasStoredFPFeatures() const { return CallExprBits.HasFPFeatures; } in hasStoredFPFeatures() function3095 assert(hasStoredFPFeatures()); in getStoredFPFeatures()3100 assert(hasStoredFPFeatures()); in setStoredFPFeatures()3106 return hasStoredFPFeatures() ? getStoredFPFeatures() : FPOptionsOverride(); in getStoredFPFeaturesOrDefault()3112 if (hasStoredFPFeatures()) in getFPFeaturesInEffect()[all …]
1624 assert(hasStoredFPFeatures());1653 bool hasStoredFPFeatures() const { return CompoundStmtBits.HasFPFeatures; }1657 assert(hasStoredFPFeatures());1663 return hasStoredFPFeatures() ? getStoredFPFeatures() : FPOptionsOverride();
441 if (hasStoredFPFeatures()) in CXXStaticCastExpr()1829 if (hasStoredFPFeatures()) in CXXFunctionalCastExpr()
142 Record.push_back(S->hasStoredFPFeatures()); in VisitCompoundStmt()146 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()151 if (!S->hasStoredFPFeatures()) in VisitCompoundStmt()801 bool HasFPFeatures = E->hasStoredFPFeatures(); in VisitUnaryOperator()944 CurrentPackingBits.addBit(E->hasStoredFPFeatures()); in VisitCallExpr()952 if (E->hasStoredFPFeatures()) in VisitCallExpr()955 if (!E->hasStoredFPFeatures() && !static_cast<bool>(E->getADLCallKind()) && in VisitCallExpr()1046 CurrentPackingBits.addBit(E->hasStoredFPFeatures()); in VisitCastExpr()1053 if (E->hasStoredFPFeatures()) in VisitCastExpr()1064 bool HasFPFeatures = E->hasStoredFPFeatures(); in VisitBinaryOperator()[all …]
158 assert(S->hasStoredFPFeatures() == HasFPFeatures); in VisitCompoundStmt()722 assert(hasFP_Features == E->hasStoredFPFeatures()); in VisitUnaryOperator()1109 assert(E->hasStoredFPFeatures() == HasFPFeatures); in VisitCastExpr()
1336 if (Node->hasStoredFPFeatures()) in VisitCallExpr()1356 if (Node->hasStoredFPFeatures()) in VisitCastExpr()1475 if (Node->hasStoredFPFeatures()) in VisitUnaryOperator()1506 if (Node->hasStoredFPFeatures()) in VisitBinaryOperator()1517 if (Node->hasStoredFPFeatures()) in VisitCompoundAssignOperator()1550 if (Node->hasStoredFPFeatures()) in VisitCXXFunctionalCastExpr()1556 if (Node->hasStoredFPFeatures()) in VisitCXXStaticCastExpr()2865 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()
1477 if (hasStoredFPFeatures()) in CallExpr()2055 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()4774 if (hasStoredFPFeatures()) in BinaryOperator()4791 if (hasStoredFPFeatures()) in BinaryOperator()4856 if (hasStoredFPFeatures()) in UnaryOperator()
372 if (hasStoredFPFeatures()) in CompoundStmt()
1855 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()
188 if (!S->hasStoredFPFeatures()) in PrintFPPragmas()
6859 S->hasStoredFPFeatures() ? S->getStoredFPFeatures() : FPOptionsOverride(); in VisitCompoundStmt()7704 E->hasStoredFPFeatures()); in VisitUnaryOperator()7710 if (E->hasStoredFPFeatures()) in VisitUnaryOperator()
652 E->hasStoredFPFeatures(); in VisitUnaryPlus()
2577 if (E->hasStoredFPFeatures()) { in EmitBuiltinExpr()
7819 if (S->hasStoredFPFeatures()) in TransformCompoundStmt()12306 if (E->hasStoredFPFeatures()) { in TransformCallExpr()