Home
last modified time | relevance | path

Searched refs:SwitchNodeBuilder (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h42 class SwitchNodeBuilder; variable
107 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
H A DCoreEngine.h62 friend class SwitchNodeBuilder; variable
517 class SwitchNodeBuilder {
524 SwitchNodeBuilder(ExplodedNode *pred, const CFGBlock *src, in SwitchNodeBuilder() function
529 friend class SwitchNodeBuilder; variable
H A DExplodedGraph.h73 friend class SwitchNodeBuilder; variable
H A DExprEngine.h327 void processSwitch(SwitchNodeBuilder& builder) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp371 SwitchNodeBuilder builder(Pred, B, cast<SwitchStmt>(Term)->getCond(), in HandleBlockExit()
616 SwitchNodeBuilder::generateCaseStmtNode(const iterator &I, in generateCaseStmtNode()
631 SwitchNodeBuilder::generateDefaultCaseNode(ProgramStateRef St, in generateDefaultCaseNode()
H A DExprEngine.cpp2281 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch()
2282 using iterator = SwitchNodeBuilder::iterator; in processSwitch()