Home
last modified time | relevance | path

Searched refs:IsIntegerOrEnumerationType (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp405 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues()
441 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
726 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetReturnValueObjectImpl()
776 if (next_field_compiler_type.IsIntegerOrEnumerationType( in GetReturnValueObjectImpl()
796 if (prev_field_compiler_type.IsIntegerOrEnumerationType( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1271 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
1308 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
1651 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetReturnValueObjectImpl()
1707 if (next_field_compiler_type.IsIntegerOrEnumerationType( in GetReturnValueObjectImpl()
1727 if (prev_field_compiler_type.IsIntegerOrEnumerationType( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp830 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues()
865 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
935 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp384 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
421 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h118 bool IsIntegerOrEnumerationType(bool &is_signed) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1476 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues()
1578 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl()
1725 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp729 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
818 if (return_compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1474 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetArgumentValues()
1588 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl()
1868 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp288 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
325 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp167 bool CompilerType::IsIntegerOrEnumerationType(bool &is_signed) const { in IsIntegerOrEnumerationType() function in CompilerType
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp1056 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp314 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1773 if (value_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1771 if (value_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2047 clang_type.IsIntegerOrEnumerationType(is_signed); in ParseTemplateDIE()