Home
last modified time | relevance | path

Searched refs:objc_maybe_build_component_ref (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h163 extern tree objc_maybe_build_component_ref (tree, tree);
H A Dstub-objc.cc339 objc_maybe_build_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component)) in objc_maybe_build_component_ref() function
H A DChangeLog12624 objc_maybe_build_component_ref.
12631 objc_maybe_build_component_ref.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h155 extern tree objc_maybe_build_component_ref (tree, tree);
H A Dstub-objc.c338 objc_maybe_build_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component)) in objc_maybe_build_component_ref() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A DChangeLog166 (objc_maybe_build_component_ref): Generalise to the method prototype
487 * objc-act.c (objc_maybe_build_component_ref): Strip any location
1576 (objc_maybe_build_component_ref): Do not warn for a deprecated
1717 * objc-act.c (objc_maybe_build_component_ref): Removed TODO.
1744 (objc_maybe_build_component_ref): Updated calls to
1876 (objc_maybe_build_component_ref): Tidied up indentation and
1948 (objc_maybe_build_component_ref): Updated calls to
2007 (objc_maybe_build_component_ref): If flag_objc1_only is set,
2013 (objc_maybe_build_component_ref): Call
2040 * objc-act.c (objc_maybe_build_component_ref): Warn about using
[all …]
H A Dobjc-act.cc1491 objc_maybe_build_component_ref (tree object, tree property_ident) in objc_maybe_build_component_ref() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c1427 objc_maybe_build_component_ref (tree object, tree property_ident) in objc_maybe_build_component_ref() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c3069 && (expr = objc_maybe_build_component_ref (object, name))) in finish_class_member_access_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2010821 objc_maybe_build_component_ref instead of objc_build_setter_call.
H A Dtypeck.cc3239 && (expr = objc_maybe_build_component_ref (object, name))) in finish_class_member_access_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c2463 && (ref = objc_maybe_build_component_ref (datum, component))) in build_component_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc2477 && (ref = objc_maybe_build_component_ref (datum, component))) in build_component_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20107768 objc_maybe_build_component_ref instead of objc_build_setter_call.