Searched defs:GetNext (Results 1 – 2 of 2) sorted by relevance
300 auto GetNext = [](auto *I) { return &*++I->getIterator(); }; TEST() local 366 auto GetNext = [](auto *I) { return &*++I->getIterator(); }; TEST() local [all...]
67 bool UnwindCodesIterator::GetNext() { in GetNext() function in UnwindCodesIterator