reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/MicrosoftCXXABI.cpp
  240   MPI.HasPadding = false;
  241   MPI.Width = Ptrs * PtrSize + Ints * IntSize;
  247     MPI.Align = 64;
  249     MPI.Align = Target.getPointerAlign(0);
  251     MPI.Align = Target.getIntAlign();
  254     MPI.Width = llvm::alignTo(MPI.Width, MPI.Align);
  254     MPI.Width = llvm::alignTo(MPI.Width, MPI.Align);
  254     MPI.Width = llvm::alignTo(MPI.Width, MPI.Align);
  255     MPI.HasPadding = MPI.Width != (Ptrs * PtrSize + Ints * IntSize);
  255     MPI.HasPadding = MPI.Width != (Ptrs * PtrSize + Ints * IntSize);
  257   return MPI;