/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RegisterValue.h | 198 SetUInt8(uint8_t uint) SetUInt8() argument 203 SetUInt16(uint16_t uint) SetUInt16() argument 218 SetUInt128(llvm::APInt uint) SetUInt128() argument [all...] |
/freebsd/usr.bin/sdiotool/ |
H A D | linux_compat.h | 34 #define uint unsigned int macro
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_basic_types.h | 29 typedef unsigned int uint; typedef
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | types.h | 59 typedef unsigned int uint; typedef
|
/freebsd/sys/contrib/ck/include/gcc/ppc64/ |
H A D | ck_pr.h | 278 CK_PR_CAS(uint, unsigned int) in CK_PR_CAS() argument
|
/freebsd/contrib/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; in decodeCrel() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 619 encodeOneCrel(raw_svector_ostream &os, Elf_Crel<sizeof(uint) == 8> &out, in encodeOneCrel() 681 using uint = typename Elf_Crel_Impl<is64>::uint; in finalizeNonAllocCrel() typedef
|
H A D | Relocations.h | 225 using uint = std::conditional_t<is64, uint64_t, uint32_t>; member
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 709 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
|
/freebsd/sys/sys/ |
H A D | types.h | 55 typedef unsigned int uint; /* Sys V compatibility */ typedef
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 798 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; in encodeCrel() typedef
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c-base.h | 129 typedef unsigned int uint; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 113 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; in encodeCrel() typedef
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 340 kmp_uint64 uint = *out; in __kmp_stg_parse_int() local
|