Searched refs:hasFPFeatures (Results 1 – 3 of 3) sorted by relevance
4932 bool hasFPFeatures) { in CreateEmpty() argument4933 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()4935 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()5437 bool hasFPFeatures) { in CreateEmpty() argument5438 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()5440 return new (Mem) ConvertVectorExpr(hasFPFeatures, EmptyShell()); in CreateEmpty()
2271 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);2954 bool hasFPFeatures, EmptyShell Empty);4001 static BinaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);4234 bool hasFPFeatures) in CompoundAssignOperator() argument4251 bool hasFPFeatures);4689 bool hasFPFeatures);
466 unsigned PathSize, bool hasFPFeatures);