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.cpp38 OptRanges.insert(std::make_pair(O.getID(), emptyRange())).first->second; in append()
57 OptRange R = emptyRange(); in getRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h136 static OptRange emptyRange() { return {-1u, 0u}; } in emptyRange() function