OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:va_arg_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
macroexp.c
872
varargs macro; in this case
VA_ARG_NAME
is the name of the
873
"variable" argument.
VA_ARG_NAME
is ignored if IS_VARARGS is
881
int is_varargs, const shared_macro_buffer *
va_arg_name
,
894
if (is_varargs && tok->len ==
va_arg_name
->len
895
&& ! memcmp (tok->text,
va_arg_name
->text, tok->len))
930
VA_ARG_NAME
should be the name of the "variable" argument -- either
943
int is_varargs, const shared_macro_buffer *
va_arg_name
,
1048
arg = find_parameter (&lookahead, is_varargs,
va_arg_name
,
1084
int arg = find_parameter (&tok, is_varargs,
va_arg_name
,
1111
&& tok.len ==
va_arg_name
->le
1229
shared_macro_buffer
va_arg_name
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
macroexp.c
872
varargs macro; in this case
VA_ARG_NAME
is the name of the
873
"variable" argument.
VA_ARG_NAME
is ignored if IS_VARARGS is
881
int is_varargs, const shared_macro_buffer *
va_arg_name
,
894
if (is_varargs && tok->len ==
va_arg_name
->len
895
&& ! memcmp (tok->text,
va_arg_name
->text, tok->len))
930
VA_ARG_NAME
should be the name of the "variable" argument -- either
943
int is_varargs, const shared_macro_buffer *
va_arg_name
,
1048
arg = find_parameter (&lookahead, is_varargs,
va_arg_name
,
1084
int arg = find_parameter (&tok, is_varargs,
va_arg_name
,
1111
&& tok.len ==
va_arg_name
->le
1229
shared_macro_buffer
va_arg_name
;
local
[
all
...]
Completed in 50 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026