Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1137 return CGM.EmitNullConstant(destType); in VisitCastExpr()
1299 return CGM.EmitNullConstant(T); in VisitImplicitValueInitExpr()
1357 return CGM.EmitNullConstant(Ty); in VisitCXXConstructExpr()
1451 C = CGM.EmitNullConstant(destType); in emitAbstract()
1465 C = CGM.EmitNullConstant(destType); in emitAbstract()
1682 return CGM.EmitNullConstant(D.getType()); in tryEmitPrivateForVarInit()
2264 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM, in EmitNullConstant() function
2359 return EmitNullConstant(CGM, base, /*asCompleteObject=*/false); in EmitNullConstantForBase()
2364 return emitForMemory(CGM, CGM.EmitNullConstant(T), T); in emitNullForMemory()
2367 llvm::Constant *CodeGenModule::EmitNullConstant(QualType T) { in EmitNullConstant() function in CodeGenModule
[all …]
H A DCodeGenModule.h1206 llvm::Constant *EmitNullConstant(QualType T);
H A DCGDecl.cpp273 Init = EmitNullConstant(Ty); in getOrCreateStaticVarDecl()
2648 llvm::Value *Null = CGM.EmitNullConstant(D.getType()); in EmitParmDecl()
H A DCGExprAgg.cpp1598 llvm::Value *null = CGF.CGM.EmitNullConstant(type); in EmitNullInitializationToLValue()
H A DCodeGenFunction.cpp2085 llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty); in EmitNullInitialization()
H A DCGExpr.cpp465 Var->setInitializer(CGM.EmitNullConstant(E->getType())); in EmitMaterializeTemporaryExpr()
515 Var->setInitializer(CGM.EmitNullConstant(E->getType())); in EmitMaterializeTemporaryExpr()
H A DCodeGenModule.cpp5329 Init = EmitNullConstant(D->getType()); in EmitGlobalVarDefinition()
5342 Init = EmitNullConstant(T); in EmitGlobalVarDefinition()
H A DCGObjCGNU.cpp2971 phi->addIncoming(CGM.EmitNullConstant(ResultType), nilPathBB); in GenerateMessageSend()
H A DCGExprScalar.cpp1571 return CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(Ty), Ty); in EmitNullValue()
H A DCGObjCMac.cpp1780 CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(resultType), resultType); in complete()
H A DCGOpenMPRuntime.cpp620 llvm::Constant *Init = CGF.CGM.EmitNullConstant(Ty); in emitInitWithReductionInitializer()