Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp79 enum radix { none, octal, hexadecimal, decimal }; global() enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp76 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; global() enumerator