reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  107   bool IsIntegerOrEnumerationType(bool &is_signed) const;

References

tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1474       if (compiler_type.IsIntegerOrEnumerationType(is_signed))
 1576   if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
 1723   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1769     if (value_type.IsIntegerOrEnumerationType(is_signed)) {
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  828       if (compiler_type.IsIntegerOrEnumerationType(is_signed))
  863   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
  933   if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  326   if (!compiler_type.IsIntegerOrEnumerationType(is_signed) &&
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1472       if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
 1586   if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
 1866   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1771       if (value_type.IsIntegerOrEnumerationType(is_signed)) {
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  312       if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  720   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
  809   if (return_compiler_type.IsIntegerOrEnumerationType(is_signed)) {
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
 1044         if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) ||
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  399     if (compiler_type.IsIntegerOrEnumerationType(is_signed))
  435   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
  720         if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) ||
  770                 if (next_field_compiler_type.IsIntegerOrEnumerationType(
  790                 if (prev_field_compiler_type.IsIntegerOrEnumerationType(
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  276     if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
  313   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  376     if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
  413   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  426     if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
  463   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
  752     if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) ||
  855         if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) ||
  908                 if (next_field_compiler_type.IsIntegerOrEnumerationType(
  925                 if (prev_field_compiler_type.IsIntegerOrEnumerationType(
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1259     if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
 1296   if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
 1556     if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) ||
 1661       if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) ||
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1828         clang_type.IsIntegerOrEnumerationType(is_signed);