Home
last modified time | relevance | path

Searched defs:CFGElement (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DLogger.h59 virtual void enterElement(const CFGElement &) {} in enterElement() argument
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp456 // terminator condition, but not as a `CFGElement` in transferCFGBlock() argument
515 runTypeErasedDataflowAnalysis(const ControlFlowContext & CFCtx,TypeErasedDataflowAnalysis & Analysis,const Environment & InitEnv,std::function<void (const CFGElement &,const TypeErasedDataflowAnalysisState &)> PostVisitCFG,std::int32_t MaxBlockVisits) runTypeErasedDataflowAnalysis() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h48 class CFGElement; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h134 explicit CFGStmt(const Stmt *S, Kind K = Statement) : CFGElement(K, S) { CFGElement() function
371 : CFGElement(kind, data1, data2) { CFGElement() function
[all...]