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; variable449 class IndirectGotoNodeBuilder {457 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, in IndirectGotoNodeBuilder() function464 friend class IndirectGotoNodeBuilder; variable
59 friend class IndirectGotoNodeBuilder; variable
241 void processIndirectGoto(IndirectGotoNodeBuilder& builder) override;
409 IndirectGotoNodeBuilder in HandleBlockExit()652 IndirectGotoNodeBuilder::generateNode(const iterator &I, in generateNode()
1553 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) { in processIndirectGoto()1565 typedef IndirectGotoNodeBuilder::iterator iterator; in processIndirectGoto()