| /src/tests/usr.bin/xlint/lint1/ |
| msg_282.c | 12 /* expect+1: warning: comment ** VARARGS ** must precede function definition [282] */ 13 /* VARARGS */ 14 int varargs; variable
|
| /src/sys/arch/sun2/sun2/ |
| promlib.c | 179 * printf is difficult, because it's a varargs function. 192 } varargs; local 206 if (i == (sizeof(varargs.arg) / 207 sizeof(varargs.arg[0]))) { 212 varargs.arg[i++] = va_arg(ap, int); 224 )(fmt, varargs);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| runtime.cc | 224 bool varargs = false; local 239 varargs = true; 250 if (varargs)
|
| d-codegen.cc | 2195 const size_t varargs = tf->isDstyleVariadic (); local 2197 /* Assumes arguments->length <= formal_args->length if (!tf->varargs). */ 2203 if (i - varargs < nparams && i >= varargs) 2206 Parameter *parg = tf->parameterList[i - varargs];
|
| /src/usr.bin/xlint/lint1/ |
| func.c | 95 * The position of the last VARARGS comment is stored in vapos. 994 warning_at(282, &vapos, "VARARGS"); 1041 varargs(int n) function 1045 warning(280, "VARARGS"); 1050 warning(281, "VARARGS"); 1137 case LC_VARARGS: varargs(arg); break;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| c-typeprint.c | 258 int varargs = mtype->has_varargs (); 293 if (varargs) 558 /* Print out a trailing ellipsis for varargs functions. Ignore 256 int varargs = mtype->has_varargs (); local
|
| loongarch-tdep.c | 670 bool varargs = (func_type->has_varargs () && i >= func_type->num_fields ()); local 707 if (!varargs) 771 if (!varargs && far > 0) 854 if (!varargs && far > 0) 869 if (!varargs && far >= 2) 905 if (!varargs && far > 0 && gar > 0) 980 if (!varargs) 1012 if (!varargs && far >= 2) 1048 if (!varargs && far > 0 && gar > 0) 1061 else if ((!varargs && far == 0 && gar >= 2) || (varargs && gar >= 2) [all...] |
| valops.c | 48 static int typecmp (bool staticp, bool varargs, int nargs, 1785 typecmp (bool staticp, bool varargs, int nargs, 1846 if (varargs || i == t2.size ()) 3222 bool varargs = false; 3235 varargs = TYPE_FN_FIELD_TYPE (methods, ix)->has_varargs (); 3240 varargs = functions[ix]->type ()->has_varargs (); 3257 varargs); 3220 bool varargs = false; variable
|
| stabsread.c | 3475 /* A type number of zero indicates the start of varargs. 4267 indicates a varargs function. But it doesn't say how 'g' 4423 int nargs, varargs; 4432 args = read_args (pp, ';', objfile, &nargs, &varargs); 4437 nargs, varargs); 4419 int nargs, varargs; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-typeprint.c | 259 int varargs = mtype->has_varargs (); 294 if (varargs) 559 /* Print out a trailing ellipsis for varargs functions. Ignore 257 int varargs = mtype->has_varargs (); local
|
| loongarch-tdep.c | 666 bool varargs = (func_type->has_varargs () && i >= func_type->num_fields ()); local 703 if (!varargs) 767 if (!varargs && far > 0) 850 if (!varargs && far > 0) 865 if (!varargs && far >= 2) 901 if (!varargs && far > 0 && gar > 0) 976 if (!varargs) 1008 if (!varargs && far >= 2) 1044 if (!varargs && far > 0 && gar > 0) 1057 else if ((!varargs && far == 0 && gar >= 2) || (varargs && gar >= 2) [all...] |
| stabsread.c | 990 /* A type number of zero indicates the start of varargs. 1782 indicates a varargs function. But it doesn't say how 'g' 1938 int nargs, varargs; 1947 args = read_args (pp, ';', objfile, &nargs, &varargs); 1952 nargs, varargs); 1934 int nargs, varargs; local
|
| valops.c | 49 static int typecmp (bool staticp, bool varargs, int nargs, 1786 typecmp (bool staticp, bool varargs, int nargs, 1847 if (varargs || i == t2.size ()) 3223 bool varargs = false; 3236 varargs = TYPE_FN_FIELD_TYPE (methods, ix)->has_varargs (); 3241 varargs = functions[ix]->type ()->has_varargs (); 3258 varargs); 3221 bool varargs = false; variable
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| GVN.cpp | 134 SmallVector<uint32_t, 4> varargs; member in struct:llvm::GVN::Expression 145 if (varargs != other.varargs) 153 hash_combine_range(Value.varargs.begin(), Value.varargs.end())); 297 e.varargs.push_back(lookupOrAdd(GCR->getOperand(0))); 298 e.varargs.push_back(lookupOrAdd(GCR->getBasePtr())); 299 e.varargs.push_back(lookupOrAdd(GCR->getDerivedPtr())); 302 e.varargs.push_back(lookupOrAdd(Op)); 310 if (e.varargs[0] > e.varargs[1] [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| stabs.c | 1531 bool varargs; local 1585 varargs = true; 1589 varargs = false; 1598 varargs); 1935 varargs encoding. This field can be safely ignored because 2741 bool varargs; local 2773 && debug_get_parameter_types (dhandle, type, &varargs) == NULL) 3011 bool varargs; local 3093 args = stab_demangle_argtypes (dhandle, info, *pphysname, &varargs, physname_len); 3098 varargs); 3766 bool varargs; member in struct:stab_demangle_info 4775 bool varargs; local 4810 bool varargs; local 5278 bool varargs; local 5452 bool varargs; local [all...] |
| debug.c | 202 bool varargs; member in struct:debug_function_type 264 bool varargs; member in struct:debug_method_type 1402 debug_type *arg_types, bool varargs) 1419 f->varargs = varargs; 1574 bool varargs) 1592 m->varargs = varargs; 2184 *pvarargs = type->u.kfunction->varargs; 2187 *pvarargs = type->u.kmethod->varargs; [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| stabs.c | 1531 bool varargs; local 1585 varargs = true; 1589 varargs = false; 1598 varargs); 1935 varargs encoding. This field can be safely ignored because 2741 bool varargs; local 2773 && debug_get_parameter_types (dhandle, type, &varargs) == NULL) 3011 bool varargs; local 3093 args = stab_demangle_argtypes (dhandle, info, *pphysname, &varargs, physname_len); 3098 varargs); 3766 bool varargs; member in struct:stab_demangle_info 4775 bool varargs; local 4810 bool varargs; local 5278 bool varargs; local 5452 bool varargs; local [all...] |
| debug.c | 202 bool varargs; member in struct:debug_function_type 264 bool varargs; member in struct:debug_method_type 1402 debug_type *arg_types, bool varargs) 1419 f->varargs = varargs; 1574 bool varargs) 1592 m->varargs = varargs; 2184 *pvarargs = type->u.kfunction->varargs; 2187 *pvarargs = type->u.kmethod->varargs; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| mtype.h | 586 VarArg varargs; member in struct:TRUST::ParameterList 606 static TypeFunction *create(Parameters *parameters, Type *treturn, VarArg varargs, LINK linkage, StorageClass stc = 0);
|
| /src/external/gpl3/binutils/dist/include/ |
| hp-symtab.h | 364 VARARGS is nonzero if the function uses varargs. 394 unsigned int varargs: 1; member in struct:dntt_type_function 902 VARARGS is nonzero if this function uses varargs. 913 unsigned int varargs: 1; member in struct:dntt_type_functype 1238 unsigned int varargs: 1; /* ellipses. Pascal/800 later */ member in struct:dntt_type_func_template 1286 unsigned int varargs: 1; /* ellipses. Pascal/800 later */ member in struct:dntt_type_doc_function
|
| /src/external/gpl3/binutils.old/dist/include/ |
| hp-symtab.h | 364 VARARGS is nonzero if the function uses varargs. 394 unsigned int varargs: 1; member in struct:dntt_type_function 902 VARARGS is nonzero if this function uses varargs. 913 unsigned int varargs: 1; member in struct:dntt_type_functype 1238 unsigned int varargs: 1; /* ellipses. Pascal/800 later */ member in struct:dntt_type_func_template 1286 unsigned int varargs: 1; /* ellipses. Pascal/800 later */ member in struct:dntt_type_doc_function
|
| /src/external/gpl3/gdb/dist/include/ |
| hp-symtab.h | 364 VARARGS is nonzero if the function uses varargs. 394 unsigned int varargs: 1; member in struct:dntt_type_function 902 VARARGS is nonzero if this function uses varargs. 913 unsigned int varargs: 1; member in struct:dntt_type_functype 1238 unsigned int varargs: 1; /* ellipses. Pascal/800 later */ member in struct:dntt_type_func_template 1286 unsigned int varargs: 1; /* ellipses. Pascal/800 later */ member in struct:dntt_type_doc_function
|
| /src/external/gpl3/gdb.old/dist/include/ |
| hp-symtab.h | 364 VARARGS is nonzero if the function uses varargs. 394 unsigned int varargs: 1; member in struct:dntt_type_function 902 VARARGS is nonzero if this function uses varargs. 913 unsigned int varargs: 1; member in struct:dntt_type_functype 1238 unsigned int varargs: 1; /* ellipses. Pascal/800 later */ member in struct:dntt_type_func_template 1286 unsigned int varargs: 1; /* ellipses. Pascal/800 later */ member in struct:dntt_type_doc_function
|
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| nvptx.cc | 1552 /* Declare a local var for outgoing varargs. */ 1831 track of whether calls involving static chains or varargs were seen 1840 rtx varargs = NULL_RTX; 1879 varargs = gen_reg_rtx (Pmode); 1880 emit_move_insn (varargs, stack_pointer_rtx); 1902 if (varargs) 1903 XVECEXP (pat, 0, vec_pos++) = gen_rtx_USE (VOIDmode, varargs); 1838 rtx varargs = NULL_RTX; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| nvptx.cc | 1542 /* Declare a local var for outgoing varargs. */ 1821 track of whether calls involving static chains or varargs were seen 1830 rtx varargs = NULL_RTX; 1869 varargs = gen_reg_rtx (Pmode); 1870 emit_move_insn (varargs, stack_pointer_rtx); 1892 if (varargs) 1893 XVECEXP (pat, 0, vec_pos++) = gen_rtx_USE (VOIDmode, varargs); 1828 rtx varargs = NULL_RTX; local
|