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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.h295 extern GTY(()) tree objc_global_trees[OCTI_MAX]; variable
298 #define objc_static_instances objc_global_trees[OCTI_STATIC_NST]
301 #define static_instances_decl objc_global_trees[OCTI_STATIC_NST_DECL]
305 #define self_id objc_global_trees[OCTI_SELF_ID]
306 #define ucmd_id objc_global_trees[OCTI_UCMD_ID]
308 #define self_decl objc_global_trees[OCTI_SELF_DECL]
309 #define umsg_decl objc_global_trees[OCTI_UMSG_DECL]
310 #define umsg_fast_decl objc_global_trees[OCTI_UMSG_FAST_DECL]
311 #define umsg_super_decl objc_global_trees[OCTI_UMSG_SUPER_DECL]
312 #define umsg_stret_decl objc_global_trees[OCTI_UMSG_STRET_DEC
[all...]
H A Dobjc-act.c358 tree objc_global_trees[OCTI_MAX];
357 tree objc_global_trees[OCTI_MAX]; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h247 extern GTY(()) tree objc_global_trees[OCTI_MAX]; variable
250 #define objc_static_instances objc_global_trees[OCTI_STATIC_NST]
253 #define static_instances_decl objc_global_trees[OCTI_STATIC_NST_DECL]
257 #define self_id objc_global_trees[OCTI_SELF_ID]
258 #define ucmd_id objc_global_trees[OCTI_UCMD_ID]
259 #define unused_list objc_global_trees[OCTI_UNUSED_LIST]
260 #define objc_ellipsis_node objc_global_trees[OCTI_ELLIPSIS_NODE]
262 #define self_decl objc_global_trees[OCTI_SELF_DECL]
263 #define umsg_decl objc_global_trees[OCTI_UMSG_DECL]
264 #define umsg_super_decl objc_global_trees[OCTI_UMSG_SUPER_DEC
[all...]
H A Dobjc-act.c336 tree objc_global_trees[OCTI_MAX];
334 tree objc_global_trees[OCTI_MAX]; variable

Completed in 255 milliseconds