Searched defs:symTy (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/lib/Lower/ |
H A D | ConvertConstant.cpp | 102 mlir::Location loc, mlir::Type symTy, in tryCreating() argument 128 fir::FirOpBuilder &builder, mlir::Location loc, mlir::Type symTy, in tryCreating() argument 206 return DenseGlobalBuilder::tryCreating(builder, loc, symTy, globalNam in tryCreatingDenseGlobal() argument 181 tryCreatingGlobal(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type symTy,llvm::StringRef globalName,mlir::StringAttr linkage,bool isConst,cuf::DataAttributeAttr dataAttr) const tryCreatingGlobal() argument [all...] |
H A D | ConvertVariable.cpp | 394 genDefaultInitializerValue(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::semantics::Symbol & sym,mlir::Type symTy,Fortran::lower::StatementContext & stmtCtx) genDefaultInitializerValue() argument 490 mlir::Type symTy = converter.genType(var); defineGlobal() local [all...] |
H A D | PFTBuilder.cpp | 1608 const semantics::DeclTypeSpec *symTy = sym.GetType(); analyze() local
|
H A D | Bridge.cpp | 5272 mlir::Type symTy = genType(altResult); startNewFunction() local
|