Home
last modified time | relevance | path

Searched refs:start_locus (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc228 genericize_c_loop (tree *stmt_p, location_t start_locus, tree cond, tree body, in genericize_c_loop() argument
235 location_t cond_locus = expr_loc_or_loc (cond, start_locus); in genericize_c_loop()
236 location_t incr_locus = expr_loc_or_loc (incr, start_locus); in genericize_c_loop()
238 protected_set_expr_location_if_unset (incr, start_locus); in genericize_c_loop()
243 blab = begin_bc_block (bc_break, start_locus); in genericize_c_loop()
244 clab = begin_bc_block (bc_continue, start_locus); in genericize_c_loop()
254 t = build1_loc (start_locus, GOTO_EXPR, void_type_node, in genericize_c_loop()
263 create_artificial_label (start_locus)); in genericize_c_loop()
280 create_artificial_label (start_locus)); in genericize_c_loop()
281 t = build1_loc (start_locus, GOTO_EXPR, void_type_node, in genericize_c_loop()
[all …]
H A Dstub-objc.cc366 objc_add_synthesize_declaration (location_t ARG_UNUSED (start_locus), in objc_add_synthesize_declaration() argument
372 objc_add_dynamic_declaration (location_t ARG_UNUSED (start_locus), in objc_add_dynamic_declaration() argument
391 objc_build_synchronized (location_t ARG_UNUSED (start_locus), in objc_build_synchronized() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c365 objc_add_synthesize_declaration (location_t ARG_UNUSED (start_locus), in objc_add_synthesize_declaration() argument
371 objc_add_dynamic_declaration (location_t ARG_UNUSED (start_locus), in objc_add_dynamic_declaration() argument
390 objc_build_synchronized (location_t ARG_UNUSED (start_locus), in objc_build_synchronized() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c250 genericize_cp_loop (tree *stmt_p, location_t start_locus, tree cond, tree body, in genericize_cp_loop() argument
259 protected_set_expr_location_if_unset (incr, start_locus); in genericize_cp_loop()
264 blab = begin_bc_block (bc_break, start_locus); in genericize_cp_loop()
265 clab = begin_bc_block (bc_continue, start_locus); in genericize_cp_loop()
274 SET_EXPR_LOCATION (debug_begin, cp_expr_loc_or_loc (cond, start_locus)); in genericize_cp_loop()
281 location_t cloc = cp_expr_loc_or_loc (cond, start_locus); in genericize_cp_loop()
301 SET_EXPR_LOCATION (d, cp_expr_loc_or_loc (incr, start_locus)); in genericize_cp_loop()
311 stmt_list = build_empty_stmt (start_locus); in genericize_cp_loop()
317 loop = fold_build3_loc (start_locus, COND_EXPR, in genericize_cp_loop()
319 build_empty_stmt (start_locus)); in genericize_cp_loop()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c1050 locus old_locus, start_locus; in match_string_constant() local
1064 start_locus = gfc_current_locus; in match_string_constant()
1113 start_locus = gfc_current_locus; in match_string_constant()
1144 gfc_current_locus = start_locus; in match_string_constant()
1158 e = gfc_get_character_expr (kind, &start_locus, NULL, length); in match_string_constant()
1160 gfc_current_locus = start_locus; in match_string_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc1029 locus old_locus, start_locus; in match_string_constant() local
1043 start_locus = gfc_current_locus; in match_string_constant()
1092 start_locus = gfc_current_locus; in match_string_constant()
1123 gfc_current_locus = start_locus; in match_string_constant()
1137 e = gfc_get_character_expr (kind, &start_locus, NULL, length); in match_string_constant()
1139 gfc_current_locus = start_locus; in match_string_constant()
H A DChangeLog-20103836 * primary.c (match_string_constant): Move start_locus just inside
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc4525 objc_build_synchronized (location_t start_locus, tree object_expr, tree body) in objc_build_synchronized() argument
4537 error_at (start_locus, "%<@synchronized%> argument is not an object"); in objc_build_synchronized()
4559 SET_EXPR_LOCATION (call, start_locus); in objc_build_synchronized()
4570 objc_begin_try_stmt (start_locus, body); in objc_build_synchronized()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c4449 objc_build_synchronized (location_t start_locus, tree object_expr, tree body) in objc_build_synchronized() argument
4461 error_at (start_locus, "%<@synchronized%> argument is not an object"); in objc_build_synchronized()
4483 SET_EXPR_LOCATION (call, start_locus); in objc_build_synchronized()
4494 objc_begin_try_stmt (start_locus, body); in objc_build_synchronized()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11032 c_finish_loop (location_t start_locus, location_t cond_locus, tree cond, in c_finish_loop() argument
11044 SET_EXPR_LOCATION (t, start_locus); in c_finish_loop()
11071 SET_EXPR_LOCATION (t, start_locus); in c_finish_loop()
11076 exit = fold_build3_loc (cond_is_first ? start_locus : input_location, in c_finish_loop()
11086 loc = start_locus; in c_finish_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c1343 location_t start_locus = 0, end_locus = 0; in gimplify_bind_expr() local
1439 start_locus = BLOCK_SOURCE_LOCATION (BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr()
1441 if (start_locus == 0) in gimplify_bind_expr()
1442 start_locus = EXPR_LOCATION (bind_expr); in gimplify_bind_expr()
1457 gimple_set_location (stack_save, start_locus); in gimplify_bind_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc1353 location_t start_locus = 0, end_locus = 0; in gimplify_bind_expr() local
1439 start_locus = BLOCK_SOURCE_LOCATION (BIND_EXPR_BLOCK (bind_expr)); in gimplify_bind_expr()
1441 if (start_locus == 0) in gimplify_bind_expr()
1442 start_locus = EXPR_LOCATION (bind_expr); in gimplify_bind_expr()
1457 gimple_set_location (stack_save, start_locus); in gimplify_bind_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20161726 * cp-gimplify.c (genericize_cp_loop): Use start_locus even for