Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2300 bool hasStoredFPFeatures() const { return UnaryOperatorBits.HasFPFeatures; } hasStoredFPFeatures() function
2958 bool hasStoredFPFeatures() const { return CallExprBits.HasFPFeatures; } hasStoredFPFeatures() function
3553 bool hasStoredFPFeatures() const { return CastExprBits.HasFPFeatures; } hasStoredFPFeatures() function
3995 bool hasStoredFPFeatures() const { return BinaryOperatorBits.HasFPFeatures; } hasStoredFPFeatures() function
[all...]