Home
last modified time | relevance | path

Searched refs:by_reference_p (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlambda.cc212 bool by_reference_p) in lambda_capture_field_type() argument
224 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() argument
545 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()
DChangeLog-20161138 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.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Demit-rtl.cc1448 set_decl_incoming_rtl (tree t, rtx x, bool by_reference_p) in set_decl_incoming_rtl() argument
1451 if (x && !by_reference_p) in set_decl_incoming_rtl()
DChangeLog-2007178 * tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter.