Searched defs:hexadecimal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator in enum:RadixTy
60 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"),
80 /// including the leading 0x or 0 for hexadecimal and octal respectively.
104 case hexadecimal:

Completed in 94 milliseconds