Home
last modified time | relevance | path

Searched defs:uint (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/Index/
H A Dnested-binaryoperators.cpp1 typedef unsigned int uint; typedef
/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h200 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 Dsign-conversion.m11 @property NSUInteger uint; property
/llvm-project/llvm/include/llvm/MC/
H A DMCELFExtras.h26 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; in encodeCrel() local
/llvm-project/clang/test/Analysis/
H A Dproduce-symbolcast_x64.cpp6 using uint = unsigned int; typedef
H A Dproduce-symbolcast_x86.cpp6 using uint = unsigned int; typedef
/llvm-project/clang/test/SemaCXX/
H A Dunderlying_type.cpp39 using uint = unsigned; typedef
/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h29 typedef unsigned int uint; global() typedef
/llvm-project/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp63 U<int> uint; // ok variable
/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h58 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; member
H A DELF.h226 using uint = typename Elf_Crel_Impl<Is64>::uint; decodeCrel() local
/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp709 SetUInt(uint64_t uint,uint32_t byte_size) SetUInt() argument
/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp909 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; encodeCrel() typedef
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h129 typedef unsigned int uint; global() typedef
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp113 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; encodeCrel() typedef
/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp340 kmp_uint64 uint = *out; in __kmp_stg_parse_int() local