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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp48 enum radix { none, octal, hexadecimal, decimal }; enumerator in enum:radix
52 clEnumValN(hexadecimal, "x", "hexadecimal"),
72 case hexadecimal:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp458 return ReturnError(TokStart, "Invalid hexadecimal number");
463 return ReturnError(TokStart, "Invalid hexadecimal number");
468 return ReturnError(TokStart, "Invalid hexadecimal number");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp77 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator in enum:RadixTy
82 clEnumValN(hexadecimal, "16", "Print size in hexadecimal")),
89 clEnumValN(hexadecimal, "x", "Print size in hexadecimal")),
162 /// leading 0x or 0 for hexadecimal and octal respectively.
177 case hexadecimal:
215 if (Radix == hexadecimal)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc322 // Print the PC in hexadecimal.
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1183 ** four hexadecimal digits of the hash may be modified.
4580 ** ^URI hexadecimal escape sequences (%HH) are supported within the path and
4581 ** query components of a URI. A hexadecimal escape sequence consists of a
4582 ** percent sign - "%" - followed by exactly two hexadecimal digits
4585 ** hexadecimal escape sequences replaced by a single byte containing the
[all...]

Completed in 586 milliseconds