Home
last modified time | relevance | path

Searched refs:try_block_iterator (Results 1 – 2 of 2) 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/clang/lib/Analysis/
DReachableCode.cpp655 for (CFG::try_block_iterator I = cfg->try_blocks_begin(), in FindUnreachableCode()