Searched defs:asFortran (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 181 createDeclareAllocFuncWithArg(mlir::OpBuilder & modBuilder,fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type descTy,llvm::StringRef funcNamePrefix,std::stringstream & asFortran,mlir::acc::DataClause clause) createDeclareAllocFuncWithArg() argument 229 createDeclareDeallocFuncWithArg(mlir::OpBuilder & modBuilder,fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type descTy,llvm::StringRef funcNamePrefix,std::stringstream & asFortran,mlir::acc::DataClause clause) createDeclareDeallocFuncWithArg() argument 334 std::stringstream asFortran; genDataOperandOperations() local 373 std::stringstream asFortran; genDeclareDataOperandOperations() local 835 std::stringstream asFortran; genPrivatizations() local 1414 std::stringstream asFortran; genReductions() local 1687 std::stringstream asFortran; privatizeIv() local 3393 createDeclareGlobalOp(mlir::OpBuilder & modBuilder,fir::FirOpBuilder & builder,mlir::Location loc,fir::GlobalOp globalOp,mlir::acc::DataClause clause,const std::string & declareGlobalName,bool implicit,std::stringstream & asFortran) createDeclareGlobalOp() argument 3442 std::stringstream asFortran; createDeclareAllocFunc() local 3497 std::stringstream asFortran; createDeclareDeallocFunc() local 3569 std::stringstream asFortran; genGlobalCtors() local [all...] |
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ClauseProcessor.cpp | 964 std::stringstream asFortran; processMap() local
|
/llvm-project/flang/lib/Parser/ |
H A D | unparse.cpp | 32 preStatementType *preStatement, AnalyzedObjectsAsFortran *asFortran) in UnparseVisitor() argument 3028 Unparse(llvm::raw_ostream & out,const A & root,Encoding encoding,bool capitalizeKeywords,bool backslashEscapes,preStatementType * preStatement,AnalyzedObjectsAsFortran * asFortran) Unparse() argument
|