Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h47 class CFGElement; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h134 explicit CFGStmt(Stmt *S, Kind K = Statement) : CFGElement(K, S) { in CFGElement() function
369 : CFGElement(kind, data1, data2) { in CFGElement() function