Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FindVA

620 static const VariableArrayType *FindVA(const Type *t) {
1719 for (const VariableArrayType* VA = FindVA(VD->getType().getTypePtr());
1720 VA != 0; VA = FindVA(VA->getElementType().getTypePtr())) {
2605 for (const VariableArrayType *VA =FindVA(E->getArgumentType().getTypePtr());
2606 VA != 0; VA = FindVA(VA->getElementType().getTypePtr()))