Home | History | Annotate | Download | only in Reader

Lines Matching defs:IsArray

4639         bool IsArray = CurTy->isArrayTy();
4643 if (!IsStruct && !IsArray)
4649 if (IsArray && Index >= CurTy->getArrayNumElements())
4681 bool IsArray = CurTy->isArrayTy();
4685 if (!IsStruct && !IsArray)
4691 if (IsArray && Index >= CurTy->getArrayNumElements())