| /src/external/gpl3/gcc/dist/gcc/cp/ |
| contracts.cc | 1278 location_t new_loc = CONTRACT_SOURCE_LOCATION (new_contracts); local 1282 match_contract_conditions (new_loc, new_contracts, 2190 location_t new_loc = DECL_SOURCE_LOCATION (newdecl); local 2214 new_loc, new_contracts, 2246 error_at (new_loc, "cannot add contracts after definition"); 2255 error_at (new_loc, "cannot add contracts to a virtual function"); 2264 warning_at (new_loc,
|
| decl.cc | 1382 location_t new_loc = DECL_SOURCE_LOCATION (new_decl); 1385 complained = pedwarn (new_loc, OPT_Wsystem_headers, msg, new_decl); 1389 complained = pedwarn (new_loc, OPT_Wpedantic, msg, new_decl); 1391 error_at (new_loc, msg, new_decl); 1377 location_t new_loc = DECL_SOURCE_LOCATION (new_decl); local
|
| /src/external/bsd/am-utils/dist/amd/ |
| mntfs.c | 220 new_loc(void) function
|
| autil.c | 371 mp->am_al = new_loc();
|
| amfs_generic.c | 324 new_al = new_loc(); 921 mp->am_al = loc = new_loc();
|
| amd.h | 596 extern am_loc *new_loc(void);
|
| map.c | 410 mp->am_al = new_loc();
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.c | 8609 bp_location *new_loc = this->allocate_location (); 8611 new_loc->requested_address = sal.pc; 8612 new_loc->address = adjusted_address; 8613 new_loc->pspace = sal.pspace; 8614 new_loc->probe.prob = sal.prob; 8615 new_loc->probe.objfile = sal.objfile; 8616 gdb_assert (new_loc->pspace != NULL); 8617 new_loc->section = sal.section; 8618 new_loc->gdbarch = loc_gdbarch; 8619 new_loc->line_number = sal.line 8602 bp_location *new_loc = this->allocate_location (); local 8833 bp_location *new_loc = add_location (sal); local 12994 struct bp_location *new_loc; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.c | 8638 bp_location *new_loc = this->allocate_location (); 8640 new_loc->requested_address = sal.pc; 8641 new_loc->address = adjusted_address; 8642 new_loc->pspace = sal.pspace; 8643 new_loc->probe.prob = sal.prob; 8644 new_loc->probe.objfile = sal.objfile; 8645 gdb_assert (new_loc->pspace != NULL); 8646 new_loc->section = sal.section; 8647 new_loc->gdbarch = loc_gdbarch; 8648 new_loc->line_number = sal.line 8631 bp_location *new_loc = this->allocate_location (); local 8862 bp_location *new_loc = add_location (sal); local 13027 struct bp_location *new_loc; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| var-tracking.cc | 8804 rtx new_loc = NULL; local 8814 new_loc = simplify_subreg (wider_mode, loc[n_var_parts], 8817 new_loc = simplify_subreg (wider_mode, loc2, mode, 0); 8818 if (new_loc) 8820 if (!REG_P (new_loc) 8821 || REGNO (new_loc) != REGNO (loc[n_var_parts])) 8822 new_loc = NULL; 8824 REG_ATTRS (new_loc) = REG_ATTRS (loc[n_var_parts]); 8837 new_loc = adjust_address_nv (loc[n_var_parts], 8841 if (new_loc) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| var-tracking.cc | 8821 rtx new_loc = NULL; local 8831 new_loc = simplify_subreg (wider_mode, loc[n_var_parts], 8834 new_loc = simplify_subreg (wider_mode, loc2, mode, 0); 8835 if (new_loc) 8837 if (!REG_P (new_loc) 8838 || REGNO (new_loc) != REGNO (loc[n_var_parts])) 8839 new_loc = NULL; 8841 REG_ATTRS (new_loc) = REG_ATTRS (loc[n_var_parts]); 8854 new_loc = adjust_address_nv (loc[n_var_parts], 8858 if (new_loc) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl.cc | 1259 location_t new_loc = DECL_SOURCE_LOCATION (new_decl); 1262 complained = pedwarn (new_loc, OPT_Wsystem_headers, msg, new_decl); 1266 complained = pedwarn (new_loc, OPT_Wpedantic, msg, new_decl); 1268 error_at (new_loc, msg, new_decl); 1254 location_t new_loc = DECL_SOURCE_LOCATION (new_decl); local
|