Searched refs:IndirectGotoNodeBuilder (Results 1 – 6 of 6) sorted by relevance
37 class IndirectGotoNodeBuilder; variable86 virtual void processIndirectGoto(IndirectGotoNodeBuilder& builder) = 0;
48 friend class IndirectGotoNodeBuilder; variable447 class IndirectGotoNodeBuilder {455 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, in IndirectGotoNodeBuilder() function462 friend class IndirectGotoNodeBuilder; variable
59 friend class IndirectGotoNodeBuilder; variable
238 void processIndirectGoto(IndirectGotoNodeBuilder& builder);
409 IndirectGotoNodeBuilder in HandleBlockExit()647 IndirectGotoNodeBuilder::generateNode(const iterator &I, in generateNode()
1456 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) { in processIndirectGoto()1468 typedef IndirectGotoNodeBuilder::iterator iterator; in processIndirectGoto()