Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2209 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
2882 bool hasFPFeatures, EmptyShell Empty);
3848 static BinaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
4067 bool hasFPFeatures) in CompoundAssignOperator() argument
4084 bool hasFPFeatures);
H A DExprCXX.h464 unsigned PathSize, bool hasFPFeatures);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4670 bool hasFPFeatures) { in CreateEmpty() argument
4671 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()
4673 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()