Searched refs:is_ivar (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h42 tree is_ivar PARAMS ((tree, tree));
H A Dobjc-act.c5848 is_ivar (decl_chain, ident)
5865 && ! is_ivar (CLASS_IVARS (implementation_template), DECL_NAME (decl)))
5893 if ((decl = is_ivar (TYPE_FIELDS (basetype), identifier)))
8553 else if (objc_method_context && (decl = is_ivar (objc_ivar_chain, id)))
5833 is_ivar (decl_chain, ident) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c168 static tree is_ivar (tree, tree);
7154 is_ivar (tree decl_chain, tree ident)
7168 && ! is_ivar (CLASS_IVARS (implementation_template),
7202 if ((decl = is_ivar (get_class_ivars (class, true), identifier)))
9441 ivar = is_ivar (objc_ivar_chain, id);
7139 is_ivar (tree decl_chain, tree ident) function

Completed in 143 milliseconds