Home
last modified time | relevance | path

Searched refs:CoreEngine (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp73 CoreEngine::CoreEngine(ExprEngine &exprengine, FunctionSummariesTy *FS, in CoreEngine() function in CoreEngine
79 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, in ExecuteWorkList()
153 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem()
196 bool CoreEngine::ExecuteWorkListWithInitialState(const LocationContext *L, in ExecuteWorkListWithInitialState()
208 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
276 void CoreEngine::HandleBlockEntrance(const BlockEntrance &L, in HandleBlockEntrance()
295 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit()
419 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter()
424 void CoreEngine::HandleBranch(const Stmt *Cond, const Stmt *Term, in HandleBranch()
435 void CoreEngine::HandleCleanupTemporaryBranch(const CXXBindTemporaryExpr *BTE, in HandleCleanupTemporaryBranch()
[all …]
H A DCMakeLists.txt22 CoreEngine.cpp
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h55 class CoreEngine {
132 CoreEngine(ExprEngine &exprengine,
136 CoreEngine(const CoreEngine &) = delete;
137 CoreEngine &operator=(const CoreEngine &) = delete;
208 const CoreEngine &Eng;
212 NodeBuilderContext(const CoreEngine &E, const CFGBlock *B, ExplodedNode *N) in NodeBuilderContext()
478 CoreEngine& Eng;
486 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) in IndirectGotoNodeBuilder()
526 CoreEngine& Eng;
533 const Expr *condition, CoreEngine* eng) in SwitchNodeBuilder()
H A DExplodedGraph.h67 friend class CoreEngine; variable
306 friend class CoreEngine;
H A DExprEngine.h147 CoreEngine Engine;
439 const CoreEngine &getCoreEngine() const { return Engine; } in getCoreEngine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp118 typedef CoreEngine::BlocksExhausted::const_iterator ExhaustedIterator; in checkEndAnalysis()
119 const CoreEngine &CE = Eng.getCoreEngine(); in checkEndAnalysis()
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCore/
H A DMakefile24 CoreEngine.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/
H A DBUILD.gn31 "CoreEngine.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst136 1. The CoreEngine realizes we're at the end of an inlined call and generates a