Searched refs:GetNext (Results 1 – 3 of 3) sorted by relevance
39 bool GetNext();67 bool UnwindCodesIterator::GetNext() { in GetNext() function in UnwindCodesIterator151 while (m_iterator.GetNext()) in Build()257 return m_iterator.GetNext(); in ProcessUnwindCode()261 return m_iterator.GetNext() && m_iterator.GetNext(); in ProcessUnwindCode()326 if (!m_iterator.GetNext()) in ParseBigFrameOffset()331 if (!m_iterator.GetNext()) in ParseBigFrameOffset()341 if (!m_iterator.GetNext()) in ParseFrameOffset()
293 auto GetNext = [](auto *I) { return &*++I->getIterator(); }; in TEST() local299 Instruction *B = GetNext(A); in TEST()300 Instruction *C = GetNext(B); in TEST()301 auto *EntryDbg = cast<DbgValueInst>(GetNext(C)); in TEST()303 BasicBlock *Exit = GetNext(Entry); in TEST()305 Instruction *Ret = GetNext(ExitDbg); in TEST()
168 struct GetNext { struct172 static_assert(ilist_detail::HasGetNext<GetNext, Node>::value, in TEST()174 static_assert(ilist_detail::HasObsoleteCustomization<GetNext, Node>::value, in TEST()