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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-restrict.cc 1449 char offstr[3][64]; local
1453 sprintf (offstr[0], HOST_WIDE_INT_PRINT_DEC,
1456 sprintf (offstr[0],
1463 sprintf (offstr[1],
1467 sprintf (offstr[1],
1473 sprintf (offstr[2], HOST_WIDE_INT_PRINT_DEC, ovloff[0]);
1475 sprintf (offstr[2],
1507 offstr[0], offstr[1], ovlsiz[0], offstr[2])
    [all...]
gimple-ssa-warn-access.cc 2007 char offstr[80]; local
2008 offstr[0] = '\0';
2013 sprintf (offstr, " %lli",
2016 sprintf (offstr, " [%lli, %lli]",
2023 dealloc_decl, aref.ref, offstr))
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-restrict.cc 1452 char offstr[3][64]; local
1456 sprintf (offstr[0], HOST_WIDE_INT_PRINT_DEC,
1459 sprintf (offstr[0],
1466 sprintf (offstr[1],
1470 sprintf (offstr[1],
1476 sprintf (offstr[2], HOST_WIDE_INT_PRINT_DEC, ovloff[0]);
1478 sprintf (offstr[2],
1510 offstr[0], offstr[1], ovlsiz[0], offstr[2])
    [all...]
gimple-ssa-warn-access.cc 2032 char offstr[80]; local
2033 offstr[0] = '\0';
2038 sprintf (offstr, " %lli",
2041 sprintf (offstr, " [%lli, %lli]",
2049 dealloc_decl, aref.ref, offstr))

Completed in 54 milliseconds