HomeSort by: relevance | last modified time | path
    Searched defs:format_ptr (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Signals.cpp 106 static FormattedNumber format_ptr(void *PC) { function
197 << ' ' << format_ptr(StackTrace[i]) << ' ';
  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched.cc 195 const char *format_ptr; local
216 format_ptr = GET_RTX_FORMAT (code);
219 switch (*format_ptr++)
  /src/external/gpl3/gcc/dist/gcc/
genconfig.cc 65 const char *format_ptr; local
154 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
157 switch (*format_ptr++)
print-rtl.cc 651 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); local
653 switch (format_ptr[idx])
757 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); local
759 switch (format_ptr[idx])
rtl.cc 291 const char *format_ptr;
338 format_ptr = GET_RTX_FORMAT (GET_CODE (copy));
341 switch (*format_ptr++)
288 const char *format_ptr; local
resource.cc 209 const char *format_ptr;
398 format_ptr = GET_RTX_FORMAT (code);
400 switch (*format_ptr++)
621 const char *format_ptr;
803 format_ptr = GET_RTX_FORMAT (code);
805 switch (*format_ptr++)
205 const char *format_ptr; local
615 const char *format_ptr; local
genoutput.cc 435 const char *format_ptr;
515 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
518 switch (*format_ptr++)
431 const char *format_ptr; local
read-rtl.cc 323 const char *format_ptr = GET_RTX_FORMAT (code);
325 switch (format_ptr[index])
584 const char *format_ptr, *p;
596 format_ptr = GET_RTX_FORMAT (GET_CODE (original));
597 for (i = 0; format_ptr[i] != 0; i++)
598 switch (format_ptr[i])
1666 const char *format_ptr;
1721 format_ptr = GET_RTX_FORMAT (code);
1770 /* Use the format_ptr to parse the various operands of this rtx. */
1771 for (int idx = 0; format_ptr[idx] != 0; idx++
322 const char *format_ptr = GET_RTX_FORMAT (code); local
583 const char *format_ptr, *p; local
1664 const char *format_ptr; local
    [all...]
cselib.cc 1873 const char *format_ptr;
2024 format_ptr = GET_RTX_FORMAT (code);
2027 switch (*format_ptr++)
1872 const char *format_ptr; local
read-rtl-function.cc 879 const char *format_ptr = GET_RTX_FORMAT (code); local
880 const char format_char = format_ptr[idx];
rtlanal.cc 987 const char *format_ptr;
1024 format_ptr = GET_RTX_FORMAT (code);
1029 switch (*format_ptr++)
982 const char *format_ptr; local
final.cc 4172 const char *format_ptr;
4215 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx));
4218 switch (*format_ptr++)
4154 const char *format_ptr; local
gensupport.cc 508 const char *format_ptr;
518 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
521 switch (*format_ptr++)
561 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (x));
563 switch (*format_ptr++)
713 const char *format_ptr;
737 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
741 switch (*format_ptr++)
505 const char *format_ptr; local
558 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (x)); local
710 const char *format_ptr; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched.cc 173 const char *format_ptr; local
194 format_ptr = GET_RTX_FORMAT (code);
197 switch (*format_ptr++)
  /src/external/gpl3/gcc.old/dist/gcc/
genconfig.cc 65 const char *format_ptr; local
154 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
157 switch (*format_ptr++)
print-rtl.cc 647 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); local
649 switch (format_ptr[idx])
753 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); local
755 switch (format_ptr[idx])
resource.cc 209 const char *format_ptr;
398 format_ptr = GET_RTX_FORMAT (code);
400 switch (*format_ptr++)
621 const char *format_ptr;
803 format_ptr = GET_RTX_FORMAT (code);
805 switch (*format_ptr++)
205 const char *format_ptr; local
615 const char *format_ptr; local
rtl.cc 291 const char *format_ptr;
338 format_ptr = GET_RTX_FORMAT (GET_CODE (copy));
341 switch (*format_ptr++)
288 const char *format_ptr; local
genoutput.cc 434 const char *format_ptr;
514 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
517 switch (*format_ptr++)
430 const char *format_ptr; local
read-rtl.cc 311 const char *format_ptr = GET_RTX_FORMAT (code);
313 switch (format_ptr[index])
553 const char *format_ptr, *p;
565 format_ptr = GET_RTX_FORMAT (GET_CODE (original));
566 for (i = 0; format_ptr[i] != 0; i++)
567 switch (format_ptr[i])
1617 const char *format_ptr;
1672 format_ptr = GET_RTX_FORMAT (code);
1721 /* Use the format_ptr to parse the various operands of this rtx. */
1722 for (int idx = 0; format_ptr[idx] != 0; idx++
310 const char *format_ptr = GET_RTX_FORMAT (code); local
552 const char *format_ptr, *p; local
1615 const char *format_ptr; local
    [all...]
cselib.cc 1833 const char *format_ptr;
1984 format_ptr = GET_RTX_FORMAT (code);
1987 switch (*format_ptr++)
1832 const char *format_ptr; local
read-rtl-function.cc 878 const char *format_ptr = GET_RTX_FORMAT (code); local
879 const char format_char = format_ptr[idx];
rtlanal.cc 989 const char *format_ptr;
1026 format_ptr = GET_RTX_FORMAT (code);
1031 switch (*format_ptr++)
984 const char *format_ptr; local
  /src/external/bsd/file/dist/src/
vasprintf.c 302 char *format_ptr; local
418 format_ptr = &(format_string[1]);
421 *format_ptr = '+';
422 format_ptr++;
425 *format_ptr = '-';
426 format_ptr++;
429 *format_ptr = ' ';
430 format_ptr++;
433 *format_ptr = '#';
434 format_ptr++
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_plane.c 522 uint32_t __user *format_ptr; local
559 format_ptr = (uint32_t __user *)(unsigned long)plane_resp->format_type_ptr;
560 if (copy_to_user(format_ptr,

Completed in 82 milliseconds

1 2