Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c3724 Type *tfirst; in parseDeclarations() local
3950 tfirst = NULL; in parseDeclarations()
3969 if (!tfirst) in parseDeclarations()
3970 tfirst = t; in parseDeclarations()
3971 else if (t != tfirst) in parseDeclarations()
3973 tfirst->toChars(), t->toChars()); in parseDeclarations()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d4443 AST.Type tfirst = null; variable
4457 if (!tfirst)
4458 tfirst = t;
4459 else if (t != tfirst)
4460 …error("multiple declarations must have the same type, not `%s` and `%s`", tfirst.toChars(), t.toCh…