OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base_fndecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc
2366
/* True iff FNDECL and
BASE_FNDECL
(both non-static member functions)
2370
same_signature_p (const_tree fndecl, const_tree
base_fndecl
)
2374
if (DECL_DESTRUCTOR_P (
base_fndecl
) && DECL_DESTRUCTOR_P (fndecl)
2375
&& special_function_p (
base_fndecl
) == special_function_p (fndecl))
2381
if (DECL_DESTRUCTOR_P (
base_fndecl
) || DECL_DESTRUCTOR_P (fndecl))
2384
if (DECL_NAME (fndecl) == DECL_NAME (
base_fndecl
)
2386
&& DECL_CONV_FN_P (
base_fndecl
)
2388
DECL_CONV_FN_TYPE (
base_fndecl
))))
2391
tree base_fntype = TREE_TYPE (
base_fndecl
);
2395
FUNCTION_FIRST_USER_PARMTYPE (
base_fndecl
)))
3054
tree
base_fndecl
;
local
[
all
...]
class.cc
2366
/* True iff FNDECL and
BASE_FNDECL
(both non-static member functions)
2370
same_signature_p (const_tree fndecl, const_tree
base_fndecl
)
2374
if (DECL_DESTRUCTOR_P (
base_fndecl
) && DECL_DESTRUCTOR_P (fndecl)
2375
&& special_function_p (
base_fndecl
) == special_function_p (fndecl))
2381
if (DECL_DESTRUCTOR_P (
base_fndecl
) || DECL_DESTRUCTOR_P (fndecl))
2384
if (DECL_NAME (fndecl) == DECL_NAME (
base_fndecl
)
2386
&& DECL_CONV_FN_P (
base_fndecl
)
2388
DECL_CONV_FN_TYPE (
base_fndecl
))))
2391
tree base_fntype = TREE_TYPE (
base_fndecl
);
2395
FUNCTION_FIRST_USER_PARMTYPE (
base_fndecl
)))
3054
tree
base_fndecl
;
local
[
all
...]
Completed in 69 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026