| /src/external/gpl3/gdb/dist/gdbserver/ |
| win32-low.h | 87 int (*insert_point) (enum raw_bkpt_type type, CORE_ADDR addr, member in struct:win32_target_ops 137 int insert_point (enum raw_bkpt_type type, CORE_ADDR addr,
|
| target.cc | 361 process_stratum_target::insert_point (enum raw_bkpt_type type, function in class:process_stratum_target
|
| netbsd-low.cc | 611 netbsd_process_target::insert_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:netbsd_process_target
|
| win32-low.cc | 209 win32_process_target::insert_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:win32_process_target 214 else if (the_low_target.insert_point != NULL) 215 return the_low_target.insert_point (type, addr, size, bp);
|
| linux-low.cc | 5554 linux_process_target::insert_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:linux_process_target
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| win32-low.h | 80 int (*insert_point) (enum raw_bkpt_type type, CORE_ADDR addr, member in struct:win32_target_ops 130 int insert_point (enum raw_bkpt_type type, CORE_ADDR addr,
|
| target.cc | 361 process_stratum_target::insert_point (enum raw_bkpt_type type, function in class:process_stratum_target
|
| netbsd-low.cc | 608 netbsd_process_target::insert_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:netbsd_process_target
|
| win32-low.cc | 222 win32_process_target::insert_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:win32_process_target 227 else if (the_low_target.insert_point != NULL) 228 return the_low_target.insert_point (type, addr, size, bp);
|
| linux-low.cc | 5568 linux_process_target::insert_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:linux_process_target
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-reassoc.cc | 1506 /* Insert STMT after INSERT_POINT. */ 1509 insert_stmt_after (gimple *stmt, gimple *insert_point) 1514 if (gimple_code (insert_point) == GIMPLE_PHI) 1515 bb = gimple_bb (insert_point); 1516 else if (!stmt_ends_bb_p (insert_point)) 1518 gsi = gsi_for_stmt (insert_point); 1519 gimple_set_uid (stmt, gimple_uid (insert_point)); 1523 else if (gimple_code (insert_point) == GIMPLE_ASM 1524 && gimple_asm_nlabels (as_a <gasm *> (insert_point)) != 0) 1529 /* We assume INSERT_POINT is a SSA_NAME_DEF_STMT of some SSA_NAME 1594 gimple *insert_point; local 5235 gimple *insert_point = find_insert_point (stmt, rhs1, rhs2, insert_before); local 5304 gimple *insert_point local 5378 gimple *insert_point = find_insert_point (stmt, new_rhs1, oe->op, local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-reassoc.cc | 1502 /* Insert STMT after INSERT_POINT. */ 1505 insert_stmt_after (gimple *stmt, gimple *insert_point) 1510 if (gimple_code (insert_point) == GIMPLE_PHI) 1511 bb = gimple_bb (insert_point); 1512 else if (!stmt_ends_bb_p (insert_point)) 1514 gsi = gsi_for_stmt (insert_point); 1515 gimple_set_uid (stmt, gimple_uid (insert_point)); 1519 else if (gimple_code (insert_point) == GIMPLE_ASM 1520 && gimple_asm_nlabels (as_a <gasm *> (insert_point)) != 0) 1525 /* We assume INSERT_POINT is a SSA_NAME_DEF_STMT of some SSA_NAME 1590 gimple *insert_point; local 5240 gimple *insert_point = find_insert_point (stmt, rhs1, rhs2, insert_before); local 5309 gimple *insert_point local 5383 gimple *insert_point = find_insert_point (stmt, new_rhs1, oe->op, local [all...] |