Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dlto-streamer.h540 struct res_pair struct
545 typedef struct res_pair res_pair; typedef
547 DEF_VEC_O(res_pair);
548 DEF_VEC_ALLOC_O(res_pair, heap);
588 VEC(res_pair, heap) * GTY((skip)) respairs;
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlto-streamer.h540 struct res_pair struct
582 vec<res_pair> GTY((skip)) respairs;
/dflybsd-src/contrib/gcc-4.7/gcc/lto/
H A Dlto.c1039 res_pair rp; in lto_resolution_read()
1069 VEC_safe_push (res_pair, heap, file_data->respairs, &rp); in lto_resolution_read()
1153 res_pair *rp; in lto_file_finalize()
1160 for (i = 0; VEC_iterate (res_pair, file_data->respairs, i, rp); i++) in lto_file_finalize()
1162 VEC_free (res_pair, heap, file_data->respairs); in lto_file_finalize()
/dflybsd-src/contrib/gcc-8.0/gcc/lto/
H A Dlto.c1978 res_pair rp; in lto_resolution_read()
2098 res_pair *rp; in lto_file_finalize()