Searched refs:CES_AllowDifferentTypes (Results 1 – 2 of 2) sorted by relevance
2964 if (!(CESK & CES_AllowDifferentTypes) && !VDType->isDependentType() && in isCopyElisionCandidate()2984 if (CESK & CES_AllowDifferentTypes) in isCopyElisionCandidate()
3847 CES_AllowDifferentTypes = 2, enumerator3850 CES_Default = (CES_AllowParameters | CES_AllowDifferentTypes),3851 CES_AsIfByStdMove = (CES_AllowParameters | CES_AllowDifferentTypes |