Searched refs:is_varargs (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmacroexp.c899 int is_varargs, const struct macro_buffer *va_arg_name,
912 if (is_varargs && tok->len == va_arg_name->len
961 int is_varargs, const struct macro_buffer *va_arg_name,
1042 if (!is_varargs)
1066 arg = find_parameter (&lookahead, is_varargs, va_arg_name,
1102 int arg = find_parameter (&tok, is_varargs, va_arg_name,
1128 if (! (is_varargs
1142 int arg = find_parameter (&tok, is_varargs, va_arg_name,
1187 int arg = find_parameter (&tok, is_varargs, va_arg_name,
1252 int is_varargs
894 find_parameter(const struct macro_buffer *tok, int is_varargs, const struct macro_buffer *va_arg_name, int argc, const char * const *argv) argument
955 substitute_args(struct macro_buffer *dest, struct macro_definition *def, int is_varargs, const struct macro_buffer *va_arg_name, const std::vector<struct macro_buffer> &argv, struct macro_name_list *no_loop, const macro_scope &scope) argument
1248 int is_varargs = 0; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmacroexp.c885 int is_varargs, const shared_macro_buffer *va_arg_name,
898 if (is_varargs && tok->len == va_arg_name->len
947 int is_varargs, const shared_macro_buffer *va_arg_name,
1028 if (!is_varargs)
1052 arg = find_parameter (&lookahead, is_varargs, va_arg_name,
1088 int arg = find_parameter (&tok, is_varargs, va_arg_name,
1114 if (! (is_varargs
1128 int arg = find_parameter (&tok, is_varargs, va_arg_name,
1173 int arg = find_parameter (&tok, is_varargs, va_arg_name,
1238 int is_varargs
880 find_parameter(const shared_macro_buffer *tok, int is_varargs, const shared_macro_buffer *va_arg_name, int argc, const char * const *argv) argument
941 substitute_args(growable_macro_buffer *dest, struct macro_definition *def, int is_varargs, const shared_macro_buffer *va_arg_name, const std::vector<shared_macro_buffer> &argv, struct macro_name_list *no_loop, const macro_scope &scope) argument
1234 int is_varargs = 0; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-types.c156 int is_varargs = TYPE_VARARGS (type) || !TYPE_PROTOTYPED (type); local
184 &array, is_varargs);
H A Dcompile-cplus-types.c967 int is_varargs = TYPE_VARARGS (type); local
1008 (return_type, &array, is_varargs);
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-types.c156 int is_varargs = type->has_varargs () || !type->is_prototyped (); local
185 &array, is_varargs);
H A Dcompile-cplus-types.c962 int is_varargs = type->has_varargs (); local
1003 (return_type, &array, is_varargs);
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc681 int is_varargs)
691 if (is_varargs)
669 plugin_build_function_type(cc1_plugin::connection *self, gcc_type return_type_in, const struct gcc_type_array *argument_types_in, int is_varargs) argument
H A Dlibcp1plugin.cc1991 int is_varargs)
2001 if (is_varargs)
1979 plugin_build_function_type(cc1_plugin::connection *self, gcc_type return_type_in, const struct gcc_type_array *argument_types_in, int is_varargs) argument
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc522 int is_varargs)
531 if (is_varargs)
515 plugin_build_function_type(cc1_plugin::connection *self, gcc_type return_type_in, const struct gcc_type_array *argument_types_in, int is_varargs) argument
H A Dlibcp1plugin.cc1832 int is_varargs)
1841 if (is_varargs)
1824 plugin_build_function_type(cc1_plugin::connection *self, gcc_type return_type_in, const struct gcc_type_array *argument_types_in, int is_varargs) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c5789 count_num_arguments (tree decl, bool *is_varargs) argument
5804 *is_varargs = true;
5821 bool is_varargs = false; local
5822 unsigned int num_args = count_num_arguments (decl, &is_varargs);
5832 if (is_varargs)
5995 if (is_varargs)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc5938 count_num_arguments (tree decl, bool *is_varargs) argument
5953 *is_varargs = true;
5970 bool is_varargs = false; local
5971 unsigned int num_args = count_num_arguments (decl, &is_varargs);
5981 if (is_varargs)
6144 if (is_varargs)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c3014 bool is_varargs = true;
3159 is_varargs = false;
3202 if (is_varargs)
3001 bool is_varargs = true; local
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc3112 bool is_varargs = true;
3257 is_varargs = false;
3300 if (is_varargs)
3099 bool is_varargs = true; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c5103 bool is_varargs = false; local
5110 is_varargs = true;
5138 is_varargs = true;
5142 if (is_varargs)
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc5179 bool is_varargs = false; local
5186 is_varargs = true;
5214 is_varargs = true;
5218 if (is_varargs)

Completed in 415 milliseconds