Searched refs:m_id (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DOutputSection.h24 OutputSection() : m_id(0), m_options(0) {}
25 OutputSection(uint32_t identifier) : m_id(identifier), m_options(0) {}
28 void setIdentifier(uint32_t identifier) { m_id = identifier; }
29 uint32_t getIdentifier() const { return m_id; }
41 uint32_t m_id; //!< Unique identifier. member in class:elftosb::OutputSection
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-abi.cc45 m_id = id;
53 targetm.hard_regno_call_part_clobbered (m_id, R, M) is true.
69 && targetm.hard_regno_call_part_clobbered (m_id, regno, mode))
92 && !targetm.hard_regno_call_part_clobbered (m_id, regno, mode))
107 && targetm.hard_regno_call_part_clobbered (m_id, regno, mode))
H A Dfunction-abi.h39 unsigned int id () const { return m_id; }
123 unsigned int m_id : NUM_ABI_IDS;
H A Dalloc-pool.h207 ALLOC_POOL_ID_TYPE m_id; member in class:base_pool_allocator
243 m_name (name), m_id (0), m_elts_per_block (0), m_returned_free_list (NULL),
296 m_id = last_id;
420 allocation_object::get_instance (header)->id = m_id;
442 gcc_assert (m_id == allocation_object::get_instance (object)->id);
H A Dipa-param-manipulation.c936 /* Copy or not, as appropriate given m_id and decl context, a pre-existing
944 if (m_id)
946 new_parm = remap_decl (t, m_id);
948 new_parm = m_id->copy_decl (t, m_id);
1006 corresponding m_id->dst_node->clone.performed_splits entries. */
1046 if (m_id)
1052 m_id);
1056 insert_decl_map (m_id, dummy_decl, dummy_decl);
1069 vec_safe_push (m_id
[all...]
H A Dipa-param-manipulation.h393 struct copy_body_data *m_id; member in class:ipa_param_body_adjustments
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfunction-abi.cc45 m_id = id;
53 targetm.hard_regno_call_part_clobbered (m_id, R, M) is true.
69 && targetm.hard_regno_call_part_clobbered (m_id, regno, mode))
92 && !targetm.hard_regno_call_part_clobbered (m_id, regno, mode))
107 && targetm.hard_regno_call_part_clobbered (m_id, regno, mode))
H A Dfunction-abi.h39 unsigned int id () const { return m_id; }
123 unsigned int m_id : NUM_ABI_IDS;
H A Dalloc-pool.h207 ALLOC_POOL_ID_TYPE m_id; member in class:base_pool_allocator
243 m_name (name), m_id (0), m_elts_per_block (0), m_returned_free_list (NULL),
296 m_id = last_id;
420 allocation_object::get_instance (header)->id = m_id;
442 gcc_assert (m_id == allocation_object::get_instance (object)->id);
H A Dipa-param-manipulation.cc1040 /* Copy or not, as appropriate given m_id and decl context, a pre-existing
1048 if (m_id)
1050 new_parm = remap_decl (t, m_id);
1052 new_parm = m_id->copy_decl (t, m_id);
1078 tree parm_ddef = ssa_default_def (m_id->src_cfun, dead_param);
1092 insert_decl_map (m_id, t, error_mark_node);
1102 || (m_id->blocks_to_copy
1103 && !bitmap_bit_p (m_id->blocks_to_copy,
1122 if (!m_id
[all...]
H A Dipa-param-manipulation.h390 struct copy_body_data *m_id; member in class:ipa_param_body_adjustments
/netbsd-current/games/hack/
H A Dhack.save.c126 bwrite(fd, &(u.ustuck->m_id), sizeof u.ustuck->m_id);
228 if (mtmp->m_id == mid)
297 if (!mtmp->m_id)
298 mtmp->m_id = flags.ident++;
H A Ddef.monst.h69 unsigned m_id; member in struct:monst
H A Dhack.bones.c120 mtmp->m_id = 0;
H A Dhack.steal.c123 if (mtmp->m_id == stealmid) {
202 stealmid = mtmp->m_id;
H A Dhack.makemon.c125 mtmp->m_id = flags.ident++;
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm.h47 state (const char *name, unsigned id) : m_name (name), m_id (id) {}
54 unsigned get_id () const { return m_id; }
58 unsigned m_id; member in class:ana::state_machine::state
H A Dregion.h108 unsigned get_id () const { return m_id; }
216 unsigned m_id; // purely for deterministic sorting at this stage, for dumps member in class:ana::region
H A Dregion.cc650 : m_complexity (c), m_id (id), m_parent (parent), m_type (type),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c133 int m_id; variable
361 this->m_id = id;
372 return this->m_id;
439 fprintf (dump_file, "Forest #%d has %d nodes\n", this->m_id,
463 fprintf (dump_file, "Target parity for forest #%d: %s\n", this->m_id,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc133 int m_id; member in class:fma_forest
361 this->m_id = id;
372 return this->m_id;
439 fprintf (dump_file, "Forest #%d has %d nodes\n", this->m_id,
463 fprintf (dump_file, "Target parity for forest #%d: %s\n", this->m_id,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-out.c159 m_id (id)
201 std::string m_id; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-out.c159 m_id (id)
201 std::string m_id; variable

Completed in 154 milliseconds