Searched refs:ref_p (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-streamer-out.c542 streamer_write_chain (struct output_block *ob, tree t, bool ref_p) argument
553 stream_write_tree_shallow_non_ref (ob, t, ref_p);
555 stream_write_tree (ob, t, ref_p);
561 stream_write_tree (ob, NULL_TREE, ref_p);
570 write_ts_common_tree_pointers (struct output_block *ob, tree expr, bool ref_p) argument
573 stream_write_tree (ob, TREE_TYPE (expr), ref_p);
582 write_ts_vector_tree_pointers (struct output_block *ob, tree expr, bool ref_p) argument
588 stream_write_tree (ob, VECTOR_CST_ELT (expr, i), ref_p);
597 write_ts_complex_tree_pointers (struct output_block *ob, tree expr, bool ref_p) argument
599 stream_write_tree (ob, TREE_REALPART (expr), ref_p);
609 write_ts_decl_minimal_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
628 write_ts_decl_common_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
658 write_ts_decl_non_common_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
671 write_ts_decl_with_vis_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
687 write_ts_field_decl_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
703 write_ts_function_decl_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
721 write_ts_type_common_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
744 write_ts_type_non_common_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
770 write_ts_list_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
783 write_ts_vec_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
799 write_ts_exp_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
814 write_ts_block_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
847 write_ts_binfo_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
878 write_ts_constructor_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
897 write_ts_omp_clause_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
918 streamer_write_tree_body(struct output_block *ob, tree expr, bool ref_p) argument
1042 streamer_write_integer_cst(struct output_block *ob, tree cst, bool ref_p) argument
[all...]
H A Dlto-streamer-out.c384 lto_write_tree_1 (struct output_block *ob, tree expr, bool ref_p) argument
391 streamer_write_tree_body (ob, expr, ref_p);
401 stream_write_tree (ob, initial, ref_p);
411 lto_write_tree (struct output_block *ob, tree expr, bool ref_p) argument
421 lto_write_tree_1 (ob, expr, ref_p);
433 bool ref_p, bool this_ref_p)
458 streamer_write_integer_cst (ob, expr, ref_p);
464 lto_write_tree (ob, expr, ref_p);
471 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
493 bool ref_p; member in struct:worklist
432 lto_output_tree_1(struct output_block *ob, tree expr, hashval_t hash, bool ref_p, bool this_ref_p) argument
513 DFS(struct output_block *ob, tree expr, bool ref_p, bool this_ref_p, bool single_p) argument
719 DFS_write_tree_body(struct output_block *ob, tree expr, sccs *expr_state, bool ref_p) argument
1534 DFS_write_tree(struct output_block *ob, sccs *from_state, tree expr, bool ref_p, bool this_ref_p) argument
1564 lto_output_tree(struct output_block *ob, tree expr, bool ref_p, bool this_ref_p) argument
[all...]
H A Dtree-ssa-loop-prefetch.c520 analyze_ref (struct loop *loop, tree *ref_p, tree *base, argument
527 tree ref = *ref_p;
545 *ref_p = ref;
H A Dtree-nested.c2733 tree *ref_p = CONST_CAST2 (tree *, const tree *, (const tree *)e); local
2734 *ref_p = fold (*ref_p);
H A Dcgraphclones.c1139 replace_info->ref_p ? "(ref)":"");
H A Ddwarf2out.c7802 struct external_ref ref, *ref_p;
7810 ref_p = XCNEW (struct external_ref);
7811 ref_p->type = die;
7812 *slot = ref_p;
7813 return ref_p;
7827 struct external_ref *ref_p;
7833 ref_p = lookup_external_ref (map, c);
7834 ref_p->stub = die;
7844 ref_p = lookup_external_ref (map, c);
7845 ref_p
7792 struct external_ref ref, *ref_p; local
7817 struct external_ref *ref_p; local
7848 struct external_ref *ref_p = *slot; local
7913 struct external_ref *ref_p; local
[all...]
H A Dlto-cgraph.c2020 bp_pack_value (&bp, map->ref_p, 1);
2117 map->ref_p = bp_unpack_value (&bp, 1);
H A Dcgraph.h643 bool ref_p; variable
H A Dipa-inline-analysis.c1211 && r->replace_p && !r->ref_p)
H A Dipa-cp.c3166 replace_map->ref_p = false;

Completed in 192 milliseconds