Searched refs:hasFPFeatures (Results 1 – 3 of 3) sorted by relevance
2192 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);2866 bool hasFPFeatures, EmptyShell Empty);3845 static BinaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);4065 bool hasFPFeatures) in CompoundAssignOperator() argument4082 bool hasFPFeatures);
464 unsigned PathSize, bool hasFPFeatures);
4750 bool hasFPFeatures) { in CreateEmpty() argument4751 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()4753 return new (Mem) UnaryOperator(hasFPFeatures, EmptyShell()); in CreateEmpty()