Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc11781 vec<tree, va_gc> *vbase_vec = NULL; in read_class_def() local
11813 vec_alloc (vbase_vec, nvbases); in read_class_def()
11816 vbase_vec->quick_push (child); in read_class_def()
11948 CLASSTYPE_VBASECLASSES (type) = vbase_vec; in read_class_def()