Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.h110 DArray<Identifier*> pkg_identifiers; variable
H A Dattrib.d605 extern (D) this(const ref Loc loc, Identifier[] pkg_identifiers, Dsymbols* decl) in this()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h115 Identifiers* pkg_identifiers; variable
H A Dattrib.c595 ProtDeclaration::ProtDeclaration(Loc loc, Identifiers* pkg_identifiers, Dsymbols *decl) in ProtDeclaration()