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

References

tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
  110   bool is_mutable = (info_bits & 1) == 1;
  111   bool is_inline = (info_bits & 0x60) == 0;
  112   bool has_explicit_length = (info_bits & (1 | 4)) != 4;
  113   bool is_unicode = (info_bits & 0x10) == 0x10;
  115   bool has_null = (info_bits & 8) == 8;