Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnspace.d162 override inout(Nspace) isNspace() inout in inout() argument
H A Ddsymbol.h65 class Nspace; variable
H A Dvisitor.h126 class Nspace; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnspace.c20 Nspace::Nspace(Loc loc, Identifier *ident, Dsymbols *members, bool mangleOnly) in Nspace() function
H A Ddsymbol.h63 class Nspace; variable
H A Dvisitor.h122 class Nspace; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp62 CodeGenSubRegIndex::CodeGenSubRegIndex(StringRef N, StringRef Nspace, in CodeGenSubRegIndex()