Searched refs:label_value (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dactions.c784 int label_value = TREE_INT_CST_LOW (label);
795 if (label_value >= lowval && label_value <= highval)
804 if (label_value == lowval)
808 if (label_value == highval)
816 TREE_PURPOSE (this_range) = build_int_2 (label_value + 1, 0);
818 else if (label_value == highval)
821 TREE_VALUE (this_range) = build_int_2 (label_value - 1, 0);
827 build_int_2 (label_value + 1, 0), TREE_VALUE (this_range), next);
828 TREE_VALUE (this_range) = build_int_2 (label_value
776 int label_value = TREE_INT_CST_LOW (label); local
948 tree label_value = TREE_VALUE (label); local
[all...]
H A Ddecl.c1724 tree label_value = TREE_VALUE (labellist);
1725 if (TREE_CODE (label_value) == RANGE_EXPR)
1727 if (TREE_OPERAND (label_value, 0) != NULL_TREE)
1729 if (!CH_COMPATIBLE (TREE_OPERAND (label_value, 0),
1731 || !CH_COMPATIBLE (TREE_OPERAND (label_value, 1),
1736 else if (TREE_CODE (label_value) == TYPE_DECL)
1738 if (!CH_COMPATIBLE (label_value,
1742 else if (TREE_CODE (label_value) == INTEGER_CST)
1744 if (!CH_COMPATIBLE (label_value,
1704 tree label_value = TREE_VALUE (labellist); local
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-tree.h33 tree global_value, local_value, label_value, implicit_decl; member in struct:lang_identifier
51 (((struct lang_identifier *) (NODE))->label_value)
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstc.c796 ffelabValue label_value;
799 label_value = (ffelabValue) atol (ffelex_token_text (ffesta_label_token));
800 if ((label_value == 0) || (label_value > FFELAB_valueMAX))
808 label = ffelab_find (label_value);
811 label = ffestc_label_ = ffelab_new (label_value);
1413 ffelabValue label_value;
1415 label_value = (ffelabValue) atol (ffelex_token_text (label_token));
1416 if ((label_value == 0) || (label_value > FFELAB_valueMA
795 ffelabValue label_value; local
1412 ffelabValue label_value; local
1481 ffelabValue label_value; local
1612 ffelabValue label_value; local
1699 ffelabValue label_value; local
[all...]
H A Dcom.c709 tree global_value, local_value, label_value; member in struct:lang_identifier
727 (((struct lang_identifier *)(NODE))->label_value)
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-io.c932 add_case (int label_value, gfc_st_label * label, stmtblock_t * body) argument
939 value = build_int_cst (integer_type_node, label_value);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcp-tree.h110 tree label_value, implicit_decl; member in struct:lang_id2
289 #define IDENTIFIER_LABEL_VALUE(NODE) LANG_ID_FIELD(label_value, NODE)
291 SET_LANG_ID(NODE, VALUE, label_value)
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-tree.h269 tree label_value;
556 (LANG_IDENTIFIER_CAST (NODE)->label_value)
268 tree label_value; variable

Completed in 280 milliseconds