OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parameter_types
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc
2956
tree
parameter_types
= void_list_node;
3051
parameter_types
= inherited_parms;
3062
parameter_types
= tree_cons (NULL_TREE, rhs_parm_type,
parameter_types
);
3110
parameter_types
);
2954
tree
parameter_types
= void_list_node;
local
/src/external/gpl3/gdb/dist/gdb/guile/
scm-param.c
118
/* Guile parameter types as in
PARAMETER_TYPES
later on. */
580
static const scheme_integer_constant
parameter_types
[] =
604
for (i = 0;
parameter_types
[i].name != NULL; ++i)
606
if (
parameter_types
[i].value == param_type)
620
for (i = 0;
parameter_types
[i].name != NULL; ++i)
622
if (
parameter_types
[i].value == param_type)
623
return
parameter_types
[i].name;
1287
gdbscm_define_integer_constants (
parameter_types
, 1);
578
static const scheme_integer_constant
parameter_types
[] =
variable
/src/external/gpl3/gdb.old/dist/gdb/guile/
scm-param.c
118
/* Guile parameter types as in
PARAMETER_TYPES
later on. */
580
static const scheme_integer_constant
parameter_types
[] =
604
for (i = 0;
parameter_types
[i].name != NULL; ++i)
606
if (
parameter_types
[i].value == param_type)
620
for (i = 0;
parameter_types
[i].name != NULL; ++i)
622
if (
parameter_types
[i].value == param_type)
623
return
parameter_types
[i].name;
1287
gdbscm_define_integer_constants (
parameter_types
, 1);
578
static const scheme_integer_constant
parameter_types
[] =
variable
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026