OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subEx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp
423
const Expr *
subEx
= UE->getArgumentExpr();
424
if (
subEx
->getType()->isVariableArrayType()) {
425
assert(
subEx
->isLValue());
426
val.liveExprs = LV.ESetFact.add(val.liveExprs,
subEx
->IgnoreParens());
LiveVariables.cpp
423
const Expr *
subEx
= UE->getArgumentExpr();
424
if (
subEx
->getType()->isVariableArrayType()) {
425
assert(
subEx
->isLValue());
426
val.liveExprs = LV.ESetFact.add(val.liveExprs,
subEx
->IgnoreParens());
Completed in 41 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026