OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeGroup
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp
205
// An
NodeGroup
's storage type is actually very much like a TinyPtrVector:
210
// Consequently, each of the
NodeGroup
methods have up to four cases to handle:
227
void ExplodedNode::
NodeGroup
::replaceNode(ExplodedNode *node) {
236
void ExplodedNode::
NodeGroup
::addNode(ExplodedNode *N, ExplodedGraph &G) {
265
unsigned ExplodedNode::
NodeGroup
::size() const {
277
ExplodedNode * const *ExplodedNode::
NodeGroup
::begin() const {
289
ExplodedNode * const *ExplodedNode::
NodeGroup
::end() const {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
65
///
NodeGroup
provides opaque storage for a list of ExplodedNodes, optimizing
72
class
NodeGroup
{
80
NodeGroup
(bool Flag = false) : P(Flag) {
118
NodeGroup
Preds;
121
NodeGroup
Succs;
Completed in 57 milliseconds