Home
last modified time | relevance | path

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

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