Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp366 std::function<void(const CFGElement &, in transferCFGBlock()
392 std::function<void(const CFGElement &, in transferBlock()
403 std::function<void(const CFGElement &, in runTypeErasedDataflowAnalysis()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h48 class CFGElement; variable
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h132 explicit CFGStmt(const Stmt *S, Kind K = Statement) : CFGElement(K, S) { in CFGElement() function
369 : CFGElement(kind, data1, data2) { in CFGElement() function