Searched refs:IsConstSizedArray (Results 1 – 1 of 1) sorted by relevance
3220 const bool IsConstSizedArray = AdjustedParamType->isConstantArrayType(); in DeduceFromInitializerList() local3223 !IsConstSizedArray && AdjustedParamType->isDependentSizedArrayType(); in DeduceFromInitializerList()3227 const bool IsSTDList = !IsConstSizedArray && !IsDependentSizedArray && in DeduceFromInitializerList()3230 if (!IsConstSizedArray && !IsDependentSizedArray && !IsSTDList) in DeduceFromInitializerList()