Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1666 using OpenRange = in buildLocationList() typedef
1668 SmallVector<OpenRange, 4> OpenRanges; in buildLocationList()
1678 erase_if(OpenRanges, [&](OpenRange &R) { return R.first <= Index; }); in buildLocationList()