Home
last modified time | relevance | path

Searched refs:objc_lookup_ivar (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dstub-objc.c49 objc_lookup_ivar (tree other, tree ARG_UNUSED (arg)) in objc_lookup_ivar() function
Dc-common.h891 extern tree objc_lookup_ivar (tree, tree);
Dc-typeck.c2057 decl = objc_lookup_ivar (decl, id); in build_external_ref()
/openbsd/src/gnu/gcc/gcc/objc/
DChangeLog384 (objc_lookup_ivar): Likewise.
556 * objc-act.c (objc_lookup_ivar): The new OTHER parameter
915 (lookup_objc_ivar): Rename to objc_lookup_ivar.
Dobjc-act.c9398 objc_lookup_ivar (tree other, tree id) in objc_lookup_ivar() function
/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c3195 decl = objc_lookup_ivar (decl, id_expression); in cp_parser_primary_expression()