Searched defs:ElementRef (Results 1 – 2 of 2) sorted by relevance
150 for (CFGBlock::CFGElementRef ElementRef : MainBlock->refs()) { in TEST() local 174 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->refs()) { in TEST() local 197 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { TEST() local 221 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { TEST() local [all...]
716 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>; variable