Home
last modified time | relevance | path

Searched refs:hasFPFeatures (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2221 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
2900 bool hasFPFeatures, EmptyShell Empty);
3894 static BinaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
4118 bool hasFPFeatures) in CompoundAssignOperator() argument
4135 bool hasFPFeatures);
H A DExprCXX.h464 unsigned PathSize, bool hasFPFeatures);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4841 bool hasFPFeatures) { in CreateEmpty() argument
4842 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()
4844 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()