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 D | c-objc.h | 163 extern tree objc_maybe_build_component_ref (tree, tree);
|
H A D | stub-objc.cc | 339 objc_maybe_build_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component)) in objc_maybe_build_component_ref() function
|
H A D | ChangeLog | 12624 objc_maybe_build_component_ref. 12631 objc_maybe_build_component_ref.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-objc.h | 155 extern tree objc_maybe_build_component_ref (tree, tree);
|
H A D | stub-objc.c | 338 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 D | ChangeLog | 166 (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 D | objc-act.cc | 1491 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 D | objc-act.c | 1427 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 D | typeck.c | 3069 && (expr = objc_maybe_build_component_ref (object, name))) in finish_class_member_access_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2010 | 821 objc_maybe_build_component_ref instead of objc_build_setter_call.
|
H A D | typeck.cc | 3239 && (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 D | c-typeck.c | 2463 && (ref = objc_maybe_build_component_ref (datum, component))) in build_component_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 2477 && (ref = objc_maybe_build_component_ref (datum, component))) in build_component_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2010 | 7768 objc_maybe_build_component_ref instead of objc_build_setter_call.
|