Searched defs:currentBlock (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ | ||
H A D | LiveVariables.h | 63 const CFGBlock *currentBlock, in observeStmt() |
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | DeadStoresChecker.cpp | 132 const CFGBlock *currentBlock; member in __anon3346c1240211::DeadStoreObs |
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ | ||
H A D | LiveVariables.cpp | 198 const CFGBlock *currentBlock; member in __anon1d810ac90411::TransferFunctions |
H A D | UninitializedValues.cpp | 816 unsigned currentBlock; member |
H A D | CFG.cpp | 3123 CFGBlock *currentBlock = createBlock(false); in VisitCaseStmt() local |