Home
last modified time | relevance | path

Searched refs:last_loc (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dbreak-catch-sig.c238 struct bp_location **last_loc) in signal_catchpoint_print_one() argument
H A Dbreakpoint.c5940 b->ops->print_one (b, last_loc); in print_one_breakpoint_location()
6009 *last_loc = b->loc; in print_one_breakpoint_location()
6224 struct bp_location **last_loc, in print_one_breakpoint() argument
6348 struct bp_location *last_loc = NULL; in breakpoint_1() local
6484 if (last_loc && !server_command) in breakpoint_1()
6485 set_next_address (last_loc->gdbarch, last_loc->address); in breakpoint_1()
8278 struct bp_location **last_loc) in print_one_catch_syscall() argument
10019 struct bp_location **last_loc) in print_one_ranged_breakpoint() argument
10036 *last_loc = bl; in print_one_ranged_breakpoint()
11615 struct bp_location **last_loc) in print_one_exception_catchpoint() argument
[all …]
H A Dada-lang.c11577 struct breakpoint *b, struct bp_location **last_loc) in print_one_exception() argument
11591 *last_loc = b->loc; in print_one_exception()
11729 print_one_catch_exception (struct breakpoint *b, struct bp_location **last_loc) in print_one_catch_exception() argument
11731 print_one_exception (ex_catch_exception, b, last_loc); in print_one_catch_exception()
11782 struct bp_location **last_loc) in print_one_catch_exception_unhandled() argument
11784 print_one_exception (ex_catch_exception_unhandled, b, last_loc); in print_one_catch_exception_unhandled()
11835 print_one_catch_assert (struct breakpoint *b, struct bp_location **last_loc) in print_one_catch_assert() argument
11837 print_one_exception (ex_catch_assert, b, last_loc); in print_one_catch_assert()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dedit-context.c1521 location_t last_loc = change_line (edit, 153); in test_applying_fixits_multiple_lines() local
1523 if (last_loc > LINE_MAP_MAX_LOCATION_WITH_COLS) in test_applying_fixits_multiple_lines()
H A Dtree-vrp.c2891 assert_locus *n, *loc, *last_loc; in register_new_assert_for() local
2935 last_loc = loc; in register_new_assert_for()
2959 last_loc = loc; in register_new_assert_for()
2975 if (last_loc) in register_new_assert_for()
2976 last_loc->next = n; in register_new_assert_for()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vrp.c4151 assert_locus_t n, loc, last_loc; in register_new_assert_for() local
4197 last_loc = loc; in register_new_assert_for()
4238 last_loc = loc; in register_new_assert_for()
4254 if (last_loc) in register_new_assert_for()
4255 last_loc->next = n; in register_new_assert_for()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c11257 static location_t last_loc; in tsubst() local
11263 && last_loc != input_location) in tsubst()
11271 last_loc = input_location; in tsubst()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c14657 static location_t last_loc; in tsubst() local
14663 && last_loc != input_location) in tsubst()
14671 last_loc = input_location; in tsubst()