Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A Dnested-binaryoperators.cpp1 typedef unsigned int uint; typedef
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRegisterValue.h190 void SetUInt8(uint8_t uint) { in SetUInt8()
195 void SetUInt16(uint16_t uint) { in SetUInt16()
210 void SetUInt128(llvm::APInt uint) { in SetUInt128()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dsign-conversion.m12 @property NSUInteger uint; property
/llvm-project-15.0.7/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-15.0.7/clang/test/SemaCXX/
H A Dunderlying_type.cpp39 using uint = unsigned; typedef
/llvm-project-15.0.7/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h21 typedef unsigned int uint; typedef
/llvm-project-15.0.7/libclc/generic/include/clc/
H A Dclctypes.h5 typedef unsigned int uint; typedef
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFTypes.h57 using uint = std::conditional_t<Is64, uint64_t, uint32_t>; member
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp63 U<int> uint; // ok variable
/llvm-project-15.0.7/lldb/source/Utility/
H A DRegisterValue.cpp734 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h105 typedef unsigned int uint; typedef
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_settings.cpp380 kmp_uint64 uint = *out; in __kmp_stg_parse_int() local