Searched defs:NodeGroup (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h65 /// NodeGroup provides opaque storage for a list of ExplodedNodes, optimizing
72 class NodeGroup { class in class:clang::ento::ExplodedNode
80 NodeGroup(bool Flag = false) : P(Flag) { function in class:clang::ento::ExplodedNode::NodeGroup
118 NodeGroup Preds;
121 NodeGroup Succs;

Completed in 467 milliseconds