Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitNullConstant

1246     return CGM.EmitNullConstant(T);
1299 return CGM.EmitNullConstant(Ty);
1388 C = CGM.EmitNullConstant(destType);
1402 C = CGM.EmitNullConstant(destType);
1624 return CGM.EmitNullConstant(D.getType());
2203 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM,
2245 elements[fieldIndex] = CGM.EmitNullConstant(Field->getType());
2298 return EmitNullConstant(CGM, base, /*asCompleteObject=*/false);
2303 return emitForMemory(CGM, CGM.EmitNullConstant(T), T);
2306 llvm::Constant *CodeGenModule::EmitNullConstant(QualType T) {
2328 return ::EmitNullConstant(*this, RT->getDecl(), /*complete object*/ true);
2338 return ::EmitNullConstant(*this, Record, false);