Home | History | Annotate | Download | only in AST

Lines Matching refs:TotalBytes

841   unsigned TotalBytes = 0;
846 TotalBytes += counts[Idx] * sizeof(Name##Type); \
851 llvm::errs() << "Total bytes = " << TotalBytes << "\n";