Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1313 Type initType = initValue.getType(); in verify() local
1315 if (initType != tensorType) in verify()
1317 << tensorType << ", but was of type " << initType; in verify()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp16461 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration() local
16469 new (Context) OpaqueValueExpr(Loc, initType, VK_LValue, OK_Ordinary); in BuildExceptionDeclaration()