Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DPackedVersion.h43 unsigned getSubminor() const { return Version & 0xff; } in getSubminor() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVersionTuple.h78 Optional<unsigned> getSubminor() const { in getSubminor() function