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; variable447 class IndirectGotoNodeBuilder {455 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, in IndirectGotoNodeBuilder() function462 friend class IndirectGotoNodeBuilder; variable
60 friend class IndirectGotoNodeBuilder; variable
250 void processIndirectGoto(IndirectGotoNodeBuilder& builder) override;
427 IndirectGotoNodeBuilder in HandleBlockExit()686 IndirectGotoNodeBuilder::generateNode(const iterator &I, in generateNode()
1706 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) { in processIndirectGoto()1718 typedef IndirectGotoNodeBuilder::iterator iterator; in processIndirectGoto()