Home
last modified time | relevance | path

Searched refs:case_list (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/usr.bin/rpcgen/
H A Drpc_parse.h98 struct case_list { struct
102 struct case_list *next; argument
104 typedef struct case_list case_list; typedef
108 case_list *cases;
H A Drpc_parse.c297 case_list *cases; in def_union()
298 case_list **tailp; in def_union()
313 cases = ALLOC(case_list); in def_union()
325 cases = ALLOC(case_list); in def_union()
H A Drpc_hout.c232 case_list *l; in puniondef()
H A Drpc_cout.c336 case_list *cl; in emit_union()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dstmt.c738 auto_vec<simple_case_node> &case_list, in emit_case_dispatch_table() argument
745 rtx_insn *fallback_label = label_rtx (case_list[0].m_code_label); in emit_case_dispatch_table()
780 for (unsigned j = 0; j < case_list.length (); j++) in emit_case_dispatch_table()
782 simple_case_node *n = &case_list[j]; in emit_case_dispatch_table()
889 auto_vec<simple_case_node> case_list; in expand_case() local
986 case_list.safe_push (simple_case_node (low, high, lab)); in expand_case()
1010 case_list, default_label, default_edge, in expand_case()
1082 auto_vec<simple_case_node> case_list; in expand_sjlj_dispatch_table() local
1095 case_list.safe_push (simple_case_node (CASE_LOW (elt), high, in expand_sjlj_dispatch_table()
1100 case_list, default_label, NULL, in expand_sjlj_dispatch_table()
H A Dstmt.cc743 auto_vec<simple_case_node> &case_list, in emit_case_dispatch_table() argument
750 rtx_insn *fallback_label = label_rtx (case_list[0].m_code_label); in emit_case_dispatch_table()
785 for (unsigned j = 0; j < case_list.length (); j++) in emit_case_dispatch_table()
787 simple_case_node *n = &case_list[j]; in emit_case_dispatch_table()
894 auto_vec<simple_case_node> case_list; in expand_case() local
991 case_list.safe_push (simple_case_node (low, high, lab)); in expand_case()
1015 case_list, default_label, default_edge, in expand_case()
1087 auto_vec<simple_case_node> case_list; in expand_sjlj_dispatch_table() local
1100 case_list.safe_push (simple_case_node (CASE_LOW (elt), high, in expand_sjlj_dispatch_table()
1105 case_list, default_label, NULL, in expand_sjlj_dispatch_table()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dstmt.c738 auto_vec<simple_case_node> &case_list, in emit_case_dispatch_table() argument
745 rtx_insn *fallback_label = label_rtx (case_list[0].m_code_label); in emit_case_dispatch_table()
780 for (unsigned j = 0; j < case_list.length (); j++) in emit_case_dispatch_table()
782 simple_case_node *n = &case_list[j]; in emit_case_dispatch_table()
889 auto_vec<simple_case_node> case_list; in expand_case() local
986 case_list.safe_push (simple_case_node (low, high, lab)); in expand_case()
1010 case_list, default_label, default_edge, in expand_case()
1082 auto_vec<simple_case_node> case_list; in expand_sjlj_dispatch_table() local
1095 case_list.safe_push (simple_case_node (CASE_LOW (elt), high, in expand_sjlj_dispatch_table()
1100 case_list, default_label, NULL, in expand_sjlj_dispatch_table()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dst.c145 if (p->ext.block.case_list) in gfc_free_statement()
146 gfc_free_case_list (p->ext.block.case_list); in gfc_free_statement()
H A Dst.cc145 if (p->ext.block.case_list) in gfc_free_statement()
146 gfc_free_case_list (p->ext.block.case_list); in gfc_free_statement()
H A Dmatch.c4125 tail->ext.block.case_list = cp; in gfc_match_goto()
5109 c->ext.block.case_list = new_case; in gfc_match_call()
6786 new_st.ext.block.case_list = c; in gfc_match_case()
6818 new_st.ext.block.case_list = head; in gfc_match_case()
6867 new_st.ext.block.case_list = c; in gfc_match_type_is()
6927 new_st.ext.block.case_list = c; in gfc_match_class_is()
6963 new_st.ext.block.case_list = c; in gfc_match_class_is()
7007 new_st.ext.block.case_list = c; in gfc_match_rank_is()
7065 new_st.ext.block.case_list = c; in gfc_match_rank_is()
H A Dmatch.cc4166 tail->ext.block.case_list = cp; in gfc_match_goto()
5150 c->ext.block.case_list = new_case; in gfc_match_call()
6877 new_st.ext.block.case_list = c; in gfc_match_case()
6909 new_st.ext.block.case_list = head; in gfc_match_case()
6958 new_st.ext.block.case_list = c; in gfc_match_type_is()
7018 new_st.ext.block.case_list = c; in gfc_match_class_is()
7054 new_st.ext.block.case_list = c; in gfc_match_class_is()
7098 new_st.ext.block.case_list = c; in gfc_match_rank_is()
7156 new_st.ext.block.case_list = c; in gfc_match_rank_is()
H A Dclass.c2081 block->ext.block.case_list = gfc_get_case (); in generate_finalization_wrapper()
2082 block->ext.block.case_list->where = gfc_current_locus; in generate_finalization_wrapper()
2084 block->ext.block.case_list->low in generate_finalization_wrapper()
2088 block->ext.block.case_list->low in generate_finalization_wrapper()
2090 block->ext.block.case_list->high in generate_finalization_wrapper()
2091 = gfc_copy_expr (block->ext.block.case_list->low); in generate_finalization_wrapper()
2123 block->ext.block.case_list = gfc_get_case (); in generate_finalization_wrapper()
H A Dclass.cc2089 block->ext.block.case_list = gfc_get_case (); in generate_finalization_wrapper()
2090 block->ext.block.case_list->where = gfc_current_locus; in generate_finalization_wrapper()
2092 block->ext.block.case_list->low in generate_finalization_wrapper()
2096 block->ext.block.case_list->low in generate_finalization_wrapper()
2098 block->ext.block.case_list->high in generate_finalization_wrapper()
2099 = gfc_copy_expr (block->ext.block.case_list->low); in generate_finalization_wrapper()
2131 block->ext.block.case_list = gfc_get_case (); in generate_finalization_wrapper()
H A Dresolve.c8833 while (body->ext.block.case_list != NULL in resolve_select()
8836 gfc_case *n = body->ext.block.case_list; in resolve_select()
8837 body->ext.block.case_list = body->ext.block.case_list->next; in resolve_select()
8843 if (body->ext.block.case_list) in resolve_select()
9326 c = body->ext.block.case_list; in resolve_select_type()
9333 gfc_case *d = tail->ext.block.case_list; in resolve_select_type()
9487 c = body->ext.block.case_list; in resolve_select_type()
9634 &c2->ext.block.case_list->where); in resolve_select_type()
9743 c = body->ext.block.case_list; in resolve_select_rank()
9752 gfc_case *d = tail->ext.block.case_list; in resolve_select_rank()
[all …]
H A Dresolve.cc8969 while (body->ext.block.case_list != NULL in resolve_select()
8972 gfc_case *n = body->ext.block.case_list; in resolve_select()
8973 body->ext.block.case_list = body->ext.block.case_list->next; in resolve_select()
8979 if (body->ext.block.case_list) in resolve_select()
9462 c = body->ext.block.case_list; in resolve_select_type()
9469 gfc_case *d = tail->ext.block.case_list; in resolve_select_type()
9623 c = body->ext.block.case_list; in resolve_select_type()
9770 &c2->ext.block.case_list->where); in resolve_select_type()
9885 c = body->ext.block.case_list; in resolve_select_rank()
9894 gfc_case *d = tail->ext.block.case_list; in resolve_select_rank()
[all …]
H A Dtrans-stmt.c2882 cp = c->ext.block.case_list; in gfc_trans_select_type_cases()
3034 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_integer_select()
3144 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_logical_select()
3243 cp = code->block->ext.block.case_list; in gfc_trans_character_select()
3312 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_character_select()
3441 for (d = c->ext.block.case_list; d; d = d->next) in gfc_trans_character_select()
3682 cp = c->ext.block.case_list; in gfc_trans_select_rank_cases()
H A Dtrans-stmt.cc2920 cp = c->ext.block.case_list; in gfc_trans_select_type_cases()
3072 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_integer_select()
3182 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_logical_select()
3281 cp = code->block->ext.block.case_list; in gfc_trans_character_select()
3350 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_character_select()
3479 for (d = c->ext.block.case_list; d; d = d->next) in gfc_trans_character_select()
3718 cp = c->ext.block.case_list; in gfc_trans_select_rank_cases()
H A Dgfortran.h2969 gfc_case *case_list; member
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dst.c145 if (p->ext.block.case_list) in gfc_free_statement()
146 gfc_free_case_list (p->ext.block.case_list); in gfc_free_statement()
H A Dmatch.c4125 tail->ext.block.case_list = cp; in gfc_match_goto()
5109 c->ext.block.case_list = new_case; in gfc_match_call()
6786 new_st.ext.block.case_list = c; in gfc_match_case()
6818 new_st.ext.block.case_list = head; in gfc_match_case()
6867 new_st.ext.block.case_list = c; in gfc_match_type_is()
6927 new_st.ext.block.case_list = c; in gfc_match_class_is()
6963 new_st.ext.block.case_list = c; in gfc_match_class_is()
7007 new_st.ext.block.case_list = c; in gfc_match_rank_is()
7065 new_st.ext.block.case_list = c; in gfc_match_rank_is()
H A Dclass.c2081 block->ext.block.case_list = gfc_get_case (); in generate_finalization_wrapper()
2082 block->ext.block.case_list->where = gfc_current_locus; in generate_finalization_wrapper()
2084 block->ext.block.case_list->low in generate_finalization_wrapper()
2088 block->ext.block.case_list->low in generate_finalization_wrapper()
2090 block->ext.block.case_list->high in generate_finalization_wrapper()
2091 = gfc_copy_expr (block->ext.block.case_list->low); in generate_finalization_wrapper()
2123 block->ext.block.case_list = gfc_get_case (); in generate_finalization_wrapper()
H A Dresolve.c8833 while (body->ext.block.case_list != NULL in resolve_select()
8836 gfc_case *n = body->ext.block.case_list; in resolve_select()
8837 body->ext.block.case_list = body->ext.block.case_list->next; in resolve_select()
8843 if (body->ext.block.case_list) in resolve_select()
9326 c = body->ext.block.case_list; in resolve_select_type()
9333 gfc_case *d = tail->ext.block.case_list; in resolve_select_type()
9487 c = body->ext.block.case_list; in resolve_select_type()
9634 &c2->ext.block.case_list->where); in resolve_select_type()
9743 c = body->ext.block.case_list; in resolve_select_rank()
9752 gfc_case *d = tail->ext.block.case_list; in resolve_select_rank()
[all …]
H A Dtrans-stmt.c2882 cp = c->ext.block.case_list; in gfc_trans_select_type_cases()
3034 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_integer_select()
3144 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_logical_select()
3243 cp = code->block->ext.block.case_list; in gfc_trans_character_select()
3312 for (cp = c->ext.block.case_list; cp; cp = cp->next) in gfc_trans_character_select()
3441 for (d = c->ext.block.case_list; d; d = d->next) in gfc_trans_character_select()
3682 cp = c->ext.block.case_list; in gfc_trans_select_rank_cases()
H A Dgfortran.h2683 gfc_case *case_list; member
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc358 static int SumOverTestSuiteList(const std::vector<TestSuite*>& case_list, in SumOverTestSuiteList() argument
361 for (size_t i = 0; i < case_list.size(); i++) { in SumOverTestSuiteList()
362 sum += (case_list[i]->*method)(); in SumOverTestSuiteList()

12