Searched refs:do_case (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-common.h747 extern tree do_case (tree, tree);
H A Dc-parser.c3356 label = do_case (exp1, NULL_TREE);
3363 label = do_case (exp1, exp2);
3372 label = do_case (NULL_TREE, NULL_TREE);
H A Dc-typeck.c7041 do_case (tree low_value, tree high_value)
7007 do_case (tree low_value, tree high_value) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-common.h947 extern tree do_case (location_t, tree, tree);
H A Dc-parser.c3618 label = do_case (loc1, exp1, NULL_TREE);
3625 label = do_case (loc1, exp1, exp2);
3634 label = do_case (loc1, NULL_TREE, NULL_TREE);
H A Dc-typeck.c8537 do_case (location_t loc, tree low_value, tree high_value)
8502 do_case (location_t loc, tree low_value, tree high_value) function

Completed in 413 milliseconds