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