Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h790 const bool allow_inner; /* Only used when checking. */ variable
794 : ovl (o), allow_inner (allow) in ovl()
818 gcc_checking_assert (allow_inner || TREE_CODE (fn) != OVERLOAD);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h822 const bool allow_inner; /* Only used when checking. */ variable
826 : ovl (o), allow_inner (allow) in ovl()
845 gcc_checking_assert (allow_inner || TREE_CODE (fn) != OVERLOAD);
H A DChangeLog-20173407 (ovl_iterator): Add allow_inner field. Adjust ctor. Make