Home
last modified time | relevance | path

Searched refs:hasStoredFPFeatures (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2238 bool hasStoredFPFeatures() const { return UnaryOperatorBits.HasFPFeatures; } in hasStoredFPFeatures() function
2783 assert(hasStoredFPFeatures()); in getOffsetOfTrailingFPFeatures()
2829 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()
2835 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()
2894 bool hasStoredFPFeatures() const { return CallExprBits.HasFPFeatures; } in hasStoredFPFeatures() function
2990 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 …]
H A DExprCXX.h442 if (hasStoredFPFeatures()) in CXXStaticCastExpr()
1741 if (hasStoredFPFeatures()) in CXXFunctionalCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp949 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()
H A DExpr.cpp1340 if (hasStoredFPFeatures()) in CallExpr()
1918 assert(hasStoredFPFeatures()); in getTrailingFPFeatures()
4417 if (hasStoredFPFeatures()) in BinaryOperator()
4434 if (hasStoredFPFeatures()) in BinaryOperator()
4499 if (hasStoredFPFeatures()) in UnaryOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp723 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()
H A DASTReaderStmt.cpp711 assert(hasFP_Features == E->hasStoredFPFeatures()); in VisitUnaryOperator()
1088 assert(E->hasStoredFPFeatures() == HasFPFeatures); in VisitCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h10734 if (E->hasStoredFPFeatures()) { in TransformCallExpr()