Searched defs:isFormatted (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/unittests/Format/ |
H A D | NamespaceEndCommentsFixerTest.cpp | 44 bool isFormatted(StringRef Code, const std::vector<tooling::Range> &Ranges, in isFormatted() function in clang::format::__anon589230090111::NamespaceEndCommentsFixerTest 50 bool isFormatted(StringRef Code, in isFormatted() function in clang::format::__anon589230090111::NamespaceEndCommentsFixerTest
|
/llvm-project/flang/lib/Lower/ |
H A D | IO.cpp | 658 getOutputFunc(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Type type,bool isFormatted) getOutputFunc() argument 713 genOutputItemList(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const std::list<Fortran::parser::OutputItem> & items,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genOutputItemList() argument 775 getInputFunc(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Type type,bool isFormatted) getInputFunc() argument 867 genInputItemList(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const std::list<Fortran::parser::InputItem> & items,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genInputItemList() argument 926 genIoLoop(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const D & ioImpliedDo,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genIoLoop() argument 2025 getBeginDataTransferFunc(mlir::Location loc,fir::FirOpBuilder & builder,bool isFormatted,bool isListOrNml,bool isInternal,bool isInternalWithDesc) getBeginDataTransferFunc() argument 2079 genBeginDataTransferCallArgs(llvm::SmallVectorImpl<mlir::Value> & ioArgs,Fortran::lower::AbstractConverter & converter,mlir::Location loc,const A & stmt,mlir::FunctionType ioFuncTy,bool isFormatted,bool isListOrNml,bool isInternal,const std::optional<fir::ExtendedValue> & descRef,ConditionSpecInfo & csi,Fortran::lower::StatementContext & stmtCtx) genBeginDataTransferCallArgs() argument 2153 const bool isFormatted = isDataTransferFormatted(stmt); genDataTransferStmt() local [all...] |