Home
last modified time | relevance | path

Searched defs:GetNext (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DValueTest.cpp300 auto GetNext = [](auto *I) { return &*++I->getIterator(); }; TEST() local
366 auto GetNext = [](auto *I) { return &*++I->getIterator(); }; TEST() local
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp67 bool UnwindCodesIterator::GetNext() { in GetNext() function in UnwindCodesIterator