Searched refs:use_pointer_for_field (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-low.c | 358 use_pointer_for_field (tree decl, omp_context *shared_ctx) in use_pointer_for_field() function 536 bool by_ref = use_pointer_for_field (var, NULL); 582 if (use_pointer_for_field (var, ctx->outer)) 1041 use_pointer_for_field (decl, ctx); 1044 by_ref = use_pointer_for_field (decl, NULL); 1050 by_ref = use_pointer_for_field (decl, ctx); 1075 by_ref = use_pointer_for_field (t, ctx); 1114 by_ref = use_pointer_for_field (decl, NULL); 1161 by_ref = use_pointer_for_field (decl, NULL); 1414 bool by_ref = use_pointer_for_field (decl, ctx); [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | omp-low.c | 733 use_pointer_for_field (tree decl, omp_context *shared_ctx) in use_pointer_for_field() function 914 bool by_ref = use_pointer_for_field (var, NULL); in build_outer_var_ref() 1405 by_ref = use_pointer_for_field (decl, ctx); in scan_sharing_clauses() 1440 by_ref = use_pointer_for_field (decl, NULL); in scan_sharing_clauses() 1458 by_ref = use_pointer_for_field (decl, NULL); in scan_sharing_clauses() 2420 by_ref = use_pointer_for_field (var, ctx); in lower_rec_input_clauses() 2475 || use_pointer_for_field (var, NULL)) in lower_rec_input_clauses() 2490 by_ref = use_pointer_for_field (var, NULL); in lower_rec_input_clauses() 2758 by_ref = use_pointer_for_field (var, NULL); in lower_copyprivate_clauses() 2827 by_ref = use_pointer_for_field (val, NULL); in lower_send_clauses() [all …]
|