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

/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.c1775 cxx_scope_find_binding_for_name (cxx_scope *scope, tree name)
1796 result = cxx_scope_find_binding_for_name (scope, name);
2914 binding = cxx_scope_find_binding_for_name (NAMESPACE_LEVEL (scope), name);
3701 cxx_scope_find_binding_for_name (NAMESPACE_LEVEL (scope), name);
3790 cxx_scope_find_binding_for_name (NAMESPACE_LEVEL (used), name);
3820 cxx_scope_find_binding_for_name (NAMESPACE_LEVEL (scope), name);
4160 iter = cxx_scope_find_binding_for_name
1772 cxx_scope_find_binding_for_name (cxx_scope *scope, tree name) function

Completed in 111 milliseconds