| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-fnsummary.h | 69 bool by_ref; member in struct:agg_position_info
|
| ipa-prop.h | 140 bool by_ref; variable 192 bool by_ref; variable 215 unsigned by_ref : 1; 241 passed by reference or not according to BY_REF, or NULL_TREE 244 tree get_value (int index, unsigned unit_offset, bool by_ref) const; 1199 bool by_ref); 1204 bool *by_ref, bool *guaranteed_unmodified = NULL); 1253 tree ipcp_get_aggregate_const (struct function *func, tree parm, bool by_ref,
|
| ipa-param-manipulation.cc | 1551 if (av.by_ref) 2208 bool by_ref = false; local 2215 by_ref = true; 2246 else if (!by_ref && AGGREGATE_TYPE_P (TREE_TYPE (t)))
|
| ipa-prop.cc | 492 jump_func->agg.by_ref ? "reference" : "value"); 509 item->value.load_agg.by_ref ? "reference" 586 ii->by_ref ? "by reference" : "by_value"); 1204 *INDEX_P, *OFFSET_P and *BY_REF is filled with the parameter index, offset 2026 &agg_value->by_ref); 2101 bool check_ref, by_ref; local 2114 by_ref = true; 2154 by_ref = false; 2232 jfunc->agg.by_ref = by_ref; 2680 bool by_ref; local 5642 bool by_ref, vce; local [all...] |
| ipa-sra.cc | 189 unsigned by_ref : 1; 195 for by_ref parameters. */ 199 by_ref parameters. */ 201 /* Only meaningful for by_ref parameters. If set, this parameter can only be 238 bool by_ref; member in struct:gensum_param_desc 248 for by_ref parameters. */ 250 /* Only meaningful for by_ref parameters. If set, this parameter can only be 464 d->by_ref = s->by_ref; 762 if (desc->by_ref) [all...] |
| omp-low.cc | 629 build_receiver_ref (tree var, bool by_ref, omp_context *ctx) 642 if (by_ref) 681 bool by_ref = use_pointer_for_field (var, NULL); local 682 x = build_receiver_ref (var, by_ref, ctx); 783 install_var_field (tree var, bool by_ref, int mask, omp_context *ctx) 821 else if (by_ref) 1181 bool by_ref; local 1222 by_ref = use_pointer_for_field (decl, NULL); 1225 || by_ref 1228 by_ref = use_pointer_for_field (decl, ctx) 1873 bool by_ref = use_pointer_for_field (decl, ctx); local 4984 bool by_ref; local 5211 bool by_ref = use_pointer_for_field (var, NULL); local 5628 bool by_ref = use_pointer_for_field (var, ctx); local 7926 bool by_ref; local 7986 bool by_ref, do_in = false, do_out = false; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-fnsummary.h | 69 bool by_ref; member in struct:agg_position_info
|
| ipa-prop.h | 135 bool by_ref; variable 187 bool by_ref; variable 213 bool by_ref; member in struct:ipa_agg_value_set 218 if (by_ref != other.by_ref) 239 new_copy.by_ref = by_ref; 930 bool by_ref; variable 1175 HOST_WIDE_INT offset, bool by_ref, 1181 bool *by_ref, bool *guaranteed_unmodified = NULL) [all...] |
| ipa-param-manipulation.cc | 2038 bool by_ref = false; local 2045 by_ref = true; 2084 else if (!by_ref && AGGREGATE_TYPE_P (TREE_TYPE (t)))
|
| ipa-sra.cc | 180 unsigned by_ref : 1; 210 bool by_ref; member in struct:gensum_param_desc 414 d->by_ref = s->by_ref; 693 if (desc->by_ref) 694 fprintf (f, " by_ref with %u pass throughs\n", desc->ptr_pt_count); 736 desc->by_ref ? ", by_ref" : ""); 1189 desc->by_ref = true; 1233 if (desc->by_ref) [all...] |
| ipa-prop.cc | 373 jump_func->agg.by_ref ? "reference" : "value"); 390 item->value.load_agg.by_ref ? "reference" 483 ii->by_ref ? "by reference" : "by_value"); 1101 *INDEX_P, *OFFSET_P and *BY_REF is filled with the parameter index, offset 1920 &agg_value->by_ref); 1995 bool check_ref, by_ref; local 2008 by_ref = true; 2048 by_ref = false; 2121 jfunc->agg.by_ref = by_ref; 2596 bool by_ref; local 5697 bool by_ref, vce; local [all...] |
| omp-low.cc | 627 build_receiver_ref (tree var, bool by_ref, omp_context *ctx) 640 if (by_ref) 679 bool by_ref = use_pointer_for_field (var, NULL); local 680 x = build_receiver_ref (var, by_ref, ctx); 780 install_var_field (tree var, bool by_ref, int mask, omp_context *ctx) 818 else if (by_ref) 1169 bool by_ref; local 1210 by_ref = use_pointer_for_field (decl, NULL); 1213 || by_ref 1216 by_ref = use_pointer_for_field (decl, ctx) 1838 bool by_ref = use_pointer_for_field (decl, ctx); local 5026 bool by_ref; local 5253 bool by_ref = use_pointer_for_field (var, NULL); local 5670 bool by_ref = use_pointer_for_field (var, ctx); local 7968 bool by_ref; local 8028 bool by_ref, do_in = false, do_out = false; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| coroutines.cc | 2174 bool by_ref; /* Was passed by reference. */ member in struct:param_info 4055 parm.by_ref = parm.pt_ref = parm.rv_ref = false; 4069 parm.by_ref = true;
|
| pt.cc | 19775 bool by_ref = (TYPE_REF_P (ftype) 19778 add_capture (r, name, init, by_ref, !DECL_NORMAL_CAPTURE_P (ofield), 19774 bool by_ref = (TYPE_REF_P (ftype) local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| coroutines.cc | 1990 bool by_ref; /* Was passed by reference. */ member in struct:param_info 3832 parm.by_ref = parm.pt_ref = parm.rv_ref = false; 3846 parm.by_ref = true;
|