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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
 1077   llvm::Constant *EmitNullConstant(QualType T);

References

tools/clang/lib/CodeGen/CGDecl.cpp
  248     Init = EmitNullConstant(Ty);
 2457             llvm::Value *Null = CGM.EmitNullConstant(D.getType());
tools/clang/lib/CodeGen/CGExpr.cpp
  447       Var->setInitializer(CGM.EmitNullConstant(E->getType()));
  499       Var->setInitializer(CGM.EmitNullConstant(E->getType()));
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1439     llvm::Value *null = CGF.CGM.EmitNullConstant(type);
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1231     return CGM.EmitNullConstant(T);
 1296     return CGM.EmitNullConstant(Ty);
 1371     C = CGM.EmitNullConstant(destType);
 1385     C = CGM.EmitNullConstant(destType);
 1607           return CGM.EmitNullConstant(D.getType());
 2233       elements[fieldIndex] = CGM.EmitNullConstant(Field->getType());
 2291   return emitForMemory(CGM, CGM.EmitNullConstant(T), T);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 1525   return CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(Ty), Ty);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1778       llvm::Constant *null = CGF.CGM.EmitNullConstant(resultType);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  828     llvm::Constant *Init = CGF.CGM.EmitNullConstant(Ty);
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1666     llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3910     Init = EmitNullConstant(D->getType());
 3922         Init = EmitNullConstant(T);