Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h135 static OptRange emptyRange() { return {-1u, 0u}; } in emptyRange() function