Home | History | Annotate | Download | only in AST

Lines Matching refs:counts

784   unsigned counts[] = {
793 counts[(unsigned)T->getTypeClass()]++;
799 if (counts[Idx]) \
800 llvm::errs() << " " << counts[Idx] << " " << #Name \
802 TotalBytes += counts[Idx] * sizeof(Name##Type); \