Home
last modified time | relevance | path

Searched refs:add_case_node (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c687 add_case_node (CASE_LOW (case_label), CASE_HIGH (case_label),
H A Dstmt.c4610 return add_case_node (value, value, label, duplicate);
4679 return add_case_node (value1, value2, label, duplicate);
4687 add_case_node (low, high, label, duplicate) in add_case_node() function
H A Dtree.h2881 extern int add_case_node PARAMS ((tree, tree,
H A DChangeLog.458 (add_case_node): No need to copy nodes anymore.
6354 (add_case_node): Use xmalloc, not oballoc.
9029 (genrtl_case_label): Just call add_case_node.
9037 (add_case_node): Give it external linkage.
9040 (pushcase): Rely on add_case_node to handle `default' labels.
9041 (add_case_node): Handle `default' labels.
9044 (add_case_node): Likewise.
H A DChangeLog.07047 * stmt.c (add_case_node): Add parentheses around assignment used
7566 * stmt.c (add_case_node): Add parens for assignment used as truth.
H A DFSFChangeLog.10295 (add_case_node): New function.
H A DChangeLog.73411 * stmt.c (add_case_node): Use GGC to allocate struct case_node.
/openbsd-src/gnu/gcc/gcc/
H A Dstmt.c124 static struct case_node *add_case_node (struct case_node *, tree,
2079 add_case_node (struct case_node *head, tree type, tree low, tree high, in add_case_node() function
2371 case_list = add_case_node (case_list, index_type, low, high, in expand_case()