Searched refs:IndirectGotoNodeBuilder (Results 1 – 6 of 6) sorted by relevance
37 class IndirectGotoNodeBuilder; variable96 virtual void processIndirectGoto(IndirectGotoNodeBuilder& builder) = 0;
48 friend class IndirectGotoNodeBuilder; variable444 class IndirectGotoNodeBuilder {452 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, in IndirectGotoNodeBuilder() function459 friend class IndirectGotoNodeBuilder; variable
59 friend class IndirectGotoNodeBuilder; variable
250 void processIndirectGoto(IndirectGotoNodeBuilder& builder) override;
415 IndirectGotoNodeBuilder in HandleBlockExit()669 IndirectGotoNodeBuilder::generateNode(const iterator &I, in generateNode()
1690 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) { in processIndirectGoto()1702 typedef IndirectGotoNodeBuilder::iterator iterator; in processIndirectGoto()