Home
last modified time | relevance | path

Searched refs:t_p (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.c556 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/binutils.old/dist/gas/config/
H A Dxtensa-relax.c560 TransitionList **t_p; in append_transition() local
573 for (t_p = &tt->table[opcode]; (*t_p) != NULL; t_p = &(*t_p)->next) in append_transition()
575 if (cmp && cmp (t, (*t_p)->rule) < 0) in append_transition()
578 tl->next = *t_p; in append_transition()
579 *t_p = tl; in append_transition()
583 (*t_p) = tl; in append_transition()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-ubsan.c242 cp_ubsan_instrument_member_accesses (tree *t_p) in cp_ubsan_instrument_member_accesses() argument
250 cp_walk_tree (t_p, cp_ubsan_check_member_access_r, &ucmd, &pset); in cp_ubsan_instrument_member_accesses()
H A Dcp-gimplify.c1977 cp_genericize_tree (tree* t_p, bool handle_invisiref_parm_p) in cp_genericize_tree() argument
1987 cp_walk_tree (t_p, cp_genericize_r, &wtd, NULL); in cp_genericize_tree()
1991 cp_ubsan_instrument_member_accesses (t_p); in cp_genericize_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-ubsan.cc260 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()
H A Dcp-gimplify.cc1803 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/binutils/dist/bfd/
H A Delflink.c2414 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c2389 struct bfd_elf_version_tree **t_p, in _bfd_elf_link_hide_versioned_symbol() argument
2435 *t_p = t; in _bfd_elf_link_hide_versioned_symbol()