Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-objc.h103 extern bool objc_is_property_ref (tree);
H A Dstub-objc.c329 objc_is_property_ref (tree ARG_UNUSED (node)) in objc_is_property_ref() function
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-objc.h105 extern bool objc_is_property_ref (tree);
H A Dstub-objc.c331 objc_is_property_ref (tree ARG_UNUSED (node)) in objc_is_property_ref() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c3687 if (!objc_is_property_ref (arg) in build_unary_op()
3803 if (objc_is_property_ref (arg)) in build_unary_op()
4923 if (!objc_is_property_ref (lhs) && !lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c4386 if (!objc_is_property_ref (arg) in build_unary_op()
4525 if (objc_is_property_ref (arg)) in build_unary_op()
5866 if (!objc_is_property_ref (lhs) && !lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c6106 if (objc_is_property_ref (t)) in potential_constant_expression_1()
H A Dtypeck.c6301 if (objc_is_property_ref (arg)) in cp_build_unary_op()
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c1709 objc_is_property_ref (tree node) in objc_is_property_ref() function
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c5292 if (objc_is_property_ref (arg)) in cp_build_unary_op()