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

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp413 EltInit = CGM.EmitNullConstant(Field->getType());
823 return CGM.EmitNullConstant(E->getType());
867 return CGM.EmitNullConstant(Ty);
1023 return EmitNullConstant(D.getType());
1362 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM, function
1403 elements[fieldIndex] = CGM.EmitNullConstant(field->getType());
1453 return EmitNullConstant(CGM, base, /*complete*/ false);
1479 llvm::Constant *CodeGenModule::EmitNullConstant(QualType T) { function in class:CodeGenModule
1489 llvm::Constant *Element = EmitNullConstant(ElementTy);
1501 return ::EmitNullConstant(*thi
[all...]
H A DCGDecl.cpp193 CGM.EmitNullConstant(D.getType()), Name, 0,
1588 llvm::Value * Null = CGM.EmitNullConstant(D.getType());
H A DCodeGenModule.h784 /// EmitNullConstant - Return the result of value-initializing the given
787 llvm::Constant *EmitNullConstant(QualType T);
H A DCodeGenFunction.cpp941 llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty);
H A DCGExprAgg.cpp1123 llvm::Value *null = CGF.CGM.EmitNullConstant(type);
H A DCodeGenModule.cpp1714 Init = EmitNullConstant(D->getType());
1733 Init = EmitNullConstant(T);
H A DCGExprScalar.cpp796 return CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(Ty), Ty);
H A DCGObjCMac.cpp1638 llvm::Constant *null = CGF.CGM.EmitNullConstant(resultType);

Completed in 146 milliseconds