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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexcept.c896 tree flt_node = build_int_cst (integer_type_node, flt);
899 = tree_cons (NULL_TREE, flt_node, c->filter_list); local
907 tree flt_node = build_int_cst (integer_type_node, flt);
910 = tree_cons (NULL_TREE, flt_node, NULL);
2424 tree flt_node;
2441 flt_node = c->filter_list;
2442 for (; flt_node; flt_node = TREE_CHAIN (flt_node))
2444 int filter = TREE_INT_CST_LOW (TREE_VALUE (flt_node));
888 tree flt_node = build_int_cst (integer_type_node, flt); local
2409 tree flt_node; local
[all...]
H A Dtree-eh.c3795 tree tp_node, flt_node, lab = c->label;
3800 flt_node = c->filter_list;
3814 if (! seen_values.contains (TREE_VALUE (flt_node)))
3816 tree t = build_case_label (TREE_VALUE (flt_node),
3819 seen_values.add (TREE_VALUE (flt_node));
3824 flt_node = TREE_CHAIN (flt_node);
3791 tree tp_node, flt_node, lab = c->label; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexcept.cc897 tree flt_node = build_int_cst (integer_type_node, flt);
900 = tree_cons (NULL_TREE, flt_node, c->filter_list); local
908 tree flt_node = build_int_cst (integer_type_node, flt);
911 = tree_cons (NULL_TREE, flt_node, NULL);
2425 tree flt_node;
2442 flt_node = c->filter_list;
2443 for (; flt_node; flt_node = TREE_CHAIN (flt_node))
2445 int filter = TREE_INT_CST_LOW (TREE_VALUE (flt_node));
889 tree flt_node = build_int_cst (integer_type_node, flt); local
2410 tree flt_node; local
[all...]
H A Dtree-eh.cc3790 tree tp_node, flt_node, lab = c->label;
3795 flt_node = c->filter_list;
3809 if (! seen_values.contains (TREE_VALUE (flt_node)))
3811 tree t = build_case_label (TREE_VALUE (flt_node),
3814 seen_values.add (TREE_VALUE (flt_node));
3819 flt_node = TREE_CHAIN (flt_node);
3786 tree tp_node, flt_node, lab = c->label; local

Completed in 321 milliseconds