Searched refs:CLASS_IVARS (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h180 #define CLASS_IVARS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 0) macro
H A Dobjc-act.c4177 /* Both CLASS_RAW_IVARS and CLASS_IVARS contain a list of ivars declared
4179 However, the CLASS_IVARS list will be side-effected by a call to
4181 if (!CLASS_IVARS (interface))
4182 CLASS_IVARS (interface) = ivar_chain;
4558 ivar = CLASS_IVARS (implementation_template);
4622 for (ivar = CLASS_IVARS (implementation_template); ivar;
6438 && ! is_ivar (CLASS_IVARS (implementation_template),
7249 for (decl_chain = CLASS_IVARS (interface); decl_chain; decl_chain = DECL_CHAIN (decl_chain))
7691 tree ivar = is_ivar (CLASS_IVARS (interface), ivar_name);
H A Dobjc-gnu-runtime-abi-01.c1721 if ((chain = CLASS_IVARS (impent->imp_template)))
H A Dobjc-next-runtime-abi-01.c2113 if ((chain = CLASS_IVARS (impent->imp_template)))
H A Dobjc-next-runtime-abi-02.c3474 if ((chain = CLASS_IVARS (impent->imp_template)))
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h194 #define CLASS_IVARS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 0) macro
H A Dobjc-act.cc4253 /* Both CLASS_RAW_IVARS and CLASS_IVARS contain a list of ivars declared
4255 However, the CLASS_IVARS list will be side-effected by a call to
4257 if (!CLASS_IVARS (interface))
4258 CLASS_IVARS (interface) = ivar_chain;
4636 ivar = CLASS_IVARS (implementation_template);
4700 for (ivar = CLASS_IVARS (implementation_template); ivar;
6524 && ! is_ivar (CLASS_IVARS (implementation_template),
7349 for (decl_chain = CLASS_IVARS (interface); decl_chain; decl_chain = DECL_CHAIN (decl_chain))
7791 tree ivar = is_ivar (CLASS_IVARS (interface), ivar_name);
H A Dobjc-gnu-runtime-abi-01.cc1722 if ((chain = CLASS_IVARS (impent->imp_template)))
H A Dobjc-next-runtime-abi-01.cc2114 if ((chain = CLASS_IVARS (impent->imp_template)))
H A Dobjc-next-runtime-abi-02.cc3488 if ((chain = CLASS_IVARS (impent->imp_template)))

Completed in 234 milliseconds