Home
last modified time | relevance | path

Searched defs:CFGBlock (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h24 class CFGBlock; variable
H A DReachableCode.h28 class CFGBlock; variable
H A DLiveVariables.h23 class CFGBlock; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DLogger.h55 virtual void enterBlock(const CFGBlock &, bool PostVisit) {} in enterBlock()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h23 class CFGBlock; variable
H A DExprEngine.h47 class CFGBlock; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp525 static int SrcCmp(const std::pair<const CFGBlock *, const Stmt *> *p1, in SrcCmp()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h34 class CFGBlock; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h889 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent) in CFGBlock() function