| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/ |
| H A D | openmp.proto | 60 uint64 addr = 2; 82 uint64 img_ptr = 1; 91 uint64 bin_ptr = 5; 95 uint64 size = 1; 96 uint64 hst_ptr = 2; 104 uint64 start = 5; 105 uint64 size = 6; 112 uint64 size = 3; 118 uint64 start = 2; 119 uint64 size = 3; [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | runtime-int.cpp | 6 typedef unsigned long long uint64; // NOLINT typedef 22 uint64 qux = 42; in bar() 44 uint64 cast = (short)42; in bar() 80 uint64 foo = 23; in doprint_no_warning() 87 uint64 foo = 23; in doprint_warning()
|
| H A D | runtime-int-std.cpp | 11 typedef unsigned long long uint64; // NOLINT typedef 27 uint64 qux = 42; in bar() 49 uint64 cast = (short)42; in bar()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | TraceIntelPTGDBRemotePackets.cpp | 25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON() argument 27 return json::Value(formatv("{0:x+}", uint64.value)); in toJSON() 29 return json::Value(formatv("{0}", uint64.value)); in toJSON() 32 bool fromJSON(const json::Value &value, JSONUINT64 &uint64, Path path) { in fromJSON() argument 34 uint64.value = *val; in fromJSON() 37 if (!val->getAsInteger(/*radix=*/0, uint64.value)) in fromJSON()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-nullptr.cpp | 232 typedef unsigned long long uint64; typedef 234 explicit ZZ(uint64, const uint64* = NULL) {} in ZZ() 240 uint64 Hash(uint64 seed = 0) { return 0; } in Hash()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | MonitoringService.proto | 16 optional uint64 uptime_seconds = 1; 18 optional uint64 index_age_seconds = 2;
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sbdata/ |
| H A D | TestSBData.py | 382 data2.uint64[ 439 data2.uint64[0], 1, 442 data2.uint64[1], 2, 445 data2.uint64[2], 3, 448 data2.uint64[3], 4, 451 data2.uint64[4], 5, 455 data2.uint64[
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | TraceIntelPTGDBRemotePackets.h | 75 llvm::json::Value toJSON(const JSONUINT64 &uint64, bool hex); 77 bool fromJSON(const llvm::json::Value &value, JSONUINT64 &uint64,
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | attr-arm-sve-vector-bits-types.c | 52 DEFINE_STRUCT(uint64) 66 DEFINE_UNION(uint64)
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSDate.py | 124 'Q', value.GetData().uint64[0]))[0] 158 'Q', value.GetData().uint64[0]))[0] 295 'Q', valobj.GetData().uint64[0]))[0]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.cpp | 1997 value->value.uint64 = arm_thread_state64_get_pc (m_state.context.gpr); in GetRegisterValue() 1999 value->value.uint64 = arm_thread_state64_get_lr (m_state.context.gpr); in GetRegisterValue() 2005 value->value.uint64 = m_state.context.gpr.__x[reg]; in GetRegisterValue() 2007 value->value.uint64 = m_state.context.gpr.__x[reg]; in GetRegisterValue() 2069 value->value.uint64 = m_state.context.exc.__far; in GetRegisterValue() 2099 uint64_t signed_value = value->value.uint64; in SetRegisterValue() 2111 arm_thread_state64_set_sp (m_state.context.gpr, value->value.uint64); in SetRegisterValue() 2113 arm_thread_state64_set_fp (m_state.context.gpr, value->value.uint64); in SetRegisterValue() 2115 m_state.context.gpr.__x[reg] = value->value.uint64; in SetRegisterValue() 2117 m_state.context.gpr.__x[reg] = value->value.uint64; in SetRegisterValue() [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBRegisterInfo.cpp | 64 snprintf(str, sizeof(str), "0x%16.16llx", value.uint64); in Dump() 94 snprintf(str, sizeof(str), "%llu", value.uint64); in Dump()
|
| H A D | DNBDefs.h | 280 uint64_t uint64; member
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | array_attributes.py | 333 array = np.array([[1, 2, 3], [4, 5, 6]], dtype=np.uint64) 359 array = np.array([[1, 2, 3], [4, 5, 6]], dtype=np.uint64)
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/ |
| H A D | msgpack.def | 30 X(uint64, 9, read_size_field_u64, 0xcf, 0xcf)
|
| H A D | msgpack.h | 154 case msgpack::uint64: { in handle_msgpack_given_type()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | StackMaps.rst | 330 uint64 : Function Address 331 uint64 : Stack Size (or UINT64_MAX if not statically known) 332 uint64 : Record Count 335 uint64 : LargeConstant 338 uint64 : PatchPoint ID
|
| H A D | FaultMaps.rst | 46 uint64 : FunctionAddress
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ |
| H A D | bad-trie.test | 8 …ig': truncated or malformed object (export info size uleb128 too big for uint64 in export trie dat…
|
| H A D | bad-bind.test | 8 …ormed object (for BIND_OPCODE_SET_DYLIB_ORDINAL_ULEB uleb128 too big for uint64 for opcode at: 0x0)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | reloc-addends.test | 58 ## Addend == first positive int64/uint64 == 1.
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBData.i | 280 …uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-lik…
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-arm-sve-vector-bits.c | 265 TEST_CAST_VECTOR(uint64) in TEST_CAST_VECTOR()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.cpp | 2317 value->value.uint64 = ((uint64_t *)(&m_state.context.gpr))[reg]; in GetRegisterValue() 2480 value->value.uint64 = m_state.context.exc.__faultvaddr; in GetRegisterValue() 2528 ((uint64_t *)(&m_state.context.gpr))[reg] = value->value.uint64; in SetRegisterValue() 2707 m_state.context.exc.__faultvaddr = value->value.uint64; in SetRegisterValue()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ControlFlowIntegrityDesign.rst | 588 void __cfi_check(uint64 CallSiteTypeId, void *TargetAddr, void *DiagData) 640 void __cfi_slowpath(uint64 CallSiteTypeId, void *TargetAddr) 641 void __cfi_slowpath_diag(uint64 CallSiteTypeId, void *TargetAddr, void *DiagData)
|