Home
last modified time | relevance | path

Searched refs:mem_pair_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmem-stats.h193 typedef std::pair<mem_location *, mem_usage *> mem_pair_t; in compare() typedef
195 const mem_pair_t f = *(const mem_pair_t *)first; in compare()
196 const mem_pair_t s = *(const mem_pair_t *)second; in compare()
H A Dggc-common.cc1224 typedef std::pair<mem_location *, ggc_usage *> mem_pair_t; typedef in ggc_usage
1230 const mem_pair_t mem1 = *(const mem_pair_t *) first; in compare()
1231 const mem_pair_t mem2 = *(const mem_pair_t *) second; in compare()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmem-stats.h193 typedef std::pair<mem_location *, mem_usage *> mem_pair_t; in compare() typedef
195 const mem_pair_t f = *(const mem_pair_t *)first; in compare()
196 const mem_pair_t s = *(const mem_pair_t *)second; in compare()
H A Dggc-common.c951 typedef std::pair<mem_location *, ggc_usage *> mem_pair_t; typedef
957 const mem_pair_t mem1 = *(const mem_pair_t *) first; in compare()
958 const mem_pair_t mem2 = *(const mem_pair_t *) second; in compare()