Searched defs:UInt (Results 1 – 13 of 13) sorted by relevance
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 55 UInt, enumerator 87 uint64_t UInt; member
|
H A D | MsgPackDocument.h | 56 uint64_t UInt; member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
H A D | multiway-paths-covered.cpp | 8 unsigned UInt : 3; member
|
H A D | signed-bitwise.cpp | 120 unsigned int UInt = 0u; in unary_bitwise() local
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 152 UIntMax UInt; member
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 71 #define UInt(x) ((uint64_t)x) macro
|
/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 321 unsigned int Scalar::UInt(unsigned int fail_value) const { in UInt() function in Scalar
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 341 UInt = 7, enumerator
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.cpp | 46 #define UInt(x) ((uint64_t)x) in LLDB_PLUGIN_DEFINE_ADV() macro
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1325 unsigned long long UInt; input() local
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 46 #define UInt(x) ((uint64_t)x) in LLDB_PLUGIN_DEFINE_ADV() macro
|
/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 148 enum TypeKind { Void, Float, SInt, UInt, Poly, BFloat16, MFloat8, FPM }; enumerator
|
H A D | MveEmitter.cpp | 791 enum class BoundsType { ExplicitRange, UInt }; enumerator
|