Searched refs:t_p (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | xtensa-relax.c | 556 TransitionList **t_p; in append_transition() local 569 for (t_p = &tt->table[opcode]; (*t_p) != NULL; t_p = &(*t_p)->next) in append_transition() 571 if (cmp && cmp (t, (*t_p)->rule) < 0) in append_transition() 574 tl->next = *t_p; in append_transition() 575 *t_p = tl; in append_transition() 579 (*t_p) = tl; in append_transition()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cp-ubsan.cc | 260 cp_ubsan_instrument_member_accesses (tree *t_p) in cp_ubsan_instrument_member_accesses() argument 268 cp_walk_tree (t_p, cp_ubsan_check_member_access_r, &ucmd, &pset); in cp_ubsan_instrument_member_accesses()
|
| D | cp-gimplify.cc | 1803 cp_genericize_tree (tree* t_p, bool handle_invisiref_parm_p) in cp_genericize_tree() argument 1813 cp_walk_tree (t_p, cp_genericize_r, &wtd, NULL); in cp_genericize_tree() 1816 cp_ubsan_instrument_member_accesses (t_p); in cp_genericize_tree()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elflink.c | 2455 struct bfd_elf_version_tree **t_p, in _bfd_elf_link_hide_versioned_symbol() argument 2501 *t_p = t; in _bfd_elf_link_hide_versioned_symbol()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elflink.c | 2414 struct bfd_elf_version_tree **t_p, in _bfd_elf_link_hide_versioned_symbol() argument 2460 *t_p = t; in _bfd_elf_link_hide_versioned_symbol()
|