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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h757 is_ivar (tree decl_chain, tree ident) function
H A Dobjc-act.c120 static tree is_ivar (tree, tree);
6438 && ! is_ivar (CLASS_IVARS (implementation_template),
7691 tree ivar = is_ivar (CLASS_IVARS (interface), ivar_name);
9450 ivar = is_ivar (objc_ivar_chain, id);
9489 ivar = is_ivar (objc_ivar_chain, id);
H A Dobjc-next-runtime-abi-02.c1377 field = is_ivar (ivar_chain, component);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h771 is_ivar (tree decl_chain, tree ident) function
H A Dobjc-act.cc120 static tree is_ivar (tree, tree);
6524 && ! is_ivar (CLASS_IVARS (implementation_template),
7791 tree ivar = is_ivar (CLASS_IVARS (interface), ivar_name);
9577 ivar = is_ivar (objc_ivar_chain, id);
9616 ivar = is_ivar (objc_ivar_chain, id);
H A Dobjc-next-runtime-abi-02.cc1379 field = is_ivar (ivar_chain, component);

Completed in 355 milliseconds