Searched refs:fndecls (Results 1 – 2 of 2) sorted by relevance
590 tree fndecls, fndecl = 0; in check_classfn() local594 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 …]
18 to check if two fndecls are `the same'. Sometimes this routine can29 Use DECL_ASSEMBLER_NAME to check if two fndecls are `the same'.