Searched refs:hasStoredFPFeatures (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2274 bool hasStoredFPFeatures() const { return UnaryOperatorBits.HasFPFeatures; } function in class:clang::final::final
3827 bool hasStoredFPFeatures() const { return BinaryOperatorBits.HasFPFeatures; } function in class:clang::final::BinaryOperator
3831 assert(hasStoredFPFeatures());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp718 bool HasFPFeatures = E->hasStoredFPFeatures();
952 bool HasFPFeatures = E->hasStoredFPFeatures();
H A DASTReaderStmt.cpp705 assert(hasFP_Features == E->hasStoredFPFeatures());

Completed in 85 milliseconds