Searched refs:HasAlignedVariant (Results 1 – 1 of 1) sorted by relevance
3018 bool HasAlignedVariant = getLangOpts().AlignedAllocation; in DeclareGlobalNewDelete() local3021 int NumAlignVariants = (HasAlignedVariant ? 2 : 1); in DeclareGlobalNewDelete()