Home
last modified time | relevance | path

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

/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
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dmultiway-paths-covered.cpp8 unsigned UInt : 3; member
H A Dsigned-bitwise.cpp120 unsigned int UInt = 0u; in unary_bitwise() local
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h152 UIntMax UInt; member
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp71 #define UInt(x) ((uint64_t)x) macro
/llvm-project/lldb/source/Utility/
H A DScalar.cpp321 unsigned int Scalar::UInt(unsigned int fail_value) const { in UInt() function in Scalar
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h341 UInt = 7, enumerator
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp46 #define UInt(x) ((uint64_t)x) in LLDB_PLUGIN_DEFINE_ADV() macro
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1325 unsigned long long UInt; input() local
/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp46 #define UInt(x) ((uint64_t)x) in LLDB_PLUGIN_DEFINE_ADV() macro
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp148 enum TypeKind { Void, Float, SInt, UInt, Poly, BFloat16, MFloat8, FPM }; enumerator
H A DMveEmitter.cpp791 enum class BoundsType { ExplicitRange, UInt }; enumerator