Searched defs:getIterator (Results 1 – 3 of 3) sorted by relevance
184 AllAccessType::self_iterator getIterator() { in getIterator() function187 AllAccessType::const_self_iterator getIterator() const { in getIterator() function
132 self_iterator getIterator() { return self_iterator(*this); } in getIterator() function133 const_self_iterator getIterator() const { return const_self_iterator(*this); } in getIterator() function
307 BBIterator Instruction::getIterator() const { in getIterator() function in Instruction