Searched refs:EmitNullConstant (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp373 EltInit = CGM.EmitNullConstant(Field->getType());
782 return CGM.EmitNullConstant(E->getType());
826 return CGM.EmitNullConstant(Ty);
993 return EmitNullConstant(D.getType());
1333 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM, function
1370 elements[fieldIndex] = CGM.EmitNullConstant(Field->getType());
1419 return EmitNullConstant(CGM, base, /*complete*/ false);
1445 llvm::Constant *CodeGenModule::EmitNullConstant(QualType T) { function in class:CodeGenModule
1455 llvm::Constant *Element = EmitNullConstant(ElementTy);
1467 return ::EmitNullConstant(*thi
[all...]
H A DCGDecl.cpp195 CGM.EmitNullConstant(D.getType()), Name, nullptr,
1702 llvm::Value *Null = CGM.EmitNullConstant(D.getType());
H A DCodeGenModule.h885 llvm::Constant *EmitNullConstant(QualType T);
H A DCGExprAgg.cpp1083 llvm::Value *null = CGF.CGM.EmitNullConstant(type);
H A DCodeGenFunction.cpp1242 llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty);
H A DCGExpr.cpp331 Var->setInitializer(CGM.EmitNullConstant(E->getType()));
360 Var->setInitializer(CGM.EmitNullConstant(E->getType()));
H A DCodeGenModule.cpp1843 Init = EmitNullConstant(D->getType());
1854 Init = EmitNullConstant(T);
H A DCGExprScalar.cpp834 return CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(Ty), Ty);
H A DCGObjCMac.cpp1634 llvm::Constant *null = CGF.CGM.EmitNullConstant(resultType);

Completed in 177 milliseconds