Home
last modified time | relevance | path

Searched refs:decl_jump_unsafe (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c658 decl_jump_unsafe (tree decl) in decl_jump_unsafe() function
746 if (decl_jump_unsafe (decl)) in bind()
1124 if (decl_jump_unsafe (b1->decl)) in update_label_decls()
3947 if (decl_jump_unsafe (b->decl)) in check_earlier_gotos()
3967 if (decl_jump_unsafe (b->decl)) in check_earlier_gotos()
4092 if (decl_jump_unsafe (b->decl)) in c_check_switch_jump_warnings()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc667 decl_jump_unsafe (tree decl) in decl_jump_unsafe() function
755 if (decl_jump_unsafe (decl)) in bind()
1133 if (decl_jump_unsafe (b1->decl)) in update_label_decls()
4011 if (decl_jump_unsafe (b->decl)) in check_earlier_gotos()
4031 if (decl_jump_unsafe (b->decl)) in check_earlier_gotos()
4156 if (decl_jump_unsafe (b->decl)) in c_check_switch_jump_warnings()
H A DChangeLog2428 * c-decl.c (decl_jump_unsafe): Return false for
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c68 static int decl_jump_unsafe (tree);
505 if (decl_jump_unsafe (decl)) in poplevel_named_label_1()
3237 decl_jump_unsafe (tree decl) in decl_jump_unsafe() function
3309 int problem = decl_jump_unsafe (new_decls); in check_previous_goto_1()
3465 int u = decl_jump_unsafe (bad); in check_goto()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc72 static int decl_jump_unsafe (tree);
524 if (decl_jump_unsafe (decl)) in poplevel_named_label_1()
3438 decl_jump_unsafe (tree decl) in decl_jump_unsafe() function
3511 int problem = decl_jump_unsafe (new_decls); in check_previous_goto_1()
3676 int u = decl_jump_unsafe (bad); in check_goto()
H A DChangeLog-2012848 (decl_jump_unsafe): So don't bother checking
H A DChangeLog-20062577 (decl_jump_unsafe): Check for error_mark_node types.
H A DChangeLog-2005695 (decl_jump_unsafe): Use it, rather than DECL_INITIAL.
H A DChangeLog-20142962 * decl.c (decl_jump_unsafe): Consider variably-modified decls.
H A DChangeLog-20133357 (decl_jump_unsafe): Likewise.
H A DChangeLog-20181910 * decl.c (check_previous_goto_1): When decl_jump_unsafe returns 2
H A DChangeLog-20003578 (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200919254 (decl_jump_unsafe, update_spot_bindings): New static functions.
H A DChangeLog-201137850 (decl_jump_unsafe): Move higher in file, with no other change.