OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:liveStmts
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Analysis/Analyses/
LiveVariables.h
35
llvm::ImmutableSet<const Stmt *>
liveStmts
;
41
:
liveStmts
(0), liveDecls(0) {}
43
LivenessValues(llvm::ImmutableSet<const Stmt *>
LiveStmts
,
45
:
liveStmts
(
LiveStmts
), liveDecls(LiveDecls) {}
/external/clang/lib/Analysis/
LiveVariables.cpp
136
return
liveStmts
.contains(S);
163
SSetRefA(valsA.
liveStmts
.getRootWithoutRetain(), SSetFact.getTreeFactory()),
164
SSetRefB(valsB.
liveStmts
.getRootWithoutRetain(), SSetFact.getTreeFactory());
182
return
liveStmts
== V.
liveStmts
&& liveDecls == V.liveDecls;
276
val.
liveStmts
= LV.SSetFact.remove(val.
liveStmts
, S);
293
AddLiveStmt(val.
liveStmts
, LV.SSetFact, ImplicitObj);
310
AddLiveStmt(val.
liveStmts
, LV.SSetFact, VA->getSizeExpr());
323
val.
liveStmts
= LV.SSetFact.add(val.liveStmts, child)
[
all
...]
Completed in 272 milliseconds