Searched defs:CFGElement (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Logger.h | 59 virtual void enterElement(const CFGElement &) {} in enterElement() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 456 // 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 D | ExprEngine.h | 48 class CFGElement; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 134 explicit CFGStmt(const Stmt *S, Kind K = Statement) : CFGElement(K, S) { CFGElement() function 371 : CFGElement(kind, data1, data2) { CFGElement() function [all...] |