Home
last modified time | relevance | path

Searched defs:UInt (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h55 UInt, enumerator
87 uint64_t UInt; member
H A DMsgPackDocument.h56 uint64_t UInt; member
[all...]
/freebsd-src/contrib/bearssl/T0/
H A DTValue.cs94 internal uint UInt { property
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h152 UIntMax UInt; member
/freebsd-src/usr.bin/truss/
H A Dsyscall.h77 UInt, enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp321 unsigned int Scalar::UInt(unsigned int fail_value) const { in UInt() function in Scalar
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp71 #define UInt(x) ((uint64_t)x) macro
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h341 UInt = 7, enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp46 #define UInt(x) ((uint64_t)x) in LLDB_PLUGIN_DEFINE_ADV() macro
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1307 unsigned long long UInt; input() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp46 #define UInt(x) ((uint64_t)x) in LLDB_PLUGIN_DEFINE_ADV() macro
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp148 UInt, enumerator
H A DMveEmitter.cpp790 enum class BoundsType { ExplicitRange, UInt }; global() enumerator