OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arglist2
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/bc/dist/
util.c
78
static char *arglist1 = NULL, *
arglist2
= NULL;
variable
122
if (
arglist2
!= NULL)
123
free (
arglist2
);
124
arglist2
= arglist1;
136
if (
arglist2
!= NULL)
137
free (
arglist2
);
138
arglist2
= arglist1;
util.c
78
static char *arglist1 = NULL, *
arglist2
= NULL;
variable
122
if (
arglist2
!= NULL)
123
free (
arglist2
);
124
arglist2
= arglist1;
136
if (
arglist2
!= NULL)
137
free (
arglist2
);
138
arglist2
= arglist1;
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
9951
tree
arglist2
= coerce_template_args_for_ttp (templ, arglist, complain);
local
9952
if (
arglist2
== error_mark_node
9953
|| (!uses_template_parms (
arglist2
)
9954
&& check_instantiated_args (templ,
arglist2
, complain)))
9957
parm = bind_template_template_parm (TREE_TYPE (templ),
arglist2
);
pt.cc
9951
tree
arglist2
= coerce_template_args_for_ttp (templ, arglist, complain);
local
9952
if (
arglist2
== error_mark_node
9953
|| (!uses_template_parms (
arglist2
)
9954
&& check_instantiated_args (templ,
arglist2
, complain)))
9957
parm = bind_template_template_parm (TREE_TYPE (templ),
arglist2
);
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
10037
tree
arglist2
= coerce_template_args_for_ttp (templ, arglist, complain);
local
10038
if (
arglist2
== error_mark_node
10039
|| (!uses_template_parms (
arglist2
)
10040
&& check_instantiated_args (templ,
arglist2
, complain)))
10043
parm = bind_template_template_parm (TREE_TYPE (templ),
arglist2
);
pt.cc
10037
tree
arglist2
= coerce_template_args_for_ttp (templ, arglist, complain);
local
10038
if (
arglist2
== error_mark_node
10039
|| (!uses_template_parms (
arglist2
)
10040
&& check_instantiated_args (templ,
arglist2
, complain)))
10043
parm = bind_template_template_parm (TREE_TYPE (templ),
arglist2
);
Completed in 187 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026