Home
last modified time | relevance | path

Searched refs:isFixedForm (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h176 bool isFixedForm = false; variable
193 isFixedForm = isFixedFormSuffix(pathSuffix); in FrontendInputFile()
204 bool getIsFixedForm() const { return isFixedForm; } in getIsFixedForm()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp77 prescanner.set_fixedForm(options.isFixedForm) in Prescan()
216 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in DumpCookedChars()
236 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in Parse()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp92 invoc.getFortranOpts().isFixedForm = getCurrentInput().getIsFixedForm(); in beginSourceFile()
138 parserOptions.isFixedForm = getCurrentInput().getIsFixedForm(); in runPrescan()
H A DCompilerInvocation.cpp704 fortranOptions.isFixedForm = false; in setDefaultFortranOpts()
741 fortranOptions.isFixedForm = in setFortranOpts()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparsing.h31 bool isFixedForm{false};
/llvm-project-15.0.7/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp159 options.isFixedForm = suffix == "f" || suffix == "F" || suffix == "ff"; in CompileFortran()
341 options.isFixedForm = true; in main()
344 options.isFixedForm = false; in main()