Home
last modified time | relevance | path

Searched refs:ggc_alloc_rtvec_sized (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc.h294 #define ggc_alloc_rtvec_sized(NELT) \ macro
H A Drtl.c165 rt = ggc_alloc_rtvec_sized (n); in rtvec_alloc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc.h302 #define ggc_alloc_rtvec_sized(NELT) \ macro
H A Drtl.cc168 rt = ggc_alloc_rtvec_sized (n); in rtvec_alloc()
H A DChangeLog-201114389 * ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def
14405 * ggc.h (ggc_alloc_rtvec_sized): Change arguments of
H A DChangeLog-201027014 (ggc_alloc_rtvec_sized): New.