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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c2351 /* Push DECL into nonclass LEVEL BINDING or SLOT. OLD is the current
6441 lookup_name_real_1 (tree name, int prefer_type, int nonclass, bool block_p,
6483 nonclass = 1;
6485 if (block_p || !nonclass)
6486 for (iter = outer_binding (name, NULL, !nonclass);
6488 iter = outer_binding (name, iter, !nonclass))
6493 if (LOCAL_BINDING_P (iter) ? !block_p : nonclass)
6550 innermost enclosing nonclass scope.
6581 lookup_name_real (tree name, int prefer_type, int nonclass, bool block_p,
6586 ret = lookup_name_real_1 (name, prefer_type, nonclass, block_
6436 lookup_name_real_1(tree name, int prefer_type, int nonclass, bool block_p, int namespaces_only, int flags) argument
6576 lookup_name_real(tree name, int prefer_type, int nonclass, bool block_p, int namespaces_only, int flags) argument
[all...]

Completed in 110 milliseconds