Lines Matching refs:regexps

554   regexp_t regexps [1];  member
569 regexp_t regexps [1]; member
577 regexp_t regexps [1]; member
1635 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]); in gen_regexp_allof()
1661 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]); in gen_regexp_oneof()
1689 REGEXP_SEQUENCE (sequence)->regexps [i] in gen_regexp_sequence()
2794 REGEXP_SEQUENCE (regexp)->regexps [i] in process_regexp()
2795 = process_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in process_regexp()
2799 REGEXP_ALLOF (regexp)->regexps [i] in process_regexp()
2800 = process_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in process_regexp()
2804 REGEXP_ONEOF (regexp)->regexps [i] in process_regexp()
2805 = process_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in process_regexp()
2907 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2913 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
2919 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl)) in loop_in_regexp()
3007 process_regexp_cycles (REGEXP_SEQUENCE (regexp)->regexps [i], in process_regexp_cycles()
3022 process_regexp_cycles (REGEXP_ALLOF (regexp)->regexps [i], in process_regexp_cycles()
3042 process_regexp_cycles (REGEXP_ONEOF (regexp)->regexps [i], in process_regexp_cycles()
4515 REGEXP_SEQUENCE (result)->regexps [i] in copy_insn_regexp()
4516 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in copy_insn_regexp()
4524 REGEXP_ALLOF (result)->regexps [i] in copy_insn_regexp()
4525 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in copy_insn_regexp()
4533 REGEXP_ONEOF (result)->regexps [i] in copy_insn_regexp()
4534 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in copy_insn_regexp()
4573 REGEXP_SEQUENCE (regexp)->regexps [i] = copy_insn_regexp (operand); in transform_1()
4594 if (REGEXP_SEQUENCE (regexp)->regexps [i]->mode == rm_sequence) in transform_2()
4597 sequence = REGEXP_SEQUENCE (regexp)->regexps [i]; in transform_2()
4616 REGEXP_SEQUENCE (result)->regexps [i] in transform_2()
4617 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in transform_2()
4619 REGEXP_SEQUENCE (result)->regexps in transform_2()
4621 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in transform_2()
4624 REGEXP_SEQUENCE (result)->regexps [i + j] in transform_2()
4625 = copy_insn_regexp (REGEXP_SEQUENCE (sequence)->regexps [j]); in transform_2()
4638 if (REGEXP_ALLOF (regexp)->regexps [i]->mode == rm_allof) in transform_2()
4641 allof = REGEXP_ALLOF (regexp)->regexps [i]; in transform_2()
4659 REGEXP_ALLOF (result)->regexps [i] in transform_2()
4660 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in transform_2()
4662 REGEXP_ALLOF (result)->regexps in transform_2()
4664 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in transform_2()
4667 REGEXP_ALLOF (result)->regexps [i + j] in transform_2()
4668 = copy_insn_regexp (REGEXP_ALLOF (allof)->regexps [j]); in transform_2()
4681 if (REGEXP_ONEOF (regexp)->regexps [i]->mode == rm_oneof) in transform_2()
4684 oneof = REGEXP_ONEOF (regexp)->regexps [i]; in transform_2()
4702 REGEXP_ONEOF (result)->regexps [i] in transform_2()
4703 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in transform_2()
4705 REGEXP_ONEOF (result)->regexps in transform_2()
4707 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in transform_2()
4710 REGEXP_ONEOF (result)->regexps [i + j] in transform_2()
4711 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [j]); in transform_2()
4736 if (REGEXP_SEQUENCE (regexp)->regexps [i]->mode == rm_oneof) in transform_3()
4739 oneof = REGEXP_SEQUENCE (regexp)->regexps [i]; in transform_3()
4763 REGEXP_ONEOF (result)->regexps [i] = sequence; in transform_3()
4766 REGEXP_SEQUENCE (sequence)->regexps [j] in transform_3()
4767 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [j]); in transform_3()
4769 REGEXP_SEQUENCE (sequence)->regexps [j] in transform_3()
4770 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [i]); in transform_3()
4788 if (REGEXP_ALLOF (regexp)->regexps [i]->mode == rm_oneof) in transform_3()
4791 oneof = REGEXP_ALLOF (regexp)->regexps [i]; in transform_3()
4815 REGEXP_ONEOF (result)->regexps [i] = allof; in transform_3()
4818 REGEXP_ALLOF (allof)->regexps [j] in transform_3()
4819 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [j]); in transform_3()
4821 REGEXP_ALLOF (allof)->regexps [j] in transform_3()
4822 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [i]); in transform_3()
4831 switch (REGEXP_ALLOF (regexp)->regexps [i]->mode) in transform_3()
4834 seq = REGEXP_ALLOF (regexp)->regexps [i]; in transform_3()
4862 switch (REGEXP_ALLOF (regexp)->regexps [j]->mode) in transform_3()
4866 ->regexps [j])->regexps_num)) in transform_3()
4870 ->regexps [j]) in transform_3()
4871 ->regexps [i]); in transform_3()
4879 allof_op = REGEXP_ALLOF (regexp)->regexps [j]; in transform_3()
4888 REGEXP_SEQUENCE (result)->regexps [i] = allof_op; in transform_3()
4897 REGEXP_SEQUENCE (result)->regexps [i] = allof; in transform_3()
4900 if (REGEXP_ALLOF (regexp)->regexps [j]->mode == rm_sequence in transform_3()
4903 ->regexps [j])->regexps_num))) in transform_3()
4906 ->regexps [j]) in transform_3()
4907 ->regexps [i]); in transform_3()
4908 REGEXP_ALLOF (allof)->regexps [allof_length] in transform_3()
4913 && (REGEXP_ALLOF (regexp)->regexps [j]->mode in transform_3()
4915 || (REGEXP_ALLOF (regexp)->regexps [j]->mode in transform_3()
4918 allof_op = REGEXP_ALLOF (regexp)->regexps [j]; in transform_3()
4919 REGEXP_ALLOF (allof)->regexps [allof_length] in transform_3()
4943 REGEXP_SEQUENCE (regexp)->regexps [i] in regexp_transform_func()
4944 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i], in regexp_transform_func()
4950 REGEXP_ALLOF (regexp)->regexps [i] in regexp_transform_func()
4951 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func); in regexp_transform_func()
4956 REGEXP_ONEOF (regexp)->regexps [i] in regexp_transform_func()
4957 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func); in regexp_transform_func()
5163 seq = REGEXP_ONEOF (regexp)->regexps [i]; in check_regexp_units_distribution()
5169 allof = REGEXP_SEQUENCE (seq)->regexps [j]; in check_regexp_units_distribution()
5175 unit = REGEXP_ALLOF (allof)->regexps [k]; in check_regexp_units_distribution()
5199 unit = REGEXP_ALLOF (seq)->regexps [k]; in check_regexp_units_distribution()
5374 (REGEXP_SEQUENCE (regexp)->regexps [i], automaton, curr_cycle) + 1; in process_seq_for_forming_states()
5385 ->regexps [i], in process_seq_for_forming_states()
5452 process_alts_for_forming_states (REGEXP_ONEOF (regexp)->regexps [i], in process_alts_for_forming_states()
6813 form_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in form_regexp()
6823 if (REGEXP_ALLOF (regexp)->regexps[i]->mode == rm_sequence in form_regexp()
6824 || REGEXP_ALLOF (regexp)->regexps[i]->mode == rm_oneof) in form_regexp()
6826 form_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in form_regexp()
6827 if (REGEXP_ALLOF (regexp)->regexps[i]->mode == rm_sequence in form_regexp()
6828 || REGEXP_ALLOF (regexp)->regexps[i]->mode == rm_oneof) in form_regexp()
6839 if (REGEXP_ONEOF (regexp)->regexps[i]->mode == rm_sequence) in form_regexp()
6841 form_regexp (REGEXP_ONEOF (regexp)->regexps [i]); in form_regexp()
6842 if (REGEXP_ONEOF (regexp)->regexps[i]->mode == rm_sequence) in form_regexp()