Searched refs:PROTOCOL_DEFINED (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h195 #define PROTOCOL_DEFINED(CLASS) TREE_USED (CLASS) macro
H A Dobjc-act.c8151 if (!PROTOCOL_DEFINED (protocol))
8236 PROTOCOL_DEFINED (protocol) = 0;
8288 PROTOCOL_DEFINED (protocol) = 1;
8293 else if (! PROTOCOL_DEFINED (protocol))
8295 PROTOCOL_DEFINED (protocol) = 1;
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h209 #define PROTOCOL_DEFINED(CLASS) TREE_USED (CLASS) macro
H A Dobjc-act.cc8253 if (!PROTOCOL_DEFINED (protocol))
8343 PROTOCOL_DEFINED (protocol) = 0;
8400 PROTOCOL_DEFINED (protocol) = 1;
8405 else if (! PROTOCOL_DEFINED (protocol))
8407 PROTOCOL_DEFINED (protocol) = 1;

Completed in 306 milliseconds