Home
last modified time | relevance | path

Searched defs:leh_tf_state (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-eh.c354 struct leh_tf_state struct
360 gimple try_finally_expr;
361 gimple top_p;
365 gimple_seq top_p_seq;
368 struct leh_state *outer;
371 eh_region region;
374 struct goto_queue_node *goto_queue;
375 size_t goto_queue_size;
376 size_t goto_queue_active;
379 struct pointer_map_t *goto_queue_map;
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-eh.c361 struct leh_tf_state struct
367 gtry *try_finally_expr;
368 gtry *top_p;
372 gimple_seq top_p_seq;
375 struct leh_state *outer;
378 eh_region region;
381 struct goto_queue_node *goto_queue;
382 size_t goto_queue_size;
383 size_t goto_queue_active;
386 hash_map<gimple *, goto_queue_node *> *goto_queue_map;
[all …]