/llvm-project/clang/unittests/Format/ |
H A D | IntegerLiteralSeparatorTest.cpp | 43 const StringRef Hex("h = 0xDEAD'BEEF'DE'AD'BEE'Fuz;"); in TEST_F() local 92 const StringRef Hex("H = 0XDEAD_BEEF_DE_AD_BEE_F;"); in TEST_F() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 256 *OutputPtr++ = Hex; in tryGetFromHex() local 209 tryGetHexFromNibbles(char MSB,char LSB,uint8_t & Hex) tryGetHexFromNibbles() argument 222 uint8_t Hex = 0; hexFromNibbles() local 242 uint8_t Hex = 0; tryGetFromHex() local 269 std::string Hex; fromHex() local [all...] |
/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 20 enum class Base { Binary, Decimal, Hex, Other }; enumerator 64 const auto Hex = Option.Hex; in process() local
|
/llvm-project/clang/tools/clang-fuzzer/dictionary/ |
H A D | dictionary.c | 23 static char Hex[] = "0123456789abcdef"; in emit() local
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | IntelPTSingleBufferTrace.cpp | 41 Hex = 0, enumerator
|
/llvm-project/clang-tools-extra/pseudo/lib/cxx/ |
H A D | CXX.cpp |
|
/llvm-project/libc/src/__support/ |
H A D | integer_to_string.h | 160 using Hex = details::Fmt<16>; global() variable
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 111 char Hex[] = "0xAA"; in ParseOneDictionaryEntry() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | formatter_int.bench.cpp |
|
H A D | formatter_float.bench.cpp |
|
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 676 bool Hex, Octal; member
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | XCOFFDumper.cpp | 1036 enum PrintStyle { Hex, Number }; global() enumerator [all...] |
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBDefs.h | 181 Hex, enumerator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 715 uint64_t hexNumberToInt(HexNumber Hex) { return Hex.Value; } in hexNumberToInt() argument
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 141 bool Hex = Value == Kind::HexUpper || Value == Kind::HexLower; in valueFromStringRepr() local
|
/llvm-project/clang/include/clang/Format/ |
H A D | Format.h | 2998 int8_t Hex; global() member
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1232 static const char Hex[] = "0123456789ABCDEF"; outputString() local
|