Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc1618 if (!(flags & STF_STRIP_DEPENDENT) in strip_typedefs()
1823 flags |= STF_STRIP_DEPENDENT; in strip_typedefs()
H A DChangeLog-2019923 * cp-tree.h (STF_STRIP_DEPENDENT): New constant.
924 * tree.c (strip_typedefs): Add STF_STRIP_DEPENDENT to the flags
H A Dcp-tree.h6068 const unsigned int STF_STRIP_DEPENDENT = 1U << 1; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c1534 if (!(flags & STF_STRIP_DEPENDENT) in strip_typedefs()
1723 flags |= STF_STRIP_DEPENDENT; in strip_typedefs()
H A Dcp-tree.h5836 const unsigned int STF_STRIP_DEPENDENT = 1U << 1; variable