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

/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dbasep-1b.d1 #source: basep-1.s
H A Dbasep-3b.d1 #source: basep-3.s
H A Dbasep-2b.d1 #source: basep-2.s
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dbasep-1b.d1 #source: basep-1.s
H A Dbasep-3b.d1 #source: basep-3.s
H A Dbasep-2b.d1 #source: basep-2.s
/haiku-buildtools/gcc/gcc/
H A Dgimple-streamer-out.c161 tree *basep = NULL; local
168 basep = &op;
169 if (TREE_CODE (*basep) == ADDR_EXPR)
170 basep = &TREE_OPERAND (*basep, 0);
171 while (handled_component_p (*basep))
172 basep = &TREE_OPERAND (*basep, 0);
173 if (TREE_CODE (*basep) == VAR_DECL
174 && !auto_var_in_fn_p (*basep, current_function_dec
[all...]
H A Dtree-ssa-structalias.c7006 tree *basep = &ref; local
7007 while (handled_component_p (*basep))
7008 basep = &TREE_OPERAND (*basep, 0);
7009 gcc_assert (TREE_CODE (*basep) == VAR_DECL);
7010 tree ptr = build_fold_addr_expr (*basep);
7012 *basep = build2 (MEM_REF, TREE_TYPE (*basep), ptr, zero);
7013 MR_DEPENDENCE_CLIQUE (*basep) = clique;
7014 MR_DEPENDENCE_BASE (*basep)
[all...]
H A Dtree-vect-data-refs.c3004 vect_check_gather (gimple stmt, loop_vec_info loop_vinfo, tree *basep, argument
3202 if (basep)
3203 *basep = base;
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c12526 tree *basep;
12547 basep = &base_list;
12548 while (*basep)
12550 tree basetype = TREE_VALUE (*basep);
12562 *basep = TREE_CHAIN (*basep);
12566 if (TREE_TYPE (*basep))
12570 basep = &TREE_CHAIN (*basep);
12508 tree *basep; local

Completed in 154 milliseconds