HomeSort by: relevance | last modified time | path
    Searched defs:arg_info (Results 1 - 13 of 13) sorted by relevancy

  /src/bin/ksh/
table.h 98 struct arg_info { struct
110 /*struct arg_info argi;*/
  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 530 struct c_arg_info *arg_info; member in union:c_declarator::__anon12608
c-decl.cc 5677 tree args = ce->u.arg_info->parms;
6806 struct c_arg_info *arg_info = 0;
7583 arg_info = declarator->u.arg_info;
7584 arg_types = grokparms (arg_info, really_funcdef);
7640 arg_info->no_named_args_stdarg_p);
7650 FOR_EACH_VEC_SAFE_ELT_REVERSE (arg_info->tags, ix, tag)
8133 current_function_arg_info = arg_info;
8381 grokparms (struct c_arg_info *arg_info, bool funcdef_flag)
8383 tree arg_types = arg_info->types
6780 struct c_arg_info *arg_info = 0; local
8488 struct c_arg_info *arg_info = build_arg_info (); local
11095 struct c_arg_info *arg_info = current_function_arg_info; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 476 struct c_arg_info *arg_info; member in union:c_declarator::__anon15229
c-decl.cc 5275 tree args = ce->u.arg_info->parms;
6319 struct c_arg_info *arg_info = 0;
7100 arg_info = declarator->u.arg_info;
7101 arg_types = grokparms (arg_info, really_funcdef);
7163 FOR_EACH_VEC_SAFE_ELT_REVERSE (arg_info->tags, ix, tag)
7678 current_function_arg_info = arg_info;
7877 grokparms (struct c_arg_info *arg_info, bool funcdef_flag)
7879 tree arg_types = arg_info->types;
7881 if (funcdef_flag && arg_info->had_vla_unspec
6293 struct c_arg_info *arg_info = 0; local
7981 struct c_arg_info *arg_info = build_arg_info (); local
10154 struct c_arg_info *arg_info = current_function_arg_info; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
z8k-opc.h 293 unsigned int arg_info[4]; member in struct:__anon10965
  /src/external/gpl3/binutils.old/dist/opcodes/
z8k-opc.h 293 unsigned int arg_info[4]; member in struct:__anon12412
  /src/external/gpl3/gdb.old/dist/opcodes/
z8k-opc.h 293 unsigned int arg_info[4]; member in struct:__anon21829
  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c 1701 struct argument_info *arg_info = local
1752 struct argument_info *info = &arg_info[i];
1832 struct argument_info *info = &arg_info[i];
  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c 1700 struct argument_info *arg_info = local
1751 struct argument_info *info = &arg_info[i];
1831 struct argument_info *info = &arg_info[i];
  /src/external/gpl3/gdb/dist/opcodes/
z8k-opc.h 293 unsigned int arg_info[4]; member in struct:__anon1335
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 8496 struct c_arg_info *arg_info;
8510 arg_info = get_parm_info (have_ellipsis, expr);
8513 return arg_info;
8492 struct c_arg_info *arg_info; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 8498 struct c_arg_info *arg_info;
8512 arg_info = get_parm_info (have_ellipsis, expr);
8515 return arg_info;
8494 struct c_arg_info *arg_info; local

Completed in 83 milliseconds