HomeSort by: relevance | last modified time | path
    Searched refs:num_args (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
gen_bind_includers.pl 11 for ($num_args = 2; $num_args <= $max; ++$num_args) {
12 $template_params .= ", typename _U$num_args";
13 $template_args .= ", _U$num_args";
14 $params .= ", _U$num_args& __u$num_args";
15 $args .= ", __u$num_args";
16 print "#define _GLIBCXX_BIND_NUM_ARGS $num_args\n";
gen_includers2.pl 11 for ($num_args = 2; $num_args <= $max; ++$num_args) {
12 $template_params .= ", typename _U$num_args";
13 $template_args .= ", _U$num_args";
14 $params .= ", _U$num_args& __u$num_args";
15 $args .= ", __u$num_args";
16 print "#define _GLIBCXX_BIND_NUM_ARGS $num_args\n";
gen_includers.pl 26 for ($num_args = 2; $num_args <= $max; ++$num_args) {
27 $prev_args = $num_args - 1;
28 $next_args = $num_args + 1;
33 $template_params .= ", typename _T$num_args";
35 $template_args .= ", _T$num_args";
36 $params .= ", _T$num_args __a$num_args";
37 $ref_params .=", _T$num_args& __a$num_args"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.cc 150 unsigned num_args = gimple_call_num_args (call_stmt); local
151 auto_vec<tree> args (num_args);
152 for (unsigned i = 0; i < num_args; i++)
163 num_args, args.address ());
230 unsigned int num_args)
238 return is_named_call_p (fndecl, funcname, call, num_args);
322 const gcall *call, unsigned int num_args)
330 if (gimple_call_num_args (call) != num_args)
340 const gcall *call, unsigned int num_args)
348 if (gimple_call_num_args (call) != num_args)
    [all...]
analyzer.h 284 unsigned int num_args);
287 const gcall *call, unsigned int num_args);
290 const gcall *call, unsigned int num_args);
  /src/external/gpl2/lvm2/dist/tools/
lvm.c 97 while (match_no < com->num_args) {
111 if (match_no < com->num_args)
112 match_no = com->num_args;
114 while (match_no - com->num_args < com->num_args) {
117 com->valid_args[match_no++ - com->num_args])->long_arg;
tools.h 132 int num_args; member in struct:command
  /src/external/bsd/unbound/dist/util/
configlexer.lex 38 num_args=(nargs); \
39 LEXOUT(("v(%s%d) ", yytext, num_args)); \
40 if(num_args > 0) { BEGIN(val); } \
53 static int num_args = 0;
61 num_args = 0;
616 if(--num_args == 0) { BEGIN(INITIAL); }
624 if(--num_args == 0) { BEGIN(INITIAL); }
637 if(--num_args == 0) { BEGIN(INITIAL); }
645 if(--num_args == 0) { BEGIN(INITIAL); }
730 if(--num_args == 0) { BEGIN(INITIAL);
    [all...]
  /src/external/gpl3/binutils/dist/include/som/
lst.h 65 unsigned char num_args; member in struct:som_external_lst_symbol_record
  /src/external/gpl3/binutils.old/dist/include/som/
lst.h 65 unsigned char num_args; member in struct:som_external_lst_symbol_record
  /src/external/gpl3/gcc.old/dist/gcc/cp/
g++spec.cc 145 unsigned int num_args = 1; local
292 num_args = argc + added + need_math + (library > 0) * 4 + 1;
299 num_args += 4;
300 new_decoded_options = XNEWVEC (struct cl_decoded_option, num_args);
vtable-class-hierarchy.cc 764 int num_args = vtbl_ptr_array->length(); local
770 num_args);
777 vec_alloc (array_elements, num_args);
791 for (k = 0; k < num_args; ++k)
811 num_args),
823 int num_args = vtbl_ptr_array->length(); local
826 if (num_args == 0)
  /src/usr.bin/rpcgen/
rpc_parse.c 157 int num_args; local
184 num_args = 1;
189 get_prog_declaration(&dec, DEF_PROGRAM, num_args);
198 num_args++;
200 num_args);
209 if (!newstyle && num_args > 1) {
212 if (isvoid && num_args > 1) {
221 plist->arg_num = num_args;
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
vms.h 138 typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info;
151 (CUM).num_args = 0; \
137 typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info; member in struct:__anon10321
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-spec.cc 105 unsigned int num_args = 1; local
334 num_args = argc + need_stdcxx + shared_libgcc
336 new_decoded_options = XNEWVEC (cl_decoded_option, num_args);
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2ctf.cc 646 uint32_t num_args = 0; local
672 num_args += 1;
676 num_args += 1;
683 func_info.ctc_argc = num_args;
708 gcc_assert (i == num_args - 1);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-builtins.cc 561 int num_args, ...)
565 recording::type **param_types = new recording::type *[num_args];
569 va_start (list, num_args);
570 for (i = 0; i < num_args; ++i)
585 num_args,
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 1193 int num_args = 0; local
1199 num_args = 3;
1205 num_args = 2;
1210 num_args = 1;
1215 switch (num_args)
1235 switch (num_args)
1258 switch (num_args)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 1193 int num_args = 0; local
1199 num_args = 3;
1205 num_args = 2;
1210 num_args = 1;
1215 switch (num_args)
1235 switch (num_args)
1258 switch (num_args)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-c.cc 38 unsigned num_args = list_length (TYPE_ARG_TYPES (TREE_TYPE (fndecl))) - 1; local
52 if (param_num != num_args)
  /src/external/gpl2/groff/dist/src/devices/xditview/
Dvi.c 200 ArgList args, Cardinal *num_args)
238 num_args = num_args;
354 ArgList args, Cardinal *num_args)
396 num_args = num_args;
  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 169 Cardinal *num_args,
1022 static Boolean cvtStringToTabsOrientation(Display * display,XrmValuePtr args,Cardinal * num_args,XrmValuePtr from,XrmValuePtr to,XtPointer * converter_data)
1024 static Boolean cvtStringToTabsOrientation(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr args;Cardinal * num_args;XrmValuePtr from;XrmValuePtr to;XtPointer * converter_data;
1044 if (*num_args != 0)
1063 static Boolean cvtTabsOrientationToString(Display * display,XrmValuePtr args,Cardinal * num_args,XrmValuePtr from,XrmValuePtr to,XtPointer * converter_data)
1065 static Boolean cvtTabsOrientationToString(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr args;Cardinal * num_args;XrmValuePtr from;XrmValuePtr to;XtPointer * converter_data;
1070 if (*num_args != 0)
1265 static void initialize(Widget request,Widget self,ArgList args,Cardinal * num_args)
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 392 int num_args;
397 num_args = array_len (def->arglist);
402 if (num_args < array_len (arglist))
390 int num_args; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 1592 int num, num_args = 0, have_args = true, have_ellipsis = false; local
1599 num_args++;
1605 num_args++;
1611 num_args--;
1614 num_args = 1;
1616 if (num_args > 2)
1619 if (num_args > 0)
1631 if (num < num_args)
1648 for (num = 1; num <= num_args; num++)
1689 if (num < num_args)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.h 212 int num_args; /* Number of args of current call. */
209 int num_args; \/* Number of args of current call. *\/ variable

Completed in 72 milliseconds

1 2 3