Home
last modified time | relevance | path

Searched defs:invisible (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c212 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */ member
482 bind (tree name, tree decl, struct c_scope *scope, bool invisible, bool nested) in bind()