Home
last modified time | relevance | path

Searched refs:identify_goto (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c3265 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 Ddecl.cc3466 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 DChangeLog-2015610 * 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 DChangeLog-20062578 (check_goto): Don't check cdtor_label. Don't use identify_goto.
2610 (identify_goto): Split out from ...
H A DChangeLog-20081617 * identify_goto, check_previous_goto_1, check_goto, define_label,
H A DChangeLog-2014201 * decl.c (identify_goto): Return a bool if diagnostic is emitted.
H A DChangeLog-2017992 (identify_goto): Add translation markup.