Home
last modified time | relevance | path

Searched refs:initType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp733 mlir::Type initType; in emitGlobalVarDefinition() local
740 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17321 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration() local
17329 new (Context) OpaqueValueExpr(Loc, initType, VK_LValue, OK_Ordinary); in BuildExceptionDeclaration()