Searched refs:hasStoredFPFeatures (Results 1 – 7 of 7) sorted by relevance
2238 bool hasStoredFPFeatures() const { return UnaryOperatorBits.HasFPFeatures; } in hasStoredFPFeatures() function2783 assert(hasStoredFPFeatures()); in getOffsetOfTrailingFPFeatures()2829 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()2835 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()2894 bool hasStoredFPFeatures() const { return CallExprBits.HasFPFeatures; } in hasStoredFPFeatures() function2990 assert(hasStoredFPFeatures()); in getStoredFPFeatures()2995 assert(hasStoredFPFeatures()); in setStoredFPFeatures()3002 if (hasStoredFPFeatures()) in getFPFeaturesInEffect()3008 if (hasStoredFPFeatures()) in getFPFeatures()3487 bool hasStoredFPFeatures() const { return CastExprBits.HasFPFeatures; } in hasStoredFPFeatures() function[all …]
442 if (hasStoredFPFeatures()) in CXXStaticCastExpr()1741 if (hasStoredFPFeatures()) in CXXFunctionalCastExpr()
949 if (Node->hasStoredFPFeatures()) in VisitCallExpr()969 if (Node->hasStoredFPFeatures()) in VisitCastExpr()1069 if (Node->hasStoredFPFeatures()) in VisitUnaryOperator()1099 if (Node->hasStoredFPFeatures()) in VisitBinaryOperator()1110 if (Node->hasStoredFPFeatures()) in VisitCompoundAssignOperator()1141 if (Node->hasStoredFPFeatures()) in VisitCXXFunctionalCastExpr()1147 if (Node->hasStoredFPFeatures()) in VisitCXXStaticCastExpr()
1340 if (hasStoredFPFeatures()) in CallExpr()1918 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()4417 if (hasStoredFPFeatures()) in BinaryOperator()4434 if (hasStoredFPFeatures()) in BinaryOperator()4499 if (hasStoredFPFeatures()) in UnaryOperator()
723 bool HasFPFeatures = E->hasStoredFPFeatures(); in VisitUnaryOperator()856 Record.push_back(E->hasStoredFPFeatures()); in VisitCallExpr()863 if (E->hasStoredFPFeatures()) in VisitCallExpr()950 Record.push_back(E->hasStoredFPFeatures()); in VisitCastExpr()958 if (E->hasStoredFPFeatures()) in VisitCastExpr()964 bool HasFPFeatures = E->hasStoredFPFeatures(); in VisitBinaryOperator()1011 if (E->path_size() == 0 && !E->hasStoredFPFeatures()) in VisitImplicitCastExpr()
711 assert(hasFP_Features == E->hasStoredFPFeatures()); in VisitUnaryOperator()1088 assert(E->hasStoredFPFeatures() == HasFPFeatures); in VisitCastExpr()
10734 if (E->hasStoredFPFeatures()) { in TransformCallExpr()