Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DLogger.h59 virtual void enterElement(const CFGElement &) {} in enterElement()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferBranchTest.cpp47 void transfer(const CFGElement &, TestLattice &, Environment &) {} in transfer()
H A DLoggerTest.cpp38 void transfer(const CFGElement &, TestLattice &L, Environment &E) { in transfer()
H A DTypeErasedDataflowAnalysisTest.cpp399 transfer(const CFGElement &,NonConvergingLattice & E,Environment &) transfer() argument
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h48 class CFGElement; variable
/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