Searched refs:this_state (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dlr0.c29 static core *this_state; variable
145 while (this_state)
147 closure(this_state->items, this_state->nitems);
155 this_state = this_state->next;
246 first_state = last_state = this_state = p;
412 p->number = this_state->number;
461 p->number = this_state->number;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-eh.c791 struct leh_state *this_state,
833 if (this_state)
892 if (this_state)
893 maybe_record_in_goto_queue (this_state, x);
1352 struct leh_state this_state;
1367 this_state.cur_region = this_tf.region;
1368 this_state.prev_try = state->prev_try;
1369 this_state.tf = &this_tf;
1371 lower_eh_constructs_1 (&this_state, &TREE_OPERAND (*tp, 0));
1383 honor_protect_cleanup_actions (state, &this_state,
785 honor_protect_cleanup_actions(struct leh_state *outer_state, struct leh_state *this_state, struct leh_tf_state *tf) argument
1347 struct leh_state this_state; local
1435 struct leh_state this_state; local
1494 struct leh_state this_state; local
1530 struct leh_state this_state; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.h160 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \
H A Dtc-msp430.c2234 relax_substateT this_state; local
2259 this_state = fragP->fr_subtype;
2260 start_type = this_type = table + this_state;
2271 this_state = next_state;
2272 this_type = table + this_state;
2285 this_state = next_state;
2286 this_type = table + this_state;
2293 fragP->fr_subtype = this_state;
H A Dtc-cris.c529 relax_substateT this_state; local
573 this_state = fragP->fr_subtype;
574 start_type = this_type = table + this_state;
585 this_state = next_state;
586 this_type = table + this_state;
599 this_state = next_state;
600 this_type = table + this_state;
607 fragP->fr_subtype = this_state;
H A Dtc-m68hc11.c2724 relax_substateT this_state;
2761 this_state = fragP->fr_subtype;
2762 start_type = this_type = table + this_state;
2773 this_state = next_state;
2774 this_type = table + this_state;
2787 this_state = next_state;
2788 this_type = table + this_state;
2795 fragP->fr_subtype = this_state;
2714 relax_substateT this_state; local
H A Dtc-m32c.c527 m32c_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state)
533 *aim += subtype_mappings[this_state].pcrel_aim_offset;
524 m32c_prepare_relax_scan(fragS *fragP, offsetT *aim, relax_substateT this_state) argument
H A Dtc-mep.c1497 mep_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state)
1503 *aim += 2 + md_relax_table[this_state].rlx_length;
1494 mep_prepare_relax_scan(fragS *fragP, offsetT *aim, relax_substateT this_state) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.c978 struct leh_state *this_state,
999 if (this_state)
1532 struct leh_state this_state; local
1547 this_state.cur_region = this_tf.region;
1548 this_state.ehp_region = state->ehp_region;
1549 this_state.tf = &this_tf;
1554 lower_eh_constructs_1 (&this_state, gimple_try_eval(tp));
1563 honor_protect_cleanup_actions (state, &this_state, &this_tf);
1634 struct leh_state this_state = *state; local
1644 this_state
977 honor_protect_cleanup_actions(struct leh_state *outer_state, struct leh_state *this_state, struct leh_tf_state *tf) argument
1704 struct leh_state this_state = *state; local
1749 struct leh_state this_state = *state; local
1780 struct leh_state this_state = *state; local
[all...]
H A Dipa-pure-const.c931 enum pure_const_state_e this_state = pure_const_state;
935 && this_state > w_l->state_previously_known)
936 this_state = w_l->state_previously_known;
943 w_l->pure_const_state = this_state;
946 switch (this_state)
930 enum pure_const_state_e this_state = pure_const_state; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dwrite.c2129 relax_substateT this_state; local
2140 this_state = fragP->fr_subtype;
2141 start_type = this_type = table + this_state;
2190 md_prepare_relax_scan (fragP, address, aim, this_state, this_type);
2202 this_state = next_state;
2203 this_type = table + this_state;
2216 this_state = next_state;
2217 this_type = table + this_state;
2224 fragP->fr_subtype = this_state;

Completed in 221 milliseconds