Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h100 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
DExprEngine.h254 void processSwitch(SwitchNodeBuilder& builder) override;
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp218 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) { in processSwitch() function
445 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI); in runImpl()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp454 SubEng.processSwitch(builder); in HandleBlockExit()
DExprEngine.cpp1802 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine