Searched refs:protected_set_expr_location_if_unset (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-gimplify.cc | 238 protected_set_expr_location_if_unset (incr, start_locus); in genericize_c_loop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-gimplify.c | 238 protected_set_expr_location_if_unset (stmt, locus); in genericize_if_stmt() 259 protected_set_expr_location_if_unset (incr, start_locus); in genericize_cp_loop()
|
H A D | parser.c | 39257 protected_set_expr_location_if_unset (incr, input_location); in cp_parser_omp_for_loop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-gimplify.cc | 195 protected_set_expr_location_if_unset (stmt, locus); in genericize_if_stmt()
|
H A D | ChangeLog-2020 | 5088 protected_set_expr_location_if_unset.
|
H A D | parser.cc | 42701 protected_set_expr_location_if_unset (incr, input_location); in cp_parser_omp_for_loop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.h | 1206 extern void protected_set_expr_location_if_unset (tree, location_t);
|
H A D | tree.c | 5190 protected_set_expr_location_if_unset (tree t, location_t loc) in protected_set_expr_location_if_unset() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.h | 1235 extern void protected_set_expr_location_if_unset (tree, location_t);
|
H A D | tree.cc | 5438 protected_set_expr_location_if_unset (tree t, location_t loc) in protected_set_expr_location_if_unset() function
|
H A D | ChangeLog-2020 | 25678 * tree.h (protected_set_expr_location_if_unset): Declare. 25680 (protected_set_expr_location_if_unset): New function.
|