Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h891 bool repush = !outer; variable
893 if (!parent::operator++ () && !repush)
896 repush = true;
899 if (repush)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h945 bool repush = !outer; variable
947 if (!parent::operator++ () && !repush)
950 repush = true;
953 if (repush)
H A DChangeLog-20202291 * pt.c (instantiate_class_template_1): Do not repush and unhide