Home
last modified time | relevance | path

Searched defs:uint64 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON()
32 bool fromJSON(const json::Value &value, JSONUINT64 &uint64, Path path) { in fromJSON()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Druntime-int-std.cpp11 typedef unsigned long long uint64; // NOLINT typedef
H A Druntime-int.cpp6 typedef unsigned long long uint64; // NOLINT typedef
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go63 func NewGenericValueFromInt(t Type, n uint64, signed bool) (g GenericValue) {
H A Dir.go831 func ConstInt(t Type, n uint64, signExtend bool) (v Value) {
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr.cpp232 typedef unsigned long long uint64; typedef
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h280 uint64_t uint64; member