Home
last modified time | relevance | path

Searched refs:EmitNullConstant (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp1275 return CGM.EmitNullConstant(T); in VisitImplicitValueInitExpr()
1328 return CGM.EmitNullConstant(Ty); in VisitCXXConstructExpr()
1417 C = CGM.EmitNullConstant(destType); in emitAbstract()
1431 C = CGM.EmitNullConstant(destType); in emitAbstract()
1653 return CGM.EmitNullConstant(D.getType()); in tryEmitPrivateForVarInit()
2240 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM, in EmitNullConstant() function
2282 elements[fieldIndex] = CGM.EmitNullConstant(Field->getType()); in EmitNullConstant()
2335 return EmitNullConstant(CGM, base, /*asCompleteObject=*/false); in EmitNullConstantForBase()
2340 return emitForMemory(CGM, CGM.EmitNullConstant(T), T); in emitNullForMemory()
2343 llvm::Constant *CodeGenModule::EmitNullConstant(QualType T) { in EmitNullConstant() function in CodeGenModule
[all …]
H A DCodeGenModule.h1181 llvm::Constant *EmitNullConstant(QualType T);
H A DCGDecl.cpp270 Init = EmitNullConstant(Ty); in getOrCreateStaticVarDecl()
2560 llvm::Value *Null = CGM.EmitNullConstant(D.getType()); in EmitParmDecl()
H A DCGExprAgg.cpp1577 llvm::Value *null = CGF.CGM.EmitNullConstant(type); in EmitNullInitializationToLValue()
H A DCodeGenFunction.cpp1997 llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty); in EmitNullInitialization()
H A DCGExpr.cpp468 Var->setInitializer(CGM.EmitNullConstant(E->getType())); in EmitMaterializeTemporaryExpr()
522 Var->setInitializer(CGM.EmitNullConstant(E->getType())); in EmitMaterializeTemporaryExpr()
H A DCodeGenModule.cpp4718 Init = EmitNullConstant(D->getType()); in EmitGlobalVarDefinition()
4731 Init = EmitNullConstant(T); in EmitGlobalVarDefinition()
H A DCGObjCGNU.cpp2844 phi->addIncoming(CGM.EmitNullConstant(ResultType), nilPathBB); in GenerateMessageSend()
H A DCGExprScalar.cpp1534 return CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(Ty), Ty); in EmitNullValue()
H A DCGObjCMac.cpp1776 CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(resultType), resultType); in complete()
H A DCGOpenMPRuntime.cpp644 llvm::Constant *Init = CGF.CGM.EmitNullConstant(Ty); in emitInitWithReductionInitializer()