/llvm-project/libcxx/include/__bit/ |
H A D | bit_width.h | 25 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int bit_width(_Tp __t) noexcept { in bit_width() function
|
/llvm-project/libc/src/stdio/printf_core/ |
H A D | core_structs.h | 31 size_t bit_width; member 54 size_t bit_width = 0; member
|
/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 125 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 277 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); GetReturnValueObjectImpl() local
|
H A D | ABISysV_x86_64.cpp | 190 ReadIntegerArgument(Scalar & scalar,unsigned int bit_width,bool is_signed,Thread & thread,uint32_t * argument_register_ids,unsigned int & current_argument_register,addr_t & current_stack_argument) ReadIntegerArgument() argument 341 std::optional<uint64_t> bit_width = SetReturnValueObject() local 634 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); GetReturnValueObjectImpl() local [all...] |
H A D | ABIWindows_x86_64.cpp | 206 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 348 std::optional<uint64_t> bit_width = SetReturnValueObject() local 615 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); GetReturnValueObjectImpl() local [all...] |
H A D | ABISysV_i386.cpp | 144 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument
|
/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1455 size_t bit_width = 0; GetArgumentValues() local 1562 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); GetReturnValueObjectImpl() local
|
H A D | ABISysV_arm.cpp | 1459 size_t bit_width = 0; GetArgumentValues() local 1569 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); GetReturnValueObjectImpl() local [all...] |
/llvm-project/libc/src/__support/CPP/ |
H A D | bit.h | 185 bit_width(T value) { bit_width() function
|
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 312 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 466 std::optional<uint64_t> bit_width = SetReturnValueObject() local 662 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); GetReturnValueObjectImpl() local [all...] |
H A D | ABISysV_ppc64.cpp | 200 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 345 std::optional<uint64_t> bit_width = SetReturnValueObject() local
|
/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 281 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument() argument 429 std::optional<uint64_t> bit_width = SetReturnValueObject() local
|
/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 809 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); GetReturnValueObjectImpl() local
|
/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 149 size_t bit_width = 0; GetArgumentValues() local
|
H A D | ABIMacOSX_arm64.cpp | 150 size_t bit_width = 0; in GetArgumentValues() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 7432 clang::Expr *bit_width = nullptr; AddFieldToRecordType() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 3794 unsigned bit_width = Context.getTypeInfo(Ty).Width; ActOnNumericConstant() local
|