/llvm-project/clang/test/Index/ |
H A D | nested-binaryoperators.cpp | 1 typedef unsigned int uint; typedef
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | RegisterValue.h | 200 void SetUInt8(uint8_t uint) { in SetUInt8() 205 void SetUInt16(uint16_t uint) { in SetUInt16() 220 void SetUInt128(llvm::APInt uint) { in SetUInt128()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | sign-conversion.m | 11 @property NSUInteger uint; property
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFExtras.h | 26 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; in encodeCrel() local
|
/llvm-project/clang/test/Analysis/ |
H A D | produce-symbolcast_x64.cpp | 6 using uint = unsigned int; typedef
|
H A D | produce-symbolcast_x86.cpp | 6 using uint = unsigned int; typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | underlying_type.cpp | 39 using uint = unsigned; typedef
|
/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_basic_types.h | 29 typedef unsigned int uint; global() typedef
|
/llvm-project/libclc/generic/include/clc/ |
H A D | clctypes.h |
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-exception-spec-cxx11.cpp | 63 U<int> uint; // ok variable
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 58 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; member
|
H A D | ELF.h | 226 using uint = typename Elf_Crel_Impl<Is64>::uint; decodeCrel() local
|
/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 709 SetUInt(uint64_t uint,uint32_t byte_size) SetUInt() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 909 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; encodeCrel() typedef
|
/llvm-project/clang/lib/Headers/ |
H A D | opencl-c-base.h | 129 typedef unsigned int uint; global() typedef
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 113 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; encodeCrel() typedef
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 340 kmp_uint64 uint = *out; in __kmp_stg_parse_int() local
|