Home
last modified time | relevance | path

Searched refs:this_state (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/usr.bin/yacc/
Dlr0.c64 static core *this_state; variable
169 while (this_state) { in generate_states()
170 closure(this_state->items, this_state->nitems); in generate_states()
178 this_state = this_state->next; in generate_states()
259 first_state = last_state = this_state = p; in initialize_states()
337 p->number = this_state->number; in save_shifts()
376 p->number = this_state->number; in save_reductions()
/openbsd/src/gnu/gcc/gcc/
Dtree-eh.c788 struct leh_state *this_state, in honor_protect_cleanup_actions() argument
830 if (this_state) in honor_protect_cleanup_actions()
889 if (this_state) in honor_protect_cleanup_actions()
890 maybe_record_in_goto_queue (this_state, x); in honor_protect_cleanup_actions()
1349 struct leh_state this_state; in lower_try_finally() local
1364 this_state.cur_region = this_tf.region; in lower_try_finally()
1365 this_state.prev_try = state->prev_try; in lower_try_finally()
1366 this_state.tf = &this_tf; in lower_try_finally()
1368 lower_eh_constructs_1 (&this_state, &TREE_OPERAND (*tp, 0)); in lower_try_finally()
1380 honor_protect_cleanup_actions (state, &this_state, &this_tf); in lower_try_finally()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-m32r.h62 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \
63 m32r_prepare_relax_scan (fragP, address, aim, this_state, this_type)
Dtc-cris.c389 relax_substateT this_state; local
428 this_state = fragP->fr_subtype;
429 start_type = this_type = table + this_state;
440 this_state = next_state;
441 this_type = table + this_state;
454 this_state = next_state;
455 this_type = table + this_state;
462 fragP->fr_subtype = this_state;
Dtc-m68k.h217 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument
Dtc-m68hc11.c2774 relax_substateT this_state; in m68hc11_relax_frag() local
2811 this_state = fragP->fr_subtype; in m68hc11_relax_frag()
2812 start_type = this_type = table + this_state; in m68hc11_relax_frag()
2823 this_state = next_state; in m68hc11_relax_frag()
2824 this_type = table + this_state; in m68hc11_relax_frag()
2837 this_state = next_state; in m68hc11_relax_frag()
2838 this_type = table + this_state; in m68hc11_relax_frag()
2845 fragP->fr_subtype = this_state; in m68hc11_relax_frag()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-msp430.c2277 relax_substateT this_state; in msp430_relax_frag() local
2302 this_state = fragP->fr_subtype; in msp430_relax_frag()
2303 start_type = this_type = table + this_state; in msp430_relax_frag()
2314 this_state = next_state; in msp430_relax_frag()
2315 this_type = table + this_state; in msp430_relax_frag()
2328 this_state = next_state; in msp430_relax_frag()
2329 this_type = table + this_state; in msp430_relax_frag()
2336 fragP->fr_subtype = this_state; in msp430_relax_frag()
Dtc-m68k.h160 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument
Dtc-cris.c526 relax_substateT this_state; in cris_relax_frag() local
569 this_state = fragP->fr_subtype; in cris_relax_frag()
570 start_type = this_type = table + this_state; in cris_relax_frag()
581 this_state = next_state; in cris_relax_frag()
582 this_type = table + this_state; in cris_relax_frag()
595 this_state = next_state; in cris_relax_frag()
596 this_type = table + this_state; in cris_relax_frag()
603 fragP->fr_subtype = this_state; in cris_relax_frag()
Dtc-m68hc11.c2775 relax_substateT this_state; in m68hc11_relax_frag() local
2812 this_state = fragP->fr_subtype; in m68hc11_relax_frag()
2813 start_type = this_type = table + this_state; in m68hc11_relax_frag()
2824 this_state = next_state; in m68hc11_relax_frag()
2825 this_type = table + this_state; in m68hc11_relax_frag()
2838 this_state = next_state; in m68hc11_relax_frag()
2839 this_type = table + this_state; in m68hc11_relax_frag()
2846 fragP->fr_subtype = this_state; in m68hc11_relax_frag()
Dtc-m32c.c504 m32c_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state) in m32c_prepare_relax_scan() argument
510 *aim += subtype_mappings[this_state].pcrel_aim_offset; in m32c_prepare_relax_scan()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dwrite.c1598 relax_substateT this_state; in relax_frag() local
1609 this_state = fragP->fr_subtype; in relax_frag()
1610 start_type = this_type = table + this_state; in relax_frag()
1647 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag()
1659 this_state = next_state; in relax_frag()
1660 this_type = table + this_state; in relax_frag()
1673 this_state = next_state; in relax_frag()
1674 this_type = table + this_state; in relax_frag()
1681 fragP->fr_subtype = this_state; in relax_frag()
/openbsd/src/gnu/usr.bin/binutils/gas/
Dwrite.c2034 relax_substateT this_state; in relax_frag() local
2045 this_state = fragP->fr_subtype; in relax_frag()
2046 start_type = this_type = table + this_state; in relax_frag()
2093 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag()
2105 this_state = next_state; in relax_frag()
2106 this_type = table + this_state; in relax_frag()
2119 this_state = next_state; in relax_frag()
2120 this_type = table + this_state; in relax_frag()
2127 fragP->fr_subtype = this_state; in relax_frag()