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

  /src/external/gpl3/gdb/dist/gdbsupport/
format.h 41 int_arg, long_arg, long_long_arg, size_t_arg, ptr_arg, enumerator in enum:argclass
  /src/external/gpl3/gdb.old/dist/gdbsupport/
format.h 41 int_arg, long_arg, long_long_arg, size_t_arg, ptr_arg, enumerator in enum:argclass
  /src/external/gpl2/groff/dist/src/libs/snprintf/
snprintf.c 803 void *ptr_arg = NULL;
831 ptr_arg = va_arg(ap, void *);
832 if (ptr_arg != NULL) arg_sign = 1;
939 if (fmt_spec == 'p') sprintf_l=sprintf(tmp+str_arg_l, f, ptr_arg);
802 void *ptr_arg = NULL; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-nds32.c 3664 const char *ptr_arg = NULL;
3702 ptr_arg = strchr (arg, '=');
3704 if (ptr_arg)
3707 if (ptr_arg != NULL)
3708 ptr_arg++;
3711 if (strncmp (arg, coarse_tune->name, (ptr_arg - arg)) == 0)
3713 coarse_tune->func (ptr_arg);
3657 const char *ptr_arg = NULL; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.c 3663 const char *ptr_arg = NULL;
3701 ptr_arg = strchr (arg, '=');
3703 if (ptr_arg)
3706 if (ptr_arg != NULL)
3707 ptr_arg++;
3710 if (strncmp (arg, coarse_tune->name, (ptr_arg - arg)) == 0)
3712 coarse_tune->func (ptr_arg);
3656 const char *ptr_arg = NULL; local
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 10845 function_arg_info ptr_arg (ptype, Pmode, /*named=*/true);
10846 sh_function_arg_advance (pack_cumulative_args (&cum), ptr_arg);
10848 function_arg_info ptr_arg (ptr_type_node, Pmode, /*named=*/true);
10849 this_rtx = sh_function_arg (pack_cumulative_args (&cum), ptr_arg);
10824 sh_function_arg_advance (pack_cumulative_args (&cum), ptr_arg); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 10844 function_arg_info ptr_arg (ptype, Pmode, /*named=*/true);
10845 sh_function_arg_advance (pack_cumulative_args (&cum), ptr_arg);
10847 function_arg_info ptr_arg (ptr_type_node, Pmode, /*named=*/true);
10848 this_rtx = sh_function_arg (pack_cumulative_args (&cum), ptr_arg);
10823 sh_function_arg_advance (pack_cumulative_args (&cum), ptr_arg); local

Completed in 163 milliseconds