Home
last modified time | relevance | path

Searched refs:OpenRange (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1675 using OpenRange = in buildLocationList() typedef
1677 SmallVector<OpenRange, 4> OpenRanges; in buildLocationList()
1687 erase_if(OpenRanges, [&](OpenRange &R) { return R.first <= Index; }); in buildLocationList()