Searched refs:hasStoredFPFeatures (Results 1 – 13 of 13) sorted by relevance
2379 bool hasStoredFPFeatures() const { return UnaryOperatorBits.HasFPFeatures; } in hasStoredFPFeatures() function2388 return hasStoredFPFeatures() ? getStoredFPFeatures() : FPOptionsOverride(); in getStoredFPFeaturesOrDefault()2935 assert(hasStoredFPFeatures()); in getOffsetOfTrailingFPFeatures()2981 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()2987 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()3034 bool hasStoredFPFeatures() const { return CallExprBits.HasFPFeatures; } in hasStoredFPFeatures() function3152 assert(hasStoredFPFeatures()); in getStoredFPFeatures()3157 assert(hasStoredFPFeatures()); in setStoredFPFeatures()3163 return hasStoredFPFeatures() ? getStoredFPFeatures() : FPOptionsOverride(); in getStoredFPFeaturesOrDefault()3169 if (hasStoredFPFeatures()) in getFPFeaturesInEffect()[all …]
1749 assert(hasStoredFPFeatures());1778 bool hasStoredFPFeatures() const { return CompoundStmtBits.HasFPFeatures; }1782 assert(hasStoredFPFeatures());1788 return hasStoredFPFeatures() ? getStoredFPFeatures() : FPOptionsOverride();
443 if (hasStoredFPFeatures()) in CXXStaticCastExpr()1831 if (hasStoredFPFeatures()) in CXXFunctionalCastExpr()
142 Record.push_back(S->hasStoredFPFeatures()); in VisitCompoundStmt()146 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()151 if (!S->hasStoredFPFeatures()) in VisitCompoundStmt()817 bool HasFPFeatures = E->hasStoredFPFeatures(); in VisitUnaryOperator()960 CurrentPackingBits.addBit(E->hasStoredFPFeatures()); in VisitCallExpr()970 if (E->hasStoredFPFeatures()) in VisitCallExpr()973 if (!E->hasStoredFPFeatures() && !static_cast<bool>(E->getADLCallKind()) && in VisitCallExpr()1064 CurrentPackingBits.addBit(E->hasStoredFPFeatures()); in VisitCastExpr()1071 if (E->hasStoredFPFeatures()) in VisitCastExpr()1082 bool HasFPFeatures = E->hasStoredFPFeatures(); in VisitBinaryOperator()[all …]
154 assert(S->hasStoredFPFeatures() == HasFPFeatures); in VisitCompoundStmt()730 assert(hasFP_Features == E->hasStoredFPFeatures()); in VisitUnaryOperator()1122 assert(E->hasStoredFPFeatures() == HasFPFeatures); in VisitCastExpr()1391 assert(HasFPFeatures == E->hasStoredFPFeatures()); in VisitConvertVectorExpr()
1489 if (Node->hasStoredFPFeatures()) in VisitCallExpr()1509 if (Node->hasStoredFPFeatures()) in VisitCastExpr()1628 if (Node->hasStoredFPFeatures()) in VisitUnaryOperator()1659 if (Node->hasStoredFPFeatures()) in VisitBinaryOperator()1670 if (Node->hasStoredFPFeatures()) in VisitCompoundAssignOperator()1703 if (Node->hasStoredFPFeatures()) in VisitCXXFunctionalCastExpr()1709 if (Node->hasStoredFPFeatures()) in VisitCXXStaticCastExpr()3029 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()3171 if (S->hasStoredFPFeatures()) in VisitConvertVectorExpr()
1501 if (hasStoredFPFeatures()) in CallExpr()2053 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()4864 if (hasStoredFPFeatures()) in BinaryOperator()4882 if (hasStoredFPFeatures()) in BinaryOperator()4947 if (hasStoredFPFeatures()) in UnaryOperator()
380 if (hasStoredFPFeatures()) in CompoundStmt()
1875 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()
189 if (!S->hasStoredFPFeatures()) in PrintFPPragmas()
7206 S->hasStoredFPFeatures() ? S->getStoredFPFeatures() : FPOptionsOverride(); in VisitCompoundStmt()8052 E->hasStoredFPFeatures()); in VisitUnaryOperator()8058 if (E->hasStoredFPFeatures()) in VisitUnaryOperator()
2618 if (E->hasStoredFPFeatures()) { in EmitBuiltinExpr()
8111 if (S->hasStoredFPFeatures()) in TransformCompoundStmt()13424 if (E->hasStoredFPFeatures()) { in TransformCallExpr()