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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-streamer-out.c513 streamer_write_chain (struct output_block *ob, tree t, bool ref_p) argument
522 stream_write_tree (ob, t, ref_p);
528 stream_write_tree (ob, NULL_TREE, ref_p);
537 write_ts_common_tree_pointers (struct output_block *ob, tree expr, bool ref_p) argument
540 stream_write_tree (ob, TREE_TYPE (expr), ref_p);
549 write_ts_vector_tree_pointers (struct output_block *ob, tree expr, bool ref_p) argument
555 stream_write_tree (ob, VECTOR_CST_ENCODED_ELT (expr, i), ref_p);
564 write_ts_poly_tree_pointers (struct output_block *ob, tree expr, bool ref_p) argument
567 stream_write_tree (ob, POLY_INT_CST_COEFF (expr, i), ref_p);
576 write_ts_complex_tree_pointers (struct output_block *ob, tree expr, bool ref_p) argument
588 write_ts_decl_minimal_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
611 write_ts_decl_common_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
657 write_ts_decl_with_vis_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
673 write_ts_field_decl_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
688 write_ts_function_decl_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
705 write_ts_type_common_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
730 write_ts_type_non_common_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
752 write_ts_list_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
765 write_ts_vec_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
781 write_ts_exp_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
796 write_ts_block_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
820 write_ts_binfo_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
845 write_ts_constructor_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
864 write_ts_omp_clause_tree_pointers(struct output_block *ob, tree expr, bool ref_p) argument
891 streamer_write_tree_body(struct output_block *ob, tree expr, bool ref_p) argument
1013 streamer_write_integer_cst(struct output_block *ob, tree cst, bool ref_p) argument
[all...]
H A Dlto-streamer-out.c484 lto_write_tree_1 (struct output_block *ob, tree expr, bool ref_p) argument
491 streamer_write_tree_body (ob, expr, ref_p);
501 stream_write_tree (ob, initial, ref_p);
531 lto_write_tree (struct output_block *ob, tree expr, bool ref_p) argument
541 lto_write_tree_1 (ob, expr, ref_p);
550 bool ref_p, bool this_ref_p)
566 streamer_write_integer_cst (ob, expr, ref_p);
572 lto_write_tree (ob, expr, ref_p);
579 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
601 bool ref_p; member in struct:worklist
549 lto_output_tree_1(struct output_block *ob, tree expr, hashval_t hash, bool ref_p, bool this_ref_p) argument
665 DFS(struct output_block *ob, tree expr, bool ref_p, bool this_ref_p, bool single_p) argument
906 DFS_write_tree_body(struct output_block *ob, tree expr, sccs *expr_state, bool ref_p) argument
1561 hash_scc(struct output_block *ob, unsigned first, unsigned size, bool ref_p, bool this_ref_p) argument
1712 DFS_write_tree(struct output_block *ob, sccs *from_state, tree expr, bool ref_p, bool this_ref_p) argument
1749 lto_output_tree(struct output_block *ob, tree expr, bool ref_p, bool this_ref_p) argument
[all...]
H A Dtree-ssa-loop-prefetch.c488 analyze_ref (class loop *loop, tree *ref_p, tree *base, argument
495 tree ref = *ref_p;
513 *ref_p = ref;
H A Dtree-nested.c3190 tree *ref_p = CONST_CAST2 (tree *, const tree *, (const tree *)e); local
3191 *ref_p = fold (*ref_p);
H A Ddwarf2out.c8956 struct external_ref ref, *ref_p;
8964 ref_p = XCNEW (struct external_ref);
8965 ref_p->type = die;
8966 *slot = ref_p;
8967 return ref_p;
8981 struct external_ref *ref_p;
8987 ref_p = lookup_external_ref (map, c);
8988 ref_p->stub = die;
8998 ref_p = lookup_external_ref (map, c);
8999 ref_p
8946 struct external_ref ref, *ref_p; local
8971 struct external_ref *ref_p; local
9002 struct external_ref *ref_p = *slot; local
9086 struct external_ref *ref_p; local
[all...]
/netbsd-current/lib/libisns/
H A Disns.c194 struct isns_refresh_s *ref_p; local
205 ref_p = (struct isns_refresh_s *)
207 if (ref_p == NULL) {
212 (void) snprintf(ref_p->node, sizeof(ref_p->node), "%.*s",
213 (int)sizeof(ref_p->node)-1, node);
214 ref_p->interval = interval;
215 ref_p->trans_p = NULL;
216 task_p->var.init_refresh.ref_p = ref_p;
[all...]
H A Disns_task.h64 struct isns_refresh_s *ref_p; member in struct:isns_task_var_u::__anon7732
H A Disns_thread.c510 struct isns_refresh_s *ref_p; local
518 ref_p = cfg_p->refresh_p;
519 if ((ref_p == NULL) || (ref_p->node[0] == '\0'))
522 if (ref_p->trans_p != NULL) {
524 rval = isns_get_pdu_response_status(ref_p->trans_p, &status);
531 isns_free_trans(ref_p->trans_p);
532 ref_p->trans_p = NULL;
542 ref_p->trans_p = (struct isns_trans_s *)trans;
544 isns_add_string(trans, isnst_iSCSIName, ref_p
[all...]
H A Disns_task.c382 cfg_p->refresh_p = task_p->var.init_refresh.ref_p;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-out.cc496 lto_write_tree_1 (struct output_block *ob, tree expr, bool ref_p) argument
521 stream_write_tree (ob, initial, ref_p);
551 lto_write_tree (struct output_block *ob, tree expr, bool ref_p) argument
561 lto_write_tree_1 (ob, expr, ref_p);
570 bool ref_p, bool this_ref_p)
592 lto_write_tree (ob, expr, ref_p);
599 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
621 bool ref_p; member in struct:DFS::worklist
630 tree expr, sccs *expr_state, bool ref_p);
633 tree expr, bool ref_p, boo
569 lto_output_tree_1(struct output_block *ob, tree expr, hashval_t hash, bool ref_p, bool this_ref_p) argument
685 DFS(struct output_block *ob, tree expr, bool ref_p, bool this_ref_p, bool single_p) argument
950 DFS_write_tree_body(struct output_block *ob, tree expr, sccs *expr_state, bool ref_p) argument
1600 hash_scc(struct output_block *ob, unsigned first, unsigned size, bool ref_p, bool this_ref_p) argument
1751 DFS_write_tree(struct output_block *ob, sccs *from_state, tree expr, bool ref_p, bool this_ref_p) argument
1788 lto_output_tree(struct output_block *ob, tree expr, bool ref_p, bool this_ref_p) argument
2364 streamer_write_chain(struct output_block *ob, tree t, bool ref_p) argument
[all...]
H A Dtree-ssa-loop-prefetch.cc488 analyze_ref (class loop *loop, tree *ref_p, tree *base, argument
495 tree ref = *ref_p;
513 *ref_p = ref;
H A Dtree-nested.cc3344 tree *ref_p = CONST_CAST2 (tree *, const tree *, (const tree *)e); local
3345 *ref_p = fold (*ref_p);
H A Ddwarf2out.cc9102 struct external_ref ref, *ref_p;
9110 ref_p = XCNEW (struct external_ref);
9111 ref_p->type = die;
9112 *slot = ref_p;
9113 return ref_p;
9127 struct external_ref *ref_p;
9133 ref_p = lookup_external_ref (map, c);
9134 ref_p->stub = die;
9144 ref_p = lookup_external_ref (map, c);
9145 ref_p
9092 struct external_ref ref, *ref_p; local
9117 struct external_ref *ref_p; local
9148 struct external_ref *ref_p = *slot; local
9232 struct external_ref *ref_p; local
[all...]

Completed in 444 milliseconds