Searched refs:arglist (Results 76 - 100 of 331) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/include/
H A Dhp-symtab.h1175 points to a list of template members. It also has an arglist
1191 dnttpointer arglist ; /* ptr to argument list */ member in struct:dntt_type_template
1247 dnttpointer arglist ; /* ptr to argument list */ member in struct:dntt_type_func_template
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dhp-symtab.h1175 points to a list of template members. It also has an arglist
1191 dnttpointer arglist ; /* ptr to argument list */ member in struct:dntt_type_template
1247 dnttpointer arglist ; /* ptr to argument list */ member in struct:dntt_type_func_template
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpdb.h333 uint32_t arglist; member in struct:lf_procedure
347 uint32_t arglist; member in struct:lf_mfunction
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dhp-symtab.h1175 points to a list of template members. It also has an arglist
1191 dnttpointer arglist ; /* ptr to argument list */ member in struct:dntt_type_template
1247 dnttpointer arglist ; /* ptr to argument list */ member in struct:dntt_type_func_template
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dlocal.c378 union arglist *al;
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dproc.c203 p->entrypoint.arglist = args;
377 for(p = ep->arglist ; p ; p = p->chain.nextp)
381 for(p = ep->arglist ; p ; p = p->chain.nextp)
H A Ddefs.h208 chainp arglist;
207 chainp arglist; member in struct:entrypoint
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c128 static void alprint(union arglist *al, int in);
575 union arglist *al, *al2, *alb;
625 alb = al2 = tmpalloc(sizeof(union arglist) * nparams * 3 + 1);
1953 static union arglist *
1954 arglist(NODE *n) function
1956 union arglist *al;
1963 printf("arglist %p\n", n);
1993 al = permalloc(sizeof(union arglist) * num);
2037 cerror("arglist: k%d > num%d", k, num);
2080 dim.dfun = arglist(
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dcpexprs.exp.tcl159 proc ctor { type arglist } {
160 if { $arglist != "" } {
161 set arglist ", $arglist"
163 return "[ctor_prefix $type]$arglist)"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dada-exp.y146 %type <lval> arglist tick_arglist
207 primary : primary '(' arglist ')'
213 | var_or_type '(' arglist ')'
305 arglist : { $$ = 0; }
308 arglist : exp
312 | arglist ',' exp
314 | arglist ',' NAME ARROW exp
304 arglist : { $$ = 0; } label
307 arglist : exp label
H A Dc-exp.y547 arglist ')' %prec ARROW
583 arglist ')' %prec ARROW
596 arglist :
599 arglist : exp
603 arglist : arglist ',' exp %prec ABOVE_COMMA
662 exp : lcurly arglist rcurly %prec ARROW
595 arglist : label
598 arglist : exp label
602 arglist : arglist ',' exp %prec ABOVE_COMMA label
H A Dp-exp.y340 arglist ')' %prec ARROW
351 arglist :
354 | arglist ',' exp %prec ABOVE_COMMA
350 arglist : label
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcpexprs.exp.tcl158 proc ctor { type arglist } {
159 if { $arglist != "" } {
160 set arglist ", $arglist"
162 return "[ctor_prefix $type]$arglist)"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c7640 coerce_template_args_for_ttp (tree templ, tree arglist, argument
7679 arglist = add_to_template_args (outer, arglist);
7682 return coerce_template_parms (parmlist, arglist, templ,
9514 lookup_template_function (tree fns, tree arglist) argument
9516 if (fns == error_mark_node || arglist == error_mark_node)
9519 gcc_assert (!arglist || TREE_CODE (arglist) == TREE_VEC);
9532 arglist);
9536 return build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, arglist);
9610 lookup_template_class_1(tree d1, tree arglist, tree in_decl, tree context, int entering_scope, tsubst_flags_t complain) argument
10141 lookup_template_class(tree d1, tree arglist, tree in_decl, tree context, int entering_scope, tsubst_flags_t complain) argument
10155 lookup_template_variable(tree templ, tree arglist) argument
10171 tree arglist = TREE_OPERAND (var, 1); local
10188 diagnose_constraints (location_of (var), templ, arglist); local
10911 tree template_id, arglist, fns; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc7837 coerce_template_args_for_ttp (tree templ, tree arglist, argument
7876 arglist = add_to_template_args (outer, arglist);
7879 return coerce_template_parms (parmlist, arglist, templ,
9741 lookup_template_function (tree fns, tree arglist) argument
9743 if (fns == error_mark_node || arglist == error_mark_node)
9746 gcc_assert (!arglist || TREE_CODE (arglist) == TREE_VEC);
9760 arglist);
9764 return build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, arglist);
9838 lookup_template_class_1(tree d1, tree arglist, tree in_decl, tree context, int entering_scope, tsubst_flags_t complain) argument
10384 lookup_template_class(tree d1, tree arglist, tree in_decl, tree context, int entering_scope, tsubst_flags_t complain) argument
10398 lookup_template_variable(tree templ, tree arglist) argument
10414 tree arglist = TREE_OPERAND (var, 1); local
10429 diagnose_constraints (location_of (var), templ, arglist); local
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dscp.c130 arglist args;
131 arglist remote_remote_args;
216 do_local_cmd(arglist *a)
996 arglist alist;
1190 arglist alist;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c2775 tree arglist = TYPE_ARG_TYPES (TREE_TYPE (gs_info->decl)); local
2777 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
2778 tree ptrtype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
2779 tree idxtype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
7557 tree arglist = TYPE_ARG_TYPES (TREE_TYPE (gs_info.decl)); local
[all...]
H A Dattribs.c892 sorted_attr_string (tree arglist)
902 for (arg = arglist; arg; arg = TREE_CHAIN (arg))
907 if (arg != arglist)
916 for (arg = arglist; arg; arg = TREE_CHAIN (arg))
891 sorted_attr_string(tree arglist) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dc-exp.y557 arglist ')' %prec ARROW
585 arglist ')' %prec ARROW
600 arglist :
603 arglist : exp
607 arglist : arglist ',' exp %prec ABOVE_COMMA
657 exp : lcurly arglist rcurly %prec ARROW
599 arglist : label
602 arglist : exp label
606 arglist : arglist ',' exp %prec ABOVE_COMMA label
H A Dada-exp.y455 %type <lval> arglist tick_arglist
542 primary : primary '(' arglist ')'
544 | var_or_type '(' arglist ')'
643 arglist : { $$ = 0; }
646 arglist : exp
650 | arglist ',' exp
652 | arglist ',' NAME ARROW exp
642 arglist : { $$ = 0; } label
645 arglist : exp label
H A Dp-exp.y333 arglist ')' %prec ARROW
345 arglist :
348 | arglist ',' exp %prec ABOVE_COMMA
344 arglist : label
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dgp-display-text.cc692 char *arglist[MAXARGS]; local
707 arglist[i] = NULL;
743 arglist[nargs++] = parse_qstring (nextarg, &end_cmd);
764 proc_cmd (cmd_type, cparam, arglist[0], arglist[1], NULL, NULL,
789 proc_cmd (cmd_type, cparam, arglist[0], arglist[1]);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-display-text.cc697 char *arglist[MAXARGS]; local
712 arglist[i] = NULL;
748 arglist[nargs++] = parse_qstring (nextarg, &end_cmd);
769 proc_cmd (cmd_type, cparam, arglist[0], arglist[1], NULL, NULL,
794 proc_cmd (cmd_type, cparam, arglist[0], arglist[1]);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-stmts.cc2810 tree arglist = TYPE_ARG_TYPES (TREE_TYPE (gs_info->decl)); local
2812 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
2813 tree ptrtype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
2814 tree idxtype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
7703 tree arglist = TYPE_ARG_TYPES (TREE_TYPE (gs_info.decl)); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.cc2512 tree arglist, hidden_arglist; local
2520 arglist = NULL_TREE;
2536 arglist = chainon (arglist, parm);
2607 arglist = chainon (arglist, parm);
2613 arglist = chainon (arglist, length);
2863 arglist = chainon (arglist, par
3274 vec<tree, va_gc> *arglist; local
6211 tree tmp, decl, result_decl, argc, argv, typelist, arglist; local
[all...]

Completed in 741 milliseconds

1234567891011>>