Searched refs:by_reference_p (Results 1 – 4 of 4) sorted by relevance
212 bool by_reference_p) in lambda_capture_field_type() argument224 if (by_reference_p) in lambda_capture_field_type()238 DECLTYPE_FOR_REF_CAPTURE (type) = by_reference_p; in lambda_capture_field_type()245 if (!by_reference_p && is_capture_proxy (expr)) in lambda_capture_field_type()257 if (by_reference_p || TREE_CODE (type) == FUNCTION_TYPE) in lambda_capture_field_type()518 add_capture (tree lambda, tree id, tree orig_init, bool by_reference_p, in add_capture() argument545 if (!by_reference_p) in add_capture()572 by_reference_p); in add_capture()576 if (id == this_identifier && !by_reference_p) in add_capture()585 else if (id != this_identifier && by_reference_p) in add_capture()
1138 true instead of false as by_reference_p to add_capture for 'this'.1142 treat by_reference_p as capturing '*this' by reference, i.e. 'this'1143 by value, and !by_reference_p as capturing '*this' by value.1145 by_reference_p true rather than false.
1448 set_decl_incoming_rtl (tree t, rtx x, bool by_reference_p) in set_decl_incoming_rtl() argument1451 if (x && !by_reference_p) in set_decl_incoming_rtl()
178 * tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter.