Home
last modified time | relevance | path

Searched refs:emitNullConstant (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h292 mlir::Value emitNullConstant(QualType t, mlir::Location loc);
H A DCIRGenExprAggregate.cpp282 mlir::Value null = cgf.cgm.emitNullConstant(type, loc); in emitNullInitializationToLValue()
H A DCIRGenExprConstant.cpp813 mlir::Value CIRGenModule::emitNullConstant(QualType t, mlir::Location loc) { in emitNullConstant() function in CIRGenModule
H A DCIRGenExprScalar.cpp243 return cgf.cgm.emitNullConstant(e->getType(), in VisitCXXNullPtrLiteralExpr()