OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:liveDecls
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Analysis/Analyses/
LiveVariables.h
36
llvm::ImmutableSet<const VarDecl *>
liveDecls
;
41
: liveStmts(0),
liveDecls
(0) {}
44
llvm::ImmutableSet<const VarDecl *>
LiveDecls
)
45
: liveStmts(LiveStmts),
liveDecls
(
LiveDecls
) {}
/external/clang/lib/Analysis/
LiveVariables.cpp
140
return
liveDecls
.contains(D);
168
DSetRefA(valsA.
liveDecls
.getRootWithoutRetain(), DSetFact.getTreeFactory()),
169
DSetRefB(valsB.
liveDecls
.getRootWithoutRetain(), DSetFact.getTreeFactory());
182
return liveStmts == V.liveStmts &&
liveDecls
== V.
liveDecls
;
301
val.
liveDecls
= LV.DSetFact.add(val.
liveDecls
,
365
val.
liveDecls
= LV.DSetFact.remove(val.
liveDecls
, VD);
382
val.
liveDecls
= LV.DSetFact.add(val.liveDecls, VD)
[
all
...]
Completed in 789 milliseconds