Searched refs:initType (Results 1 – 2 of 2) sorted by relevance
733 mlir::Type initType; in emitGlobalVarDefinition() local740 initType = typedInitAttr.getType(); in emitGlobalVarDefinition()742 assert(!mlir::isa<mlir::NoneType>(initType) && "Should have a type by now"); in emitGlobalVarDefinition()745 getOrCreateCIRGlobal(vd, initType, ForDefinition_t(!isTentative)); in emitGlobalVarDefinition()748 if (!gv || gv.getSymType() != initType) { in emitGlobalVarDefinition()
17321 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration() local17329 new (Context) OpaqueValueExpr(Loc, initType, VK_LValue, OK_Ordinary); in BuildExceptionDeclaration()