Home
last modified time | relevance | path

Searched refs:try_block_iterator (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Analysis/
DCFG.h870 typedef std::vector<const CFGBlock*>::const_iterator try_block_iterator; typedef
871 try_block_iterator try_blocks_begin() const { in try_blocks_begin()
874 try_block_iterator try_blocks_end() const { in try_blocks_end()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1326 using try_block_iterator = std::vector<const CFGBlock *>::const_iterator; variable
1328 try_block_iterator try_blocks_begin() const { in try_blocks_begin()
1332 try_block_iterator try_blocks_end() const { in try_blocks_end()
/external/clang/lib/Analysis/
DReachableCode.cpp655 for (CFG::try_block_iterator I = cfg->try_blocks_begin(), in FindUnreachableCode()
/external/llvm-project/clang/lib/Analysis/
DReachableCode.cpp697 for (CFG::try_block_iterator I = cfg->try_blocks_begin(), in FindUnreachableCode()