Searched refs:user_location (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dumpfile.h | 475 dump_location_t (const dump_user_location_t &user_location, 478 : m_user_location (user_location), in m_user_location() argument 606 const dump_user_location_t &user_location, 620 const dump_user_location_t &user_location, 625 dump_begin_scope (name, user_location, impl_location);
|
| D | dump-context.h | 104 const dump_user_location_t &user_location,
|
| D | dumpfile.cc | 1116 const dump_user_location_t &user_location, in begin_scope() argument 1121 location_t src_loc = user_location.get_location_t (); in begin_scope() 1148 user_location); in begin_scope() 1445 const dump_user_location_t &user_location, in dump_begin_scope() argument 1448 dump_context::get ().begin_scope (name, user_location, impl_location); in dump_begin_scope()
|