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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86756   SWIG_Python_SetConstant(d, "eTypeIsSigned",SWIG_From_int(static_cast< int >(lldb::eTypeIsSigned)));
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 2285           const bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  462     const bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 2256           const bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  522       const bool is_signed = ((type_flags & eTypeIsSigned) != 0);
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  774       const bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  533       const bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  593     bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  514       const bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  566       const bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1400       const bool is_signed = (type_flags & eTypeIsSigned) != 0;
tools/lldb/source/Symbol/ClangASTContext.cpp
 4008           builtin_type_flags |= eTypeIsSigned;