Home
last modified time | relevance | path

Searched refs:fndecls (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Ddecl2.c590 tree fndecls, fndecl = 0; in check_classfn() local
594 for (fndecls = VEC_index (tree, methods, ix); in check_classfn()
595 fndecls; fndecls = OVL_NEXT (fndecls)) in check_classfn()
599 fndecl = OVL_CURRENT (fndecls); in check_classfn()
632 if (fndecls) in check_classfn()
636 return OVL_CURRENT (fndecls); in check_classfn()
645 fndecls = VEC_index (tree, methods, ix); in check_classfn()
646 while (fndecls) in check_classfn()
648 fndecl = OVL_CURRENT (fndecls); in check_classfn()
649 fndecls = OVL_NEXT (fndecls); in check_classfn()
[all …]
DChangeLog-199318 to check if two fndecls are `the same'. Sometimes this routine can
29 Use DECL_ASSEMBLER_NAME to check if two fndecls are `the same'.