Searched refs:subEx (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DLiveVariables.cpp409 const Expr *subEx = UE->getArgumentExpr(); local
410 if (subEx->getType()->isVariableArrayType()) {
411 assert(subEx->isLValue());
412 val.liveStmts = LV.SSetFact.add(val.liveStmts, subEx->IgnoreParens());

Completed in 77 milliseconds