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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h423 extern GTY(()) tree objc_global_trees[OCTI_MAX]; variable
426 #define objc_static_instances objc_global_trees[OCTI_STATIC_NST]
429 #define static_instances_decl objc_global_trees[OCTI_STATIC_NST_DECL]
433 #define self_id objc_global_trees[OCTI_SELF_ID]
434 #define ucmd_id objc_global_trees[OCTI_UCMD_ID]
436 #define self_decl objc_global_trees[OCTI_SELF_DECL]
437 #define umsg_decl objc_global_trees[OCTI_UMSG_DECL]
438 #define umsg_fast_decl objc_global_trees[OCTI_UMSG_FAST_DECL]
439 #define umsg_super_decl objc_global_trees[OCTI_UMSG_SUPER_DECL]
440 #define umsg_stret_decl objc_global_trees[OCTI_UMSG_STRET_DEC
[all...]
H A Dobjc-act.c214 tree objc_global_trees[OCTI_MAX]; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h437 extern GTY(()) tree objc_global_trees[OCTI_MAX]; variable
440 #define objc_static_instances objc_global_trees[OCTI_STATIC_NST]
443 #define static_instances_decl objc_global_trees[OCTI_STATIC_NST_DECL]
447 #define self_id objc_global_trees[OCTI_SELF_ID]
448 #define ucmd_id objc_global_trees[OCTI_UCMD_ID]
450 #define self_decl objc_global_trees[OCTI_SELF_DECL]
451 #define umsg_decl objc_global_trees[OCTI_UMSG_DECL]
452 #define umsg_fast_decl objc_global_trees[OCTI_UMSG_FAST_DECL]
453 #define umsg_super_decl objc_global_trees[OCTI_UMSG_SUPER_DECL]
454 #define umsg_stret_decl objc_global_trees[OCTI_UMSG_STRET_DEC
[all...]
H A Dobjc-act.cc214 tree objc_global_trees[OCTI_MAX]; variable

Completed in 205 milliseconds