Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendOptions.cpp17 bool Fortran::frontend::isFixedFormSuffix(llvm::StringRef suffix) { in isFixedFormSuffix() function in Fortran::frontend
39 if (isFixedFormSuffix(extension) || isFreeFormSuffix(extension)) { in getInputKindForExtension()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h105 bool isFixedFormSuffix(llvm::StringRef suffix);
193 isFixedForm = isFixedFormSuffix(pathSuffix); in FrontendInputFile()