Searched refs:IndirectGotoNodeBuilder (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h41 class IndirectGotoNodeBuilder;
103 virtual void processIndirectGoto(IndirectGotoNodeBuilder& builder) = 0;
H A DCoreEngine.h59 friend class IndirectGotoNodeBuilder;
477 class IndirectGotoNodeBuilder { class in namespace:clang::ento
485 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, function in class:clang::ento::IndirectGotoNodeBuilder
490 friend class IndirectGotoNodeBuilder;
H A DExplodedGraph.h70 friend class IndirectGotoNodeBuilder;
H A DExprEngine.h330 void processIndirectGoto(IndirectGotoNodeBuilder& builder) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp366 IndirectGotoNodeBuilder
648 IndirectGotoNodeBuilder::generateNode(const iterator &I,
H A DExprEngine.cpp2224 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) {
2235 using iterator = IndirectGotoNodeBuilder::iterator;

Completed in 86 milliseconds