Searched refs:hasFPFeatures (Results 1 – 3 of 3) sorted by relevance
2221 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() argument4135 bool hasFPFeatures);
464 unsigned PathSize, bool hasFPFeatures);
4841 bool hasFPFeatures) { in CreateEmpty() argument4842 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()4844 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()