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