Home
last modified time | relevance | path

Searched refs:isFixedForm (Results 1 – 25 of 54) sorted by path

123

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dcommentcnv.l105 bool isFixedForm = FALSE; // For Fortran member
245 if (yyextra->isFixedForm && (yyextra->col == 0))
1206 yyextra->isFixedForm = FALSE;
1210 yyextra->isFixedForm = recognizeFixedForm(QCString(inBuf->data()),fmt);
H A Dfortrancode.l150 bool isFixedForm = false;
299 if (yyextra->isFixedForm)
549 if (yyextra->isFixedForm && yy_my_start == 1)
590 if (!yyextra->isFixedForm)
638 if (yyextra->isFixedForm && yy_my_start == 6)
717 … if (yyextra->isFixedForm && yy_my_start == 6) YY_FTN_REJECT;
724 if(! yyextra->isFixedForm) YY_FTN_REJECT;
745 … if (yyextra->isFixedForm && yy_my_start == 6) YY_FTN_REJECT;
784 … if (yyextra->isFixedForm && yy_my_start == 6) YY_FTN_REJECT;
1478 yyextra->isFixedForm = recognizeFixedForm(input,p->format);
[all …]
H A Dfortranscanner.l162 bool isFixedForm;
2663 yyextra->isFixedForm = recognizeFixedForm(fileBuf,format);
2665 if (yyextra->isFixedForm)
2732 if (yyextra->isFixedForm)
/dports/devel/f18/f18-1688bef/lib/parser/
H A Dparsing.cc78 prescanner.set_fixedForm(options.isFixedForm) in Prescan()
98 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in DumpCookedChars()
116 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in Parse()
H A Dparsing.h37 bool isFixedForm{false};
/dports/devel/f18/f18-1688bef/tools/f18/
H A Df18-parse-demo.cc171 options.isFixedForm = suffix == "f" || suffix == "F" || suffix == "ff"; in CompileFortran()
351 options.isFixedForm = true; in main()
354 options.isFixedForm = false; in main()
H A Df18.cc188 options.isFixedForm = suffix == "f" || suffix == "F" || suffix == "ff"; in CompileFortran()
432 options.isFixedForm = true; in main()
435 options.isFixedForm = false; in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Parser/
H A Dparsing.h31 bool isFixedForm{false};
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Dparsing.cpp67 prescanner.set_fixedForm(options.isFixedForm) in Prescan()
95 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in DumpCookedChars()
115 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in Parse()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp166 options.isFixedForm = suffix == "f" || suffix == "F" || suffix == "ff"; in CompileFortran()
350 options.isFixedForm = true; in main()
353 options.isFixedForm = false; in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18/
H A Df18.cpp208 options.isFixedForm = suffix == "f" || suffix == "F" || suffix == "ff"; in CompileFortran()
451 options.isFixedForm = true; in main()
454 options.isFixedForm = false; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Dparsing.h31 bool isFixedForm{false};
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Frontend/
H A DCompilerInvocation.cpp588 fortranOptions.isFixedForm = false; in SetDefaultFortranOpts()
625 fortranOptions.isFixedForm = in setFortranOpts()
H A DFrontendAction.cpp89 invoc.fortranOpts().isFixedForm = currentInput().IsFixedForm(); in BeginSourceFile()
134 parserOptions.isFixedForm = currentInput().IsFixedForm(); in RunPrescan()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dparsing.cpp73 prescanner.set_fixedForm(options.isFixedForm) in Prescan()
189 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in DumpCookedChars()
209 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in Parse()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Dparsing.h31 bool isFixedForm{false};
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Frontend/
H A DCompilerInstance.cpp156 invoc.fortranOpts().isFixedForm = fif.IsFixedForm(); in ExecuteAction()
H A DCompilerInvocation.cpp260 fortranOptions.isFixedForm = false; in SetDefaultFortranOpts()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dparsing.cpp69 prescanner.set_fixedForm(options.isFixedForm) in Prescan()
97 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in DumpCookedChars()
117 parseState.set_inFixedForm(options_.isFixedForm).set_userState(&userState); in Parse()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp158 options.isFixedForm = suffix == "f" || suffix == "F" || suffix == "ff"; in CompileFortran()
335 options.isFixedForm = true; in main()
338 options.isFixedForm = false; in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/tools/f18/
H A Df18.cpp204 options.isFixedForm = suffix == "f" || suffix == "F" || suffix == "ff"; in CompileFortran()
471 options.isFixedForm = true; in main()
474 options.isFixedForm = false; in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparsing.h31 bool isFixedForm{false};
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Frontend/
H A DCompilerInvocation.cpp581 fortranOptions.isFixedForm = false; in SetDefaultFortranOpts()
618 fortranOptions.isFixedForm = in setFortranOpts()
H A DFrontendAction.cpp86 invoc.fortranOpts().isFixedForm = currentInput().IsFixedForm(); in BeginSourceFile()

123