Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2185 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
2858 bool hasFPFeatures, EmptyShell Empty);
3830 static BinaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
4049 bool hasFPFeatures) in CompoundAssignOperator() argument
4066 bool hasFPFeatures);
H A DExprCXX.h465 unsigned PathSize, bool hasFPFeatures);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4555 bool hasFPFeatures) { in CreateEmpty() argument
4556 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()
4558 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()