Searched refs:hasFPFeatures (Results 1 – 3 of 3) sorted by relevance
2198 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);2871 bool hasFPFeatures, EmptyShell Empty);3841 static BinaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);4060 bool hasFPFeatures) in CompoundAssignOperator() argument4077 bool hasFPFeatures);
465 unsigned PathSize, bool hasFPFeatures);
4581 bool hasFPFeatures) { in CreateEmpty() argument4582 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()4584 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()