Home
last modified time | relevance | path

Searched defs:list_p (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-iterator.c63 append_to_statement_list_1 (tree t, tree *list_p) in append_to_statement_list_1()
86 append_to_statement_list (tree t, tree *list_p) in append_to_statement_list()
95 append_to_statement_list_force (tree t, tree *list_p) in append_to_statement_list_force()
H A Dgimplify.c5929 gimplify_scan_omp_clauses (tree *list_p, gimple_seq *pre_p, in gimplify_scan_omp_clauses()
6097 tree *list_p = (tree *) data; in gimplify_adjust_omp_clauses_1() local
6159 gimplify_adjust_omp_clauses (tree *list_p) in gimplify_adjust_omp_clauses()
7840 gimplify_type_sizes (tree type, gimple_seq *list_p) in gimplify_type_sizes()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-iterator.c63 append_to_statement_list_1 (tree t, tree *list_p) in append_to_statement_list_1()
93 append_to_statement_list (tree t, tree *list_p) in append_to_statement_list()
102 append_to_statement_list_force (tree t, tree *list_p) in append_to_statement_list_force()
H A Dgimplify.c7562 gimplify_scan_omp_clauses (tree *list_p, gimple_seq *pre_p, in gimplify_scan_omp_clauses()
8761 tree *list_p; member
8771 tree *list_p = ((struct gimplify_adjust_omp_clauses_data *) data)->list_p; in gimplify_adjust_omp_clauses_1() local
8994 gimplify_adjust_omp_clauses (gimple_seq *pre_p, gimple_seq body, tree *list_p, in gimplify_adjust_omp_clauses()
12548 gimplify_type_sizes (tree type, gimple_seq *list_p) in gimplify_type_sizes()
H A Domp-low.c6263 tree *list_p = gimple_omp_ordered_clauses_ptr (ord_stmt); in lower_omp_ordered_clauses() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dcorelow.c636 add_to_spuid_list (bfd *abfd, asection *asect, void *list_p) in add_to_spuid_list()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h5921 bool list_p () const { return !not_list_p (); } in list_p() function