OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Succs
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/MC/
MCObjectDisassembler.cpp
102
BBInfoSetTy
Succs
;
106
Succs
.insert(&Succ);
158
// Compute
succs
/preds.
194
for (BBInfoSetTy::iterator SI = BBI->
Succs
.begin(), SE = BBI->
Succs
.end();
202
// Set preds/
succs
.
208
for (BBInfoSetTy::iterator SI = BBI->
Succs
.begin(), SE = BBI->
Succs
.end();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
120
///
Succs
- The successors of this node.
121
NodeGroup
Succs
;
127
: Location(loc), State(state),
Succs
(IsSink) {
180
unsigned succ_size() const { return
Succs
.size(); }
182
bool succ_empty() const { return
Succs
.empty(); }
185
bool isSink() const { return
Succs
.getFlag(); }
219
succ_iterator succ_begin() { return
Succs
.begin(); }
220
succ_iterator succ_end() { return
Succs
.end(); }
242
void replaceSuccessor(ExplodedNode *node) {
Succs
.replaceNode(node); }