Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/
H A Dglobal-hex-value-regex.c4 static int hex = 0x10; in foo() local
8 static int hex = 0x20; in bar() local
/llvm-project/libcxx/include/__charconv/
H A Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dhigh-address-dereference.c19 uint64_t *addr = (uint64_t *)strtoull(hex, NULL, 16); in main() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js206 function color(hex) { argument
209 function add(selector, property, hex) { argument
/llvm-project/lld/Common/
H A DStrings.cpp51 SmallVector<uint8_t, 0> hex; parseHex() local
/llvm-project/mlir/lib/AsmParser/
H A DToken.cpp144 std::string hex; in getHexStringValue() local
/llvm-project/flang/unittests/Evaluate/
H A Dinteger.cpp53 std::string hex{a.Hexadecimal()}; in exhaustiveTesting() local
/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON()
/llvm-project/clang/test/Lexer/
H A Dchar-escapes-delimited.c38 void hex(void) { in hex() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h43 hex = 1u << 3u, enumerator
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp168 llvm::StringRef hex; in parseFirRealAttr() local
/llvm-project/libcxx/src/
H A Dios.cpp67 const ios_base::fmtflags ios_base::hex; member in ios_base
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp127 static PrintBuffer hex(double value) { hex() function
142 static PrintBuffer hex(long double value) { hex() function
[all...]
/llvm-project/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp760 char hex[17]; TEST() local
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp769 auto hex = As<PythonCallable>(builtins.GetAttribute("hex")); TEST_F() local
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h139 template <typename T> HexNumber hex(T Value) { return HexNumber(Value); } in hex() function
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp3686 bool hex = false; request_variables() local