Searched refs:hasStoredFPFeatures (Results 1 – 12 of 12) sorted by relevance
1005 if (Node->hasStoredFPFeatures()) in VisitCallExpr()1025 if (Node->hasStoredFPFeatures()) in VisitCastExpr()1130 if (Node->hasStoredFPFeatures()) in VisitUnaryOperator()1160 if (Node->hasStoredFPFeatures()) in VisitBinaryOperator()1171 if (Node->hasStoredFPFeatures()) in VisitCompoundAssignOperator()1202 if (Node->hasStoredFPFeatures()) in VisitCXXFunctionalCastExpr()1208 if (Node->hasStoredFPFeatures()) in VisitCXXStaticCastExpr()2380 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()
1378 if (hasStoredFPFeatures()) in CallExpr()1961 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()4514 if (hasStoredFPFeatures()) in BinaryOperator()4531 if (hasStoredFPFeatures()) in BinaryOperator()4596 if (hasStoredFPFeatures()) in UnaryOperator()
370 if (hasStoredFPFeatures()) in CompoundStmt()
1707 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()
186 if (!S->hasStoredFPFeatures()) in PrintFPPragmas()
6372 S->hasStoredFPFeatures() ? S->getStoredFPFeatures() : FPOptionsOverride(); in VisitCompoundStmt()
2852 assert(hasStoredFPFeatures()); in getOffsetOfTrailingFPFeatures()2898 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()2904 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()3070 assert(hasStoredFPFeatures()); in getStoredFPFeatures()3082 if (hasStoredFPFeatures()) in getFPFeaturesInEffect()3088 if (hasStoredFPFeatures()) in getFPFeatures()3573 if (hasStoredFPFeatures()) in getFPFeaturesInEffect()3579 if (hasStoredFPFeatures()) in getFPFeatures()3630 if (hasStoredFPFeatures()) in ImplicitCastExpr()3649 if (hasStoredFPFeatures()) in ImplicitCastExpr()[all …]
1426 assert(hasStoredFPFeatures()); in setStoredFPFeatures()1453 bool hasStoredFPFeatures() const { return CompoundStmtBits.HasFPFeatures; } in hasStoredFPFeatures() function1457 assert(hasStoredFPFeatures()); in getStoredFPFeatures()
442 if (hasStoredFPFeatures()) in CXXStaticCastExpr()1741 if (hasStoredFPFeatures()) in CXXFunctionalCastExpr()
84 Record.push_back(S->hasStoredFPFeatures()); in VisitCompoundStmt()87 if (S->hasStoredFPFeatures()) in VisitCompoundStmt()732 bool HasFPFeatures = E->hasStoredFPFeatures(); in VisitUnaryOperator()865 Record.push_back(E->hasStoredFPFeatures()); in VisitCallExpr()872 if (E->hasStoredFPFeatures()) in VisitCallExpr()959 Record.push_back(E->hasStoredFPFeatures()); in VisitCastExpr()967 if (E->hasStoredFPFeatures()) in VisitCastExpr()973 bool HasFPFeatures = E->hasStoredFPFeatures(); in VisitBinaryOperator()1020 if (E->path_size() == 0 && !E->hasStoredFPFeatures()) in VisitImplicitCastExpr()
156 assert(S->hasStoredFPFeatures() == HasFPFeatures); in VisitCompoundStmt()706 assert(hasFP_Features == E->hasStoredFPFeatures()); in VisitUnaryOperator()1083 assert(E->hasStoredFPFeatures() == HasFPFeatures); in VisitCastExpr()
11071 if (E->hasStoredFPFeatures()) { in TransformCallExpr()