Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DArgList.cpp39 OptRanges.insert(std::make_pair(O.getID(), emptyRange())).first->second; in append()
58 OptRange R = emptyRange(); in getRange()
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DArgList.h135 static OptRange emptyRange() { return {-1u, 0u}; } in emptyRange() function