Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2130 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
2802 bool hasFPFeatures, EmptyShell Empty);
3763 static BinaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
3982 bool hasFPFeatures) in CompoundAssignOperator() argument
3999 bool hasFPFeatures);
H A DExprCXX.h465 unsigned PathSize, bool hasFPFeatures);
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4484 bool hasFPFeatures) { in CreateEmpty() argument
4485 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()
4487 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()