Home
last modified time | relevance | path

Searched refs:maybe_version_functions (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20172003 * cp-tree.h (maybe_version_functions): Declare.
2006 (maybe_version_functions): Broken out of decls_match.
2007 * class.c (add_method): Use maybe_version_functions.
H A DChangeLog-20184935 * cp-tree.h (maybe_version_functions): Add new argument.
4938 (maybe_version_functions): record argument is added.
H A Ddecl.cc1074 maybe_version_functions (newdecl, olddecl, in decls_match()
1147 maybe_version_functions (tree newdecl, tree olddecl, bool record) in maybe_version_functions() function
H A Dcp-tree.h6802 extern bool maybe_version_functions (tree, tree, bool);
H A Dclass.cc1179 && maybe_version_functions (method, fn, true)) in add_method()
H A DChangeLog-20214015 * decl.c (maybe_version_functions): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c1042 && maybe_version_functions (newdecl, olddecl, in decls_match()
1099 maybe_version_functions (tree newdecl, tree olddecl, bool record) in maybe_version_functions() function
H A Dcp-tree.h6538 extern bool maybe_version_functions (tree, tree, bool);
H A Dclass.c1136 && maybe_version_functions (method, fn, true)) in add_method()