Searched refs:seen_p (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c198 static bool seen_p (tree scope) function
210 gcc_checking_assert (seen_p (scope));
215 bool ret = seen_p (scope);
379 gcc_checking_assert (!seen_p (scope));
585 /* We do not check seen_p here, as that was already set during the
620 if (seen_p (scope))
776 if (seen_p (scope))
H A Dtree.c3290 replace_placeholders (tree exp, tree obj, bool *seen_p /*= NULL*/)
3309 if (seen_p)
3310 *seen_p = data.seen;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc3502 replace_placeholders (tree exp, tree obj, bool *seen_p /*= NULL*/)
3521 if (seen_p)
3522 *seen_p = data.seen;
H A Dname-lookup.cc486 static bool seen_p (tree scope) function in class:name_lookup
498 gcc_checking_assert (seen_p (scope));
503 bool ret = seen_p (scope);
661 gcc_checking_assert (!seen_p (scope));
1027 /* We do not check seen_p here, as that was already set during the
1062 if (seen_p (scope))

Completed in 161 milliseconds