Home
last modified time | relevance | path

Searched refs:objc_is_property_ref (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h171 extern bool objc_is_property_ref (tree);
H A Dstub-objc.cc327 objc_is_property_ref (tree ARG_UNUSED (node)) in objc_is_property_ref() function
H A DChangeLog12626 (objc_is_property_ref): New.
12633 (objc_is_property_ref): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h163 extern bool objc_is_property_ref (tree);
H A Dstub-objc.c326 objc_is_property_ref (tree ARG_UNUSED (node)) in objc_is_property_ref() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c4583 if (!objc_is_property_ref (arg) in build_unary_op()
4726 if (objc_is_property_ref (arg)) in build_unary_op()
6134 if (!objc_is_property_ref (lhs) && !lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc4614 if (!objc_is_property_ref (arg) in build_unary_op()
4757 if (objc_is_property_ref (arg)) in build_unary_op()
6252 if (!objc_is_property_ref (lhs) && !lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc1856 objc_is_property_ref (tree node) in objc_is_property_ref() function
H A DChangeLog2095 (objc_is_property_ref): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c1790 objc_is_property_ref (tree node) in objc_is_property_ref() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c6740 if (objc_is_property_ref (arg)) in cp_build_unary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc7255 if (objc_is_property_ref (arg)) in cp_build_unary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20107769 Use objc_is_property_ref to improve Objective-C checks.