Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h2329 bool hasStoredFPFeatures() const { return UnaryOperatorBits.HasFPFeatures; } in hasStoredFPFeatures() function
2992 bool hasStoredFPFeatures() const { return CallExprBits.HasFPFeatures; } in hasStoredFPFeatures() function
3597 bool hasStoredFPFeatures() const { return CastExprBits.HasFPFeatures; } in hasStoredFPFeatures() function
4044 bool hasStoredFPFeatures() const { return BinaryOperatorBits.HasFPFeatures; } in hasStoredFPFeatures() function
HDStmt.h1653 bool hasStoredFPFeatures() const { return CompoundStmtBits.HasFPFeatures; } in hasStoredFPFeatures() function