Searched refs:prev_value (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dname-lookup.h156 tree prev_value;
154 tree prev_value; member in struct:cp_label_binding
H A Ddecl.c777 pop_local_label (label_bind->label, label_bind->prev_value);
2904 bind.prev_value = IDENTIFIER_LABEL_VALUE (id);
13198 tree prev_value;
13208 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
13209 if (error_operand_p (prev_value))
13213 tree type = TREE_TYPE (prev_value);
13215 widest_int wi = wi::add (wi::to_widest (prev_value), 1, sgn,
13179 tree prev_value; local
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-threadedge.c181 tree prev_value, dest; variable
190 prev_value = stack->pop ();
191 set_ssa_name_value (dest, prev_value);
H A Dtree-ssa-dom.c1121 tree prev_value, dest; local
1137 prev_value = const_and_copies_stack.pop ();
1138 set_ssa_name_value (dest, prev_value);

Completed in 205 milliseconds