Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h62 friend class SwitchNodeBuilder; variable
532 class SwitchNodeBuilder {
539 SwitchNodeBuilder(ExplodedNode *pred, const CFGBlock *src, in SwitchNodeBuilder() function
544 friend class SwitchNodeBuilder; variable
H A DExprEngine.h93 class SwitchNodeBuilder; variable
360 void processSwitch(SwitchNodeBuilder& builder);
H A DExplodedGraph.h72 friend class SwitchNodeBuilder; variable
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp419 SwitchNodeBuilder builder(Pred, B, cast<SwitchStmt>(Term)->getCond(), in HandleBlockExit()
697 SwitchNodeBuilder::generateCaseStmtNode(const iterator &I, in generateCaseStmtNode()
712 SwitchNodeBuilder::generateDefaultCaseNode(ProgramStateRef St, in generateDefaultCaseNode()
H A DExprEngine.cpp2629 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch()
2630 using iterator = SwitchNodeBuilder::iterator; in processSwitch()