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

  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 512 gt_pch_save (FILE *f)
726 void (*pch_save) (FILE *) = &gt_pch_save;
925 if (pch_save != &gt_pch_save)
927 uintptr_t binbias = (uintptr_t) &gt_pch_save - (uintptr_t) pch_save;
959 Select no address whatsoever, and let gt_pch_save choose what it will with
511 gt_pch_save (FILE *f) function
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 496 gt_pch_save (FILE *f)
704 void (*pch_save) (FILE *) = &gt_pch_save;
903 if (pch_save != &gt_pch_save)
905 uintptr_t binbias = (uintptr_t) &gt_pch_save - (uintptr_t) pch_save;
937 Select no address whatsoever, and let gt_pch_save choose what it will with
495 gt_pch_save (FILE *f) function

Completed in 17 milliseconds