Searched refs:tfirst (Results 1 – 2 of 2) sorted by relevance
3724 Type *tfirst; in parseDeclarations() local3950 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()
4443 AST.Type tfirst = null; variable4457 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…