Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VA

1719   for (const VariableArrayType* VA = FindVA(VD->getType().getTypePtr());
1720 VA != 0; VA = FindVA(VA->getElementType().getTypePtr())) {
1721 if (CFGBlock *newBlock = addStmt(VA->getSizeExpr()))
2605 for (const VariableArrayType *VA =FindVA(E->getArgumentType().getTypePtr());
2606 VA != 0; VA = FindVA(VA->getElementType().getTypePtr()))
2607 lastBlock = addStmt(VA->getSizeExpr());