Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c2360 lookup_tag (code, name, binding_level, thislevel_only) in lookup_tag() argument
2364 int thislevel_only;
2394 if (thislevel_only)
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c2645 lookup_tag (enum tree_code code, tree name, int thislevel_only) in lookup_tag() argument
2655 if (thislevel_only || TREE_CODE (b->decl) != code) in lookup_tag()
2666 if (thislevel_only && !thislevel) in lookup_tag()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c5671 lookup_tag (form, name, binding_level, thislevel_only) in lookup_tag() argument
5675 int thislevel_only;
5708 if (thislevel_only && !allow_template_parms_p
5734 if (thislevel_only || tail == global_namespace)
5754 if (thislevel_only && ! level->tag_transparent)