Searched defs:tqual (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | lex.c | 98 #define kwdef_tqual(name, tqual, since, gcc, deco) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtemplate.d | 7637 TypeQualified tqual; variable 7639 extern (D) this(const ref Loc loc, Identifier ident, TypeQualified tqual, Objects* tiargs) in this()
|
H A D | dsymbolsem.d | 3950 auto tqual = new TypeIdentifier(funcdecl.loc, Id.CMain); in funcDeclarationSemantic() local
|
H A D | parse.d | 1650 AST.TypeQualified tqual = null; in parseMixin() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.c | 2652 TypeQualified *tqual = NULL; in parseMixin() local
|
H A D | dtemplate.c | 8248 TemplateMixin::TemplateMixin(Loc loc, Identifier *ident, TypeQualified *tqual, Objects *tiargs) in TemplateMixin()
|