Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp77 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enum
78 static cl::opt<RadixTy> Radix(
85 static cl::opt<RadixTy> RadixShort(