Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExpr.h2329 bool hasStoredFPFeatures() const { return UnaryOperatorBits.HasFPFeatures; } hasStoredFPFeatures() function
2987 bool hasStoredFPFeatures() const { return CallExprBits.HasFPFeatures; } hasStoredFPFeatures() function
3587 bool hasStoredFPFeatures() const { return CastExprBits.HasFPFeatures; } hasStoredFPFeatures() function
4029 bool hasStoredFPFeatures() const { return BinaryOperatorBits.HasFPFeatures; } hasStoredFPFeatures() function
[all...]