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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 2632         opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
 2633         if (opcode == BLOCK_LAYOUT_STRONG)
 2638         opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
 2639         if (opcode == BLOCK_LAYOUT_BYREF)
 2644         opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
 2645         if (opcode == BLOCK_LAYOUT_WEAK)
 2653         opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
 2654         if (opcode == BLOCK_LAYOUT_STRONG) {
 2657           opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
 2658           if (opcode == BLOCK_LAYOUT_BYREF)
 2660           else if (opcode == BLOCK_LAYOUT_WEAK)
 2665         else if (opcode == BLOCK_LAYOUT_BYREF) {
 2668           opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
 2669           if (opcode == BLOCK_LAYOUT_WEAK)
 2680         opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
 2681         if (opcode == BLOCK_LAYOUT_STRONG)
 2683         else if (opcode == BLOCK_LAYOUT_BYREF)
 2685         else if (opcode == BLOCK_LAYOUT_WEAK)