/openbsd-src/gnu/llvm/libcxx/include/__bit/ |
H A D | bit_width.h | 25 _LIBCPP_HIDE_FROM_ABI constexpr int bit_width(_Tp __t) noexcept { in bit_width() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 125 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() 277 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
|
H A D | ABIWindows_x86_64.cpp | 206 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() 348 std::optional<uint64_t> bit_width = in SetReturnValueObject() local 615 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
|
H A D | ABISysV_i386.cpp | 144 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1351 size_t bit_width = 0; in GetArgumentValues() local 1458 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
|
H A D | ABISysV_arm.cpp | 1354 size_t bit_width = 0; in GetArgumentValues() local 1464 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 311 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() 465 std::optional<uint64_t> bit_width = in SetReturnValueObject() local 661 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
|
H A D | ABISysV_ppc64.cpp | 200 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() 345 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 281 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() 429 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DataLayout.cpp | 106 Align pref_align, uint32_t bit_width) { in get() 568 Align pref_align, uint32_t bit_width) { in setAlignment()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.cpp | 150 size_t bit_width = 0; in GetArgumentValues() local
|
H A D | ABISysV_arm64.cpp | 149 size_t bit_width = 0; in GetArgumentValues() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 771 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 471 static inline u32 amdgpu_gfx_create_bitmask(u32 bit_width) in amdgpu_gfx_create_bitmask()
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | si.c | 2962 static u32 si_create_bitmask(u32 bit_width) in si_create_bitmask() argument
|
H A D | cik.c | 3050 static u32 cik_create_bitmask(u32 bit_width) in cik_create_bitmask() argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 7400 clang::Expr *bit_width = nullptr; in AddFieldToRecordType() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 3898 unsigned bit_width = Context.getTypeInfo(Ty).Width; in ActOnNumericConstant() local
|