Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp171 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues()
206 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
276 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp283 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
320 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
580 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in FlattenAggregateType()
685 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp188 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp401 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues()
437 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
720 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetReturnValueObjectImpl()
769 if (next_field_compiler_type.IsIntegerOrEnumerationType( in GetReturnValueObjectImpl()
789 if (prev_field_compiler_type.IsIntegerOrEnumerationType( in GetReturnValueObjectImpl()
H A DABISysV_ppc64.cpp280 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
317 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp364 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
401 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp685 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
774 if (return_compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl()
H A DABISysV_mips64.cpp1009 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1355 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues()
1457 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl()
1604 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
H A DABISysV_arm.cpp1355 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetArgumentValues()
1469 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl()
1748 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h174 bool IsIntegerOrEnumerationType(bool &is_signed) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp328 if (!compiler_type.IsIntegerOrEnumerationType(is_signed) && in SetReturnValueObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp151 if (value_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
H A DABISysV_arm64.cpp153 if (value_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp179 bool CompilerType::IsIntegerOrEnumerationType(bool &is_signed) const { in IsIntegerOrEnumerationType() function in CompilerType
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2053 clang_type.IsIntegerOrEnumerationType(is_signed); in ParseTemplateDIE()
2771 if (!attrs.const_value_form || !ct.IsIntegerOrEnumerationType(unused)) in ParseSingleMember()