Searched refs:look_for_overrides (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c2078 look_for_overrides (tree type, tree fndecl)
2157 return look_for_overrides (type, fndecl);
2076 look_for_overrides (tree type, tree fndecl) function
H A Dclass.c2865 used for a vfunc. That avoids the expensive look_for_overrides
2871 && look_for_overrides (ctype, decl)
H A Dcp-tree.h7105 extern int look_for_overrides (tree, tree);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc2112 look_for_overrides (tree type, tree fndecl)
2191 return look_for_overrides (type, fndecl);
2110 look_for_overrides (tree type, tree fndecl) function
H A Dclass.cc2966 used for a vfunc. That avoids the expensive look_for_overrides
2972 && look_for_overrides (ctype, decl)
H A Dcp-tree.h7510 extern int look_for_overrides (tree, tree);

Completed in 594 milliseconds