Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DArgList.cpp41 OptRanges.insert(std::make_pair(O.getID(), emptyRange())).first->second; in append()
60 OptRange R = emptyRange(); in getRange()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DArgList.h136 static OptRange emptyRange() { return {-1u, 0u}; } in emptyRange() function