Home
last modified time | relevance | path

Searched refs:FunctionLikeUnit (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h37 struct FunctionLikeUnit;
309 FunctionLikeUnit *getOwningProcedure() const;
573 struct FunctionLikeUnit : public ProgramUnit {
585 FunctionLikeUnit(
588 FunctionLikeUnit(
591 FunctionLikeUnit(
594 FunctionLikeUnit(
597 FunctionLikeUnit(FunctionLikeUnit &&) = default;
598 FunctionLikeUnit(const FunctionLikeUnit &) = delete;
661 std::list<FunctionLikeUnit> nestedFunctions;
[all …]
H A DCallInterface.h50 struct FunctionLikeUnit;
351 CalleeInterface(Fortran::lower::pft::FunctionLikeUnit &f,
363 Fortran::lower::pft::FunctionLikeUnit &getCallDescription() const {
384 Fortran::lower::pft::FunctionLikeUnit &funit;
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp298 Fortran::lower::pft::FunctionLikeUnit &unit = in enterFunction()
356 [&](lower::pft::FunctionLikeUnit &p) { in resetFunctionState()
1157 for (const lower::pft::FunctionLikeUnit &func : in dumpFunctionLikeUnit()
1171 for (const lower::pft::FunctionLikeUnit &func : in dumpModuleLikeUnit()
1258 lower::pft::FunctionLikeUnit *
1569 Fortran::lower::pft::FunctionLikeUnit::FunctionLikeUnit( in FunctionLikeUnit() function in Fortran::lower::pft::FunctionLikeUnit
1590 Fortran::lower::pft::FunctionLikeUnit::FunctionLikeUnit( in FunctionLikeUnit() function in Fortran::lower::pft::FunctionLikeUnit
1601 Fortran::lower::pft::FunctionLikeUnit::FunctionLikeUnit( in FunctionLikeUnit() function in Fortran::lower::pft::FunctionLikeUnit
1612 Fortran::lower::pft::FunctionLikeUnit::FunctionLikeUnit( in FunctionLikeUnit() function in Fortran::lower::pft::FunctionLikeUnit
1625 if (auto *par = parent.getIf<FunctionLikeUnit>()) in parentHostAssoc()
[all …]
H A DBridge.cpp205 [&](Fortran::lower::pft::FunctionLikeUnit &f) { in run()
210 for (Fortran::lower::pft::FunctionLikeUnit &f : in run()
245 void declareFunction(Fortran::lower::pft::FunctionLikeUnit &funit) { in declareFunction()
264 for (Fortran::lower::pft::FunctionLikeUnit &f : funit.nestedFunctions) in declareFunction()
269 for (Fortran::lower::pft::FunctionLikeUnit &f : funit.nestedFunctions) in declareFunction()
277 Fortran::lower::pft::FunctionLikeUnit &funit, in collectHostAssociatedVariables()
357 Fortran::lower::pft::FunctionLikeUnit &owningProc = in lookupLabelSet()
368 Fortran::lower::pft::FunctionLikeUnit &owningProc = in lookupLabel()
2526 Fortran::lower::pft::FunctionLikeUnit *funit = in genFIR()
2845 void endNewFunction(Fortran::lower::pft::FunctionLikeUnit &funit) { in endNewFunction()
[all …]
H A DCallInterface.cpp489 getEntityContainer(Fortran::lower::pft::FunctionLikeUnit &funit) { in getEntityContainer()
514 getResultEntity(Fortran::lower::pft::FunctionLikeUnit &funit) { in getResultEntity()