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

/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp63 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator in enum:RadixTy
72 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"),
92 /// including the leading 0x or 0 for hexadecimal and octal respectively.
107 case hexadecimal:
121 if (Radix == hexadecimal)

Completed in 157 milliseconds