OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decl_args_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
1470
tree
decl_args_type
;
local
1506
decl_args_type
= TYPE_ARG_TYPES (decl_type);
1510
decl_args_type
= TREE_CHAIN (
decl_args_type
);
1512
return compparms (
decl_args_type
, friend_args_type);
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
1438
tree
decl_args_type
;
local
1474
decl_args_type
= TYPE_ARG_TYPES (decl_type);
1478
decl_args_type
= TREE_CHAIN (
decl_args_type
);
1480
return compparms (
decl_args_type
, friend_args_type);
Completed in 98 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026