Searched refs:processIndirectGoto (Results 1 – 4 of 4) sorted by relevance
96 virtual void processIndirectGoto(IndirectGotoNodeBuilder& builder) = 0;
250 void processIndirectGoto(IndirectGotoNodeBuilder& builder) override;
419 SubEng.processIndirectGoto(builder); in HandleBlockExit()
1690 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) { in processIndirectGoto() function in ExprEngine