Searched refs:LOOKUP_FOUND_P (Results 1 – 2 of 2) sorted by relevance
204 return LOOKUP_FOUND_P (scope); in found_p()211 LOOKUP_FOUND_P (scope) = true; in mark_found()307 if (LOOKUP_FOUND_P (decl)) in preserve_state()309 LOOKUP_FOUND_P (decl) = false; in preserve_state()337 LOOKUP_FOUND_P (decl) = false; in restore_state()357 && !LOOKUP_FOUND_P (decl)); in restore_state()358 LOOKUP_FOUND_P (decl) = true; in restore_state()364 gcc_checking_assert (!LOOKUP_FOUND_P (decl)); in restore_state()387 bool result = LOOKUP_FOUND_P (scope); in find_and_mark()390 LOOKUP_FOUND_P (scope) = true; in find_and_mark()
656 #define LOOKUP_FOUND_P(NODE) \ macro