Home
last modified time | relevance | path

Searched refs:visdecl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c3107 tree visdecl = b->decl; in pushdecl() local
3108 tree vistype = TREE_TYPE (visdecl); in pushdecl()
3118 if (TREE_PUBLIC (x) && TREE_PUBLIC (visdecl)) in pushdecl()
3174 tree visdecl = NULL_TREE; in pushdecl() local
3180 visdecl = b->decl; in pushdecl()
3181 vistype = TREE_TYPE (visdecl); in pushdecl()
3261 if (visdecl && !b && duplicate_decls (x, visdecl)) in pushdecl()
3269 x = visdecl; in pushdecl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc3148 tree visdecl = b->decl; in pushdecl() local
3149 tree vistype = TREE_TYPE (visdecl); in pushdecl()
3159 if (TREE_PUBLIC (x) && TREE_PUBLIC (visdecl)) in pushdecl()
3215 tree visdecl = NULL_TREE; in pushdecl() local
3221 visdecl = b->decl; in pushdecl()
3222 vistype = TREE_TYPE (visdecl); in pushdecl()
3301 if (visdecl && !b && duplicate_decls (x, visdecl)) in pushdecl()
3309 x = visdecl; in pushdecl()