Searched refs:is_signed (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-13-stable/sys/amd64/amd64/
H A Ddb_disasm.c1031 #define get_value_inc(result, loc, size, is_signed) \
1032 result = db_get_value((loc), (size), (is_signed)); \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2201 bool is_signed) {
2204 if (is_signed) {
2244 CompilerType TypeSystemClang::GetPointerSizedIntType(bool is_signed) { argument
2246 getASTContext().getTypeSize(getASTContext().VoidPtrTy), is_signed);
3092 bool &is_signed) {
3102 is_signed = builtin_type->isSignedInteger();
3111 bool &is_signed) {
3118 is_signed);
8158 bool is_signed = false; local
8159 underlying_type.IsIntegerType(is_signed);
2200 GetIntTypeFromBitSize(size_t bit_size, bool is_signed) argument
3091 IsIntegerType(lldb::opaque_compiler_type_t type, bool &is_signed) argument
3110 IsEnumerationType(lldb::opaque_compiler_type_t type, bool &is_signed) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h397 bool IsIntegerType(bool &is_signed);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1002 bool is_signed, Scalar &scalar,
H A DProcess.h1641 bool is_signed, Scalar &scalar,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1644 bool ValueObject::IsIntegerType(bool &is_signed) { argument
1645 return GetCompilerType().IsIntegerType(is_signed);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1565 if (std::is_signed<T>())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1885 uint32_t byte_size, bool is_signed,
1901 if (is_signed)
1883 ReadScalarIntegerFromMemory(const Address &addr, bool prefer_file_cache, uint32_t byte_size, bool is_signed, Scalar &scalar, Status &error) argument
H A DProcess.cpp2358 bool is_signed, Scalar &scalar,
2376 if (is_signed)

Completed in 116 milliseconds

123