Searched refs:identify_goto (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 3265 identify_goto (tree decl, location_t loc, const location_t *locus, in identify_goto() function 3294 complained = identify_goto (decl, input_location, locus, DK_ERROR); in check_previous_goto_1() 3315 complained = identify_goto (decl, input_location, locus, in check_previous_goto_1() 3379 complained = identify_goto (decl, input_location, locus, DK_ERROR); in check_previous_goto_1() 3458 complained = identify_goto (decl, DECL_SOURCE_LOCATION (decl), in check_goto() 3472 complained = identify_goto (decl, DECL_SOURCE_LOCATION (decl), in check_goto() 3518 complained = identify_goto (decl, in check_goto()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 3466 identify_goto (tree decl, location_t loc, const location_t *locus, in identify_goto() function 3496 complained = identify_goto (decl, input_location, locus, DK_ERROR); in check_previous_goto_1() 3517 complained = identify_goto (decl, input_location, locus, in check_previous_goto_1() 3587 complained = identify_goto (decl, input_location, locus, DK_ERROR); in check_previous_goto_1() 3669 complained = identify_goto (decl, DECL_SOURCE_LOCATION (decl), in check_goto() 3683 complained = identify_goto (decl, DECL_SOURCE_LOCATION (decl), in check_goto() 3731 complained = identify_goto (decl, in check_goto()
|
H A D | ChangeLog-2015 | 610 * decl.c (identify_goto): Add LOC and DIAG_KIND arguments, call 612 (check_previous_goto_1): Adjust identify_goto callers, treat all 615 (check_goto): Use identify_goto. Treat all cases but crossing
|
H A D | ChangeLog-2006 | 2578 (check_goto): Don't check cdtor_label. Don't use identify_goto. 2610 (identify_goto): Split out from ...
|
H A D | ChangeLog-2008 | 1617 * identify_goto, check_previous_goto_1, check_goto, define_label,
|
H A D | ChangeLog-2014 | 201 * decl.c (identify_goto): Return a bool if diagnostic is emitted.
|
H A D | ChangeLog-2017 | 992 (identify_goto): Add translation markup.
|