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

/openbsd-current/gnu/gcc/gcc/cp/
H A Dname-lookup.c3939 lookup_name_real (tree name, int prefer_type, int nonclass, bool block_p,
3980 nonclass = 1;
3982 if (block_p || !nonclass)
3983 for (iter = outer_binding (name, NULL, !nonclass);
3985 iter = outer_binding (name, iter, !nonclass))
3990 if (LOCAL_BINDING_P (iter) ? !block_p : nonclass)
3934 lookup_name_real(tree name, int prefer_type, int nonclass, bool block_p, int namespaces_only, int flags) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c6449 lookup_name_real (name, prefer_type, nonclass, namespaces_only)
6451 int prefer_type, nonclass, namespaces_only;
6584 nonclass = 1;
6590 if (!LOCAL_BINDING_P (iter) && nonclass)
6622 if (!val && !nonclass && current_class_type)
6687 /* type-or-namespace, nonclass, namespace_only */

Completed in 590 milliseconds