Searched refs:build_receiver_ref (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | omp-low.c | 542 build_receiver_ref (tree var, bool by_ref, omp_context *ctx) in build_receiver_ref() function 580 x = build_receiver_ref (var, by_ref, ctx); in build_outer_var_ref() 1746 x = build_receiver_ref (var, by_ref, ctx); in lower_rec_input_clauses() 1789 x = build_receiver_ref (var, by_ref, ctx); in lower_rec_input_clauses() 2012 ref = build_receiver_ref (var, by_ref, ctx); in lower_copyprivate_clauses()
|