Searched refs:maybe_version_functions (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2017 | 2003 * 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 D | ChangeLog-2018 | 4935 * cp-tree.h (maybe_version_functions): Add new argument. 4938 (maybe_version_functions): record argument is added.
|
H A D | decl.cc | 1074 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 D | cp-tree.h | 6802 extern bool maybe_version_functions (tree, tree, bool);
|
H A D | class.cc | 1179 && maybe_version_functions (method, fn, true)) in add_method()
|
H A D | ChangeLog-2021 | 4015 * decl.c (maybe_version_functions): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 1042 && 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 D | cp-tree.h | 6538 extern bool maybe_version_functions (tree, tree, bool);
|
H A D | class.c | 1136 && maybe_version_functions (method, fn, true)) in add_method()
|