| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-c-types.c | 159 int is_varargs = type->has_varargs () || !type->is_prototyped (); local 185 &array, is_varargs);
|
| compile-cplus-types.c | 962 int is_varargs = type->has_varargs (); local 1000 (return_type, &array, is_varargs);
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-c-types.c | 159 int is_varargs = type->has_varargs () || !type->is_prototyped (); local 185 &array, is_varargs);
|
| compile-cplus-types.c | 962 int is_varargs = type->has_varargs (); local 1000 (return_type, &array, is_varargs);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| macroexp.c | 871 arguments. IS_VARARGS is true if the macro being substituted is a 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 929 IS_VARARGS should be true if DEF is a varargs macro. In this case, 932 GNU-style varargs. If IS_VARARGS is false, this parameter is 943 int is_varargs, const shared_macro_buffer *va_arg_name, 1024 if (!is_varargs) 1048 arg = find_parameter (&lookahead, is_varargs, va_arg_name, 1084 int arg = find_parameter (&tok, is_varargs, va_arg_name 1230 int is_varargs = 0; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| macroexp.c | 871 arguments. IS_VARARGS is true if the macro being substituted is a 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 929 IS_VARARGS should be true if DEF is a varargs macro. In this case, 932 GNU-style varargs. If IS_VARARGS is false, this parameter is 943 int is_varargs, const shared_macro_buffer *va_arg_name, 1024 if (!is_varargs) 1048 arg = find_parameter (&lookahead, is_varargs, va_arg_name, 1084 int arg = find_parameter (&tok, is_varargs, va_arg_name 1230 int is_varargs = 0; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| godump.cc | 1030 bool is_varargs; local 1044 is_varargs = stdarg_p (type); 1056 if (is_varargs)
|
| tree-ssa-structalias.cc | 5936 /* Count the number of arguments DECL has, and set IS_VARARGS to true 5940 count_num_arguments (tree decl, bool *is_varargs) 5955 *is_varargs = true; 5972 bool is_varargs = false; local 5973 unsigned int num_args = count_num_arguments (decl, &is_varargs); 5983 if (is_varargs) 6146 if (is_varargs)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| godump.cc | 1011 bool is_varargs; local 1025 is_varargs = stdarg_p (type); 1037 if (is_varargs)
|
| tree-ssa-structalias.cc | 5910 /* Count the number of arguments DECL has, and set IS_VARARGS to true 5914 count_num_arguments (tree decl, bool *is_varargs) 5929 *is_varargs = true; 5946 bool is_varargs = false; local 5947 unsigned int num_args = count_num_arguments (decl, &is_varargs); 5957 if (is_varargs) 6120 if (is_varargs)
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-types.cc | 3135 bool is_varargs = true; 3283 is_varargs = false; 3328 if (is_varargs) 3122 bool is_varargs = true; local
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-types.cc | 3112 bool is_varargs = true; 3257 is_varargs = false; 3300 if (is_varargs) 3099 bool is_varargs = true; local
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 5180 bool is_varargs = false; local 5187 is_varargs = true; 5215 is_varargs = true; 5219 if (is_varargs)
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 5182 bool is_varargs = false; local 5189 is_varargs = true; 5217 is_varargs = true; 5221 if (is_varargs)
|