Searched defs:currentBlock (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ | ||
| H A D | LiveVariables.h | 63 const CFGBlock *currentBlock, in observeStmt() |
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ | ||
| H A D | DeadStoresChecker.cpp | 132 const CFGBlock *currentBlock; member in __anon00d371c00211::DeadStoreObs |
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ | ||
| H A D | LiveVariables.cpp | 205 const CFGBlock *currentBlock; member in __anon853d68e50411::TransferFunctions |
| H A D | UninitializedValues.cpp | 862 unsigned currentBlock = 0; member |
| H A D | CFG.cpp | 3970 CFGBlock *currentBlock = createBlock(false); in VisitCaseStmt() local |