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

References

tools/clang/lib/CodeGen/CGDecl.cpp
  776       tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(),
  776       tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(),
  781     auto ty = cast<llvm::PointerType>(tempLV.getAddress().getElementType());
  782     llvm::Value *zero = CGM.getNullPointer(ty, tempLV.getType());
  786       EmitARCInitWeak(tempLV.getAddress(), zero);
  790       EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true);