OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subex
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/Analysis/
LiveVariables.cpp
409
const Expr *
subEx
= UE->getArgumentExpr();
410
if (
subEx
->getType()->isVariableArrayType()) {
411
assert(
subEx
->isLValue());
412
val.liveStmts = LV.SSetFact.add(val.liveStmts,
subEx
->IgnoreParens());
Completed in 88 milliseconds