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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 2640           byref_word_count = (inst & 0xF)+1;
 2659             byref_word_count = (inst & 0xF)+1;
 2666           byref_word_count = (inst & 0xF)+1;
 2684           byref_word_count = (inst & 0xF)+1;
 2698     if (strong_word_count == 16 || byref_word_count == 16 || weak_word_count == 16)
 2702       (strong_word_count != 0) + (byref_word_count != 0) + (weak_word_count != 0);
 2708       if (byref_word_count)
 2709         Result += byref_word_count;