Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dname-lookup.c3807 tree todo_maybe = NULL_TREE; in qualified_lookup_using_namespace() local
3842 && !purpose_member (TREE_PURPOSE (usings), todo_maybe)) in qualified_lookup_using_namespace()
3843 todo_maybe = tree_cons (TREE_PURPOSE (usings), NULL_TREE, in qualified_lookup_using_namespace()
3844 todo_maybe); in qualified_lookup_using_namespace()
3851 else if (todo_maybe in qualified_lookup_using_namespace()
3854 scope = TREE_PURPOSE (todo_maybe); in qualified_lookup_using_namespace()
3855 todo = TREE_CHAIN (todo_maybe); in qualified_lookup_using_namespace()
3856 todo_maybe = NULL_TREE; in qualified_lookup_using_namespace()