Searched defs:CFGElement (Results 1 – 3 of 3) sorted by relevance
366 std::function<void(const CFGElement &, in transferCFGBlock()392 std::function<void(const CFGElement &, in transferBlock()403 std::function<void(const CFGElement &, in runTypeErasedDataflowAnalysis()
48 class CFGElement; variable
132 explicit CFGStmt(const Stmt *S, Kind K = Statement) : CFGElement(K, S) { in CFGElement() function369 : CFGElement(kind, data1, data2) { in CFGElement() function