Lines Matching defs:table_info
677 VarInfo* table_info = GetVarInfo(Consume());
678 if (table_info->kind == VarKind::kTable) {
679 if (table_info->function_defined) {
682 table_info->function_defined = true;
683 } else if (table_info->kind != VarKind::kUnused) {
699 if (table_info->kind == VarKind::kTable) {
700 if (count >= static_cast<uint64_t>(table_info->mask) + 1) {
703 if (!info->type->IsA(table_info->type)) {
707 0, static_cast<uint32_t>(table_info->index + count), info->index,
719 if (table_info->kind == VarKind::kTable &&
720 count != static_cast<uint64_t>(table_info->mask) + 1) {