Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DArgList.h135 static OptRange emptyRange() { return {-1u, 0u}; } in emptyRange() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp170 template <typename R> bool emptyRange(const R &Range) { in emptyRange() function