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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp463 const Expr *subEx = UE->getArgumentExpr(); local
464 if (subEx->getType()->isVariableArrayType()) {
465 assert(subEx->isLValue());
466 val.liveStmts = LV.SSetFact.add(val.liveStmts, subEx->IgnoreParens());

Completed in 104 milliseconds