Searched defs:currentBlock (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | LiveVariables.h | 62 const CFGBlock *currentBlock, in observeStmt() |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | DeadStoresChecker.cpp | 139 const CFGBlock *currentBlock; member in __anon897c83030211::DeadStoreObs |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ | ||
H A D | LiveVariables.cpp | 162 const CFGBlock *currentBlock; member in __anon422163080311::TransferFunctions |
H A D | UninitializedValues.cpp | 882 unsigned currentBlock = 0; member |
H A D | CFG.cpp | 4487 CFGBlock *currentBlock = createBlock(false); VisitCaseStmt() local |