Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DLogger.h59 virtual void enterElement(const CFGElement &) {} in enterElement()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h48 class CFGElement; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h134 explicit CFGStmt(const Stmt *S, Kind K = Statement) : CFGElement(K, S) { in CFGElement() function
371 : CFGElement(kind, data1, data2) { in CFGElement() function