Lines Matching refs:Taarray
1586 … (prmtype->ty == Taarray && (taai = ((TypeAArray *)prmtype)->index)->ty == Tident && in deduceFunctionTemplateMatch()
1671 (prmtype->ty == Tsarray || prmtype->ty == Taarray)) in deduceFunctionTemplateMatch()
1713 case Taarray: in deduceFunctionTemplateMatch()
1722 else if (tb->ty == Taarray) in deduceFunctionTemplateMatch()
3421 if (wm && t->ty == Taarray && tparam->isWild()) in deduceType()
3488 else if (tparam->ty == Taarray) in deduceType()
3519 if (tparam && tparam->ty == Taarray) in deduceType()
3983 (tb->ty == Tsarray && tparam->ty == Taarray)) in deduceType()
4329 (tparam->ty == Taarray && (taai = ((TypeAArray *)tparam)->index)->ty == Tident && in deduceType()
4384 (tparam->ty == Taarray && (taai = ((TypeAArray *)tparam)->index)->ty == Tident && in deduceType()
4396 if (tparam->ty == Taarray && e->keys && e->keys->dim) in deduceType()
4508 (tparam->ty == Taarray && (taai = ((TypeAArray *)tparam)->index)->ty == Tident && in deduceType()