Home
last modified time | relevance | path

Searched refs:IsIntegerType (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp534 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues()
585 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject()
900 if (field_clang_type.IsIntegerType (is_signed) || field_clang_type.IsPointerType ()) in GetReturnValueObjectImpl()
971 if (next_field_clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl()
995 if (prev_field_clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl()
/external/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.cpp646 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues()
694 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject()
761 if (clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl()
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp344 if (clang_type.IsIntegerType (is_signed)) in GetArgumentValues()
447 if (clang_type.IsIntegerType (is_signed)) in GetReturnValueObjectImpl()
532 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType()) in SetReturnValueObject()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp50 if (!(valobj.IsPointerType() || valobj.IsIntegerType(is_signed))) in GetObjectDescription()
/external/lldb/include/lldb/Symbol/
DClangASTType.h165 IsIntegerType (bool &is_signed) const;
/external/lldb/include/lldb/Core/
DValueObject.h657 IsIntegerType (bool &is_signed);
/external/lldb/source/Core/
DValueObject.cpp1285 if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType ()) in GetObjectDescription()
1960 ValueObject::IsIntegerType (bool &is_signed) in IsIntegerType() function in ValueObject
1962 return GetClangType().IsIntegerType (is_signed); in IsIntegerType()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1480 clang_type.IsIntegerType (is_signed) && in ParseTemplateDIE()
2632 clang_type.IsIntegerType(is_signed); in ResolveClangOpaqueTypeDefinition()
6344 enumerator_clang_type.IsIntegerType(is_signed); in ParseType()
/external/lldb/source/Symbol/
DClangASTType.cpp426 ClangASTType::IsIntegerType (bool &is_signed) const in IsIntegerType() function in ClangASTType
5395 enumerator_clang_type.IsIntegerType (is_signed); in AddEnumerationValueToEnumerationType()