/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/ |
H A D | global-hex-value-regex.c | 4 static int hex = 0x10; in foo() local 8 static int hex = 0x20; in bar() local
|
/llvm-project/libcxx/include/__charconv/ |
H A D | chars_format.h | 24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | high-address-dereference.c | 19 uint64_t *addr = (uint64_t *)strtoull(hex, NULL, 16); in main() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 206 function color(hex) { argument 209 function add(selector, property, hex) { argument
|
/llvm-project/lld/Common/ |
H A D | Strings.cpp | 51 SmallVector<uint8_t, 0> hex; parseHex() local
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Token.cpp | 144 std::string hex; in getHexStringValue() local
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | integer.cpp | 53 std::string hex{a.Hexadecimal()}; in exhaustiveTesting() local
|
/llvm-project/lldb/source/Utility/ |
H A D | TraceIntelPTGDBRemotePackets.cpp | 25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON()
|
/llvm-project/clang/test/Lexer/ |
H A D | char-escapes-delimited.c | 38 void hex(void) { in hex() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
H A D | signed-bitwise-standard-types.h | 43 hex = 1u << 3u, enumerator
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRAttr.cpp | 168 llvm::StringRef hex; in parseFirRealAttr() local
|
/llvm-project/libcxx/src/ |
H A D | ios.cpp | 67 const ios_base::fmtflags ios_base::hex; member in ios_base
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 127 static PrintBuffer hex(double value) { hex() function 142 static PrintBuffer hex(long double value) { hex() function [all...] |
/llvm-project/flang/unittests/Runtime/ |
H A D | NumericalFormatTest.cpp | 760 char hex[17]; TEST() local
|
/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
H A D | PythonDataObjectsTests.cpp | 769 auto hex = As<PythonCallable>(builtins.GetAttribute("hex")); TEST_F() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 139 template <typename T> HexNumber hex(T Value) { return HexNumber(Value); } in hex() function
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | lldb-dap.cpp | 3686 bool hex = false; request_variables() local
|