Searched refs:IsConstSizedArray (Results 1 – 1 of 1) sorted by relevance
3228 const bool IsConstSizedArray = AdjustedParamType->isConstantArrayType(); in DeduceFromInitializerList() local3231 !IsConstSizedArray && AdjustedParamType->isDependentSizedArrayType(); in DeduceFromInitializerList()3235 const bool IsSTDList = !IsConstSizedArray && !IsDependentSizedArray && in DeduceFromInitializerList()3238 if (!IsConstSizedArray && !IsDependentSizedArray && !IsSTDList) in DeduceFromInitializerList()