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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  460     assert(CGM.getIntSize() <= GenPtrSize);
  462     assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign));
  469         2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity();
  489     assert(CGM.getIntSize() <= CGM.getPointerSize());
  491     assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign()));
  493     info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize();
 1001                      getIntSize(), "block.flags");
 1002       addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(),
 1007           getIntSize(), "block.size");
 1010           getIntSize(), "block.align");
 2905                    getIntSize(), "byref.flags");
 2909   storeHeaderField(V, getIntSize(), "byref.size");
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2190     int32_t IntSize = CGF.getIntSize().getQuantity();