Home
last modified time | relevance | path

Searched defs:Post (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/flang/examples/FeatureList/
H A DFeatureList.cpp744 template <typename T> void Post(const common::Indirection<T> &) {} in Post() function
747 template <typename A> void Post(const Scalar<A> &) {} in Post() function
750 template <typename A> void Post(const Constant<A> &) {} in Post() function
753 template <typename A> void Post(const Integer<A> &) {} in Post() function
756 template <typename A> void Post(const Logical<A> &) {} in Post() function
724 template <typename A> void Post(const A &) {} Post() function
727 template <typename T> void Post(const Statement<T> &) {} Post() function
730 template <typename T> void Post(const UnlabeledStatement<T> &) {} Post() function
735 template <typename T> void Post(const common::Indirection<T> &) {} Post() function
738 template <typename A> void Post(const Scalar<A> &) {} Post() function
741 template <typename A> void Post(const Constant<A> &) {} Post() function
[all...]
/llvm-project/flang/include/flang/Parser/
H A Ddump-parse-tree.h789 template <typename T> void Post(const T &x) { Post() function
800 void Post(const CharBlock &) {} Post() function
803 template <typename T> void Post(const Statement<T> &) {} Post() function
805 template <typename T> void Post(const UnlabeledStatement<T> &) {} Post() function
810 template <typename T> void Post(const common::Indirection<T> &) {} Post() function
816 template <typename A> void Post(const Scalar<A> &) { EndLineIfNonempty(); } Post() function
822 template <typename A> void Post(const Constant<A> &) { EndLineIfNonempty(); } Post() function
828 template <typename A> void Post(const Integer<A> &) { EndLineIfNonempty(); } Post() function
834 template <typename A> void Post(const Logical<A> &) { EndLineIfNonempty(); } Post() function
840 template <typename A> void Post(const DefaultChar<A> &) { Post() function
845 template <typename... A> void Post(const std::tuple<A...> &) {} Post() function
848 template <typename... A> void Post(const std::variant<A...> &) {} Post() function
[all...]
/llvm-project/flang/lib/Semantics/
H A Dunparse-with-symbols.cpp31 template <typename T> void Post(const T &) {} in Post() function in Fortran::semantics::SymbolDumpVisitor
36 template <typename T> void Post(const parser::Statement<T> &) { in Post() function in Fortran::semantics::SymbolDumpVisitor
43 void Post(const parser::AccClause &) { currStmt_ = std::nullopt; } in Post() function in Fortran::semantics::SymbolDumpVisitor
48 void Post(const parser::OmpClause &) { currStmt_ = std::nullopt; } in Post() function in Fortran::semantics::SymbolDumpVisitor
53 void Post(const parser::OpenMPThreadprivate &) { currStmt_ = std::nullopt; } in Post() function in Fortran::semantics::SymbolDumpVisitor
85 void SymbolDumpVisitor::Post(const parser::Name &name) { Post() function in Fortran::semantics::SymbolDumpVisitor
110 template <typename T> void Post(const T &) {} Post() function in Fortran::semantics::UsedModuleVisitor
111 void Post(const parser::ModuleStmt &module) { Post() function in Fortran::semantics::UsedModuleVisitor
116 void Post(const parser::UseStmt &use) { Post() function in Fortran::semantics::UsedModuleVisitor
[all...]
H A Dresolve-labels.cpp324 void Post(const parser::SelectCaseStmt &) { PushScope(false); } in Post() function in Fortran::semantics::ParseTreeAnalyzer
219 template <typename A> constexpr void Post(const A &) {} Post() function in Fortran::semantics::ParseTreeAnalyzer
295 void Post(const parser::EndDoStmt &endDoStmt) { Post() function in Fortran::semantics::ParseTreeAnalyzer
305 void Post(const parser::IfThenStmt &) { PushScope(false); } Post() function in Fortran::semantics::ParseTreeAnalyzer
319 void Post(const parser::SelectCaseStmt &) { PushScope(false); } Post() function in Fortran::semantics::ParseTreeAnalyzer
331 void Post(const parser::SelectTypeStmt &) { PushScope(true); } Post() function in Fortran::semantics::ParseTreeAnalyzer
335 void Post(const parser::EndSelectStmt &) { PopScope(); } Post() function in Fortran::semantics::ParseTreeAnalyzer
343 void Post(const parser::AssociateConstruct &associateConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
346 void Post(const parser::BlockConstruct &blockConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
349 void Post(const parser::ChangeTeamConstruct &changeTeamConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
352 void Post(const parser::CriticalConstruct &criticalConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
355 void Post(const parser::IfConstruct &ifConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
358 void Post(const parser::CaseConstruct &caseConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
361 void Post(const parser::SelectRankConstruct &selectRankConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
364 void Post(const parser::SelectTypeConstruct &selectTypeConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
367 void Post(const parser::WhereConstruct &whereConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
370 void Post(const parser::ForallConstruct &forallConstruct) { Post() function in Fortran::semantics::ParseTreeAnalyzer
396 void Post(const parser::BlockData &blockData) { Post() function in Fortran::semantics::ParseTreeAnalyzer
405 void Post(const parser::InterfaceBody &) { PopDisposableMap(); } Post() function in Fortran::semantics::ParseTreeAnalyzer
408 void Post(const parser::InterfaceBody::Function &func) { Post() function in Fortran::semantics::ParseTreeAnalyzer
414 void Post(const parser::FunctionSubprogram &functionSubprogram) { Post() function in Fortran::semantics::ParseTreeAnalyzer
421 void Post(const parser::InterfaceBlock &interfaceBlock) { Post() function in Fortran::semantics::ParseTreeAnalyzer
472 void Post(const parser::Module &module) { Post() function in Fortran::semantics::ParseTreeAnalyzer
478 void Post(const parser::SeparateModuleSubprogram &separateModuleSubprogram) { Post() function in Fortran::semantics::ParseTreeAnalyzer
486 void Post(const parser::MainProgram &mainProgram) { Post() function in Fortran::semantics::ParseTreeAnalyzer
505 void Post(const parser::Submodule &submodule) { Post() function in Fortran::semantics::ParseTreeAnalyzer
511 void Post(const parser::InterfaceBody::Subroutine &sub) { Post() function in Fortran::semantics::ParseTreeAnalyzer
517 void Post(const parser::SubroutineSubprogram &subroutineSubprogram) { Post() function in Fortran::semantics::ParseTreeAnalyzer
529 void Post(const parser::DerivedTypeDef &derivedTypeDef) { Post() function in Fortran::semantics::ParseTreeAnalyzer
536 void Post(const parser::LabelDoStmt &labelDoStmt) { Post() function in Fortran::semantics::ParseTreeAnalyzer
539 void Post(const parser::GotoStmt &gotoStmt) { AddLabelReference(gotoStmt.v); } Post() function in Fortran::semantics::ParseTreeAnalyzer
540 void Post(const parser::ComputedGotoStmt &computedGotoStmt) { Post() function in Fortran::semantics::ParseTreeAnalyzer
543 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { Post() function in Fortran::semantics::ParseTreeAnalyzer
548 void Post(const parser::AssignStmt &assignStmt) { Post() function in Fortran::semantics::ParseTreeAnalyzer
551 void Post(const parser::AssignedGotoStmt &assignedGotoStmt) { Post() function in Fortran::semantics::ParseTreeAnalyzer
554 void Post(const parser::AltReturnSpec &altReturnSpec) { Post() function in Fortran::semantics::ParseTreeAnalyzer
558 void Post(const parser::ErrLabel &errLabel) { AddLabelReference(errLabel.v); } Post() function in Fortran::semantics::ParseTreeAnalyzer
559 void Post(const parser::EndLabel &endLabel) { AddLabelReference(endLabel.v); } Post() function in Fortran::semantics::ParseTreeAnalyzer
560 void Post(const parser::EorLabel &eorLabel) { AddLabelReference(eorLabel.v); } Post() function in Fortran::semantics::ParseTreeAnalyzer
561 void Post(const parser::Format &format) { Post() function in Fortran::semantics::ParseTreeAnalyzer
566 void Post(const parser::CycleStmt &cycleStmt) { Post() function in Fortran::semantics::ParseTreeAnalyzer
571 void Post(const parser::ExitStmt &exitStmt) { Post() function in Fortran::semantics::ParseTreeAnalyzer
[all...]
H A Dresolve-names.cpp442 void Post(const parser::AttrSpec &) { PostAttrSpec(); } Post() function in Fortran::semantics::ArraySpecVisitor
443 void Post(const parser::ComponentAttrSpec &) { PostAttrSpec(); } Post() function in Fortran::semantics::ArraySpecVisitor
530 template <typename T> void Post(const parser::Statement<T> &) { Post() function in Fortran::semantics::ScopeHandler
933 void Post(const parser::BindStmt &) { EndAttrs(); } Post() function in Fortran::semantics::DeclarationVisitor
954 void Post(const parser::AllocatableStmt &) { objectDeclAttr_ = std::nullopt; } Post() function in Fortran::semantics::DeclarationVisitor
960 void Post(const parser::TargetStmt &) { objectDeclAttr_ = std::nullopt; } Post() function in Fortran::semantics::DeclarationVisitor
991 void Post(const parser::ComponentDefStmt &) { EndDecl(); } Post() function in Fortran::semantics::DeclarationVisitor
1006 void Post(const parser::TypeBoundProcBinding &) { EndAttrs(); } Post() function in Fortran::semantics::DeclarationVisitor
1275 void Post(const parser::MaskedElsewhereStmt &x) { CheckRef(x.t); } Post() function in Fortran::semantics::ConstructVisitor
1276 void Post(const parser::ElsewhereStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1277 void Post(const parser::EndWhereStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1278 void Post(const parser::EndForallStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1279 void Post(const parser::EndCriticalStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1280 void Post(const parser::EndDoStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1281 void Post(const parser::ElseIfStmt &x) { CheckRef(x.t); } Post() function in Fortran::semantics::ConstructVisitor
1282 void Post(const parser::ElseStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1283 void Post(const parser::EndIfStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1284 void Post(const parser::CaseStmt &x) { CheckRef(x.t); } Post() function in Fortran::semantics::ConstructVisitor
1285 void Post(const parser::EndSelectStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1286 void Post(const parser::SelectRankCaseStmt &x) { CheckRef(x.t); } Post() function in Fortran::semantics::ConstructVisitor
1287 void Post(const parser::TypeGuardStmt &x) { CheckRef(x.t); } Post() function in Fortran::semantics::ConstructVisitor
1288 void Post(const parser::CycleStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1289 void Post(const parser::ExitStmt &x) { CheckRef(x.v); } Post() function in Fortran::semantics::ConstructVisitor
1349 void Post(const parser::AccBeginBlockDirective &) { Post() function in Fortran::semantics::AccVisitor
1356 void Post(const parser::AccEndBlockDirective &) { Post() function in Fortran::semantics::AccVisitor
1363 void Post(const parser::AccBeginLoopDirective &x) { Post() function in Fortran::semantics::AccVisitor
1395 void AccVisitor::Post(const parser::OpenACCBlockConstruct &x) { Post() function in Fortran::semantics::AccVisitor
1406 void AccVisitor::Post(const parser::OpenACCCombinedConstruct &x) { PopScope(); } Post() function in Fortran::semantics::AccVisitor
1429 void Post(const parser::OmpBeginBlockDirective &) { Post() function in Fortran::semantics::OmpVisitor
1436 void Post(const parser::OmpEndBlockDirective &) { Post() function in Fortran::semantics::OmpVisitor
1444 void Post(const parser::OpenMPLoopConstruct &) { PopScope(); } Post() function in Fortran::semantics::OmpVisitor
1449 void Post(const parser::OmpBeginLoopDirective &) { Post() function in Fortran::semantics::OmpVisitor
1456 void Post(const parser::OmpEndLoopDirective &) { Post() function in Fortran::semantics::OmpVisitor
1464 void Post(const parser::OpenMPSectionsConstruct &) { PopScope(); } Post() function in Fortran::semantics::OmpVisitor
1469 void Post(const parser::OmpBeginSectionsDirective &) { Post() function in Fortran::semantics::OmpVisitor
1476 void Post(const parser::OmpEndSectionsDirective &) { Post() function in Fortran::semantics::OmpVisitor
1483 void Post(const parser::OmpCriticalDirective &) { Post() function in Fortran::semantics::OmpVisitor
1490 void Post(const parser::OmpEndCriticalDirective &) { Post() function in Fortran::semantics::OmpVisitor
1520 void OmpVisitor::Post(const parser::OpenMPBlockConstruct &x) { Post() function in Fortran::semantics::OmpVisitor
1564 template <typename T> void Post(const T &) {} Post() function in Fortran::semantics::ResolveNamesVisitor
1576 void Post(const parser::LoopBounds<A, B> &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
1824 void AttrsVisitor::Post(const parser::LanguageBindingSpec &x) { Post() function in Fortran::semantics::AttrsVisitor
1928 void DeclTypeSpecVisitor::Post(const parser::TypeGuardStmt &) { Post() function in Fortran::semantics::DeclTypeSpecVisitor
1932 void DeclTypeSpecVisitor::Post(const parser::TypeSpec &typeSpec) { Post() function in Fortran::semantics::DeclTypeSpecVisitor
1956 void DeclTypeSpecVisitor::Post( Post() function in Fortran::semantics::DeclTypeSpecVisitor
1960 void DeclTypeSpecVisitor::Post( Post() function in Fortran::semantics::DeclTypeSpecVisitor
1974 void DeclTypeSpecVisitor::Post(const parser::DeclarationTypeSpec::ClassStar &) { Post() function in Fortran::semantics::DeclTypeSpecVisitor
1977 void DeclTypeSpecVisitor::Post(const parser::DeclarationTypeSpec::TypeStar &) { Post() function in Fortran::semantics::DeclTypeSpecVisitor
2008 void ImplicitRulesVisitor::Post(const parser::ParameterStmt &) { Post() function in Fortran::semantics::ImplicitRulesVisitor
2054 void ImplicitRulesVisitor::Post(const parser::ImplicitSpec &) { Post() function in Fortran::semantics::ImplicitRulesVisitor
2132 void ArraySpecVisitor::Post(const parser::ArraySpec &x) { Post() function in Fortran::semantics::ArraySpecVisitor
2136 void ArraySpecVisitor::Post(const parser::ComponentArraySpec &x) { Post() function in Fortran::semantics::ArraySpecVisitor
2140 void ArraySpecVisitor::Post(const parser::CoarraySpec &x) { Post() function in Fortran::semantics::ArraySpecVisitor
2945 void ModuleVisitor::Post(const parser::UseStmt &x) { Post() function in Fortran::semantics::ModuleVisitor
3456 void InterfaceVisitor::Post(const parser::InterfaceStmt &) { EndAttrs(); } Post() function in Fortran::semantics::InterfaceVisitor
3458 void InterfaceVisitor::Post(const parser::EndInterfaceStmt &) { Post() function in Fortran::semantics::InterfaceVisitor
3486 void InterfaceVisitor::Post(const parser::GenericStmt &x) { Post() function in Fortran::semantics::InterfaceVisitor
3835 void SubprogramVisitor::Post(const parser::PrefixSpec::Launch_Bounds &x) { Post() function in Fortran::semantics::SubprogramVisitor
3860 void SubprogramVisitor::Post(const parser::PrefixSpec::Cluster_Dims &x) { Post() function in Fortran::semantics::SubprogramVisitor
3901 void SubprogramVisitor::Post(const parser::InterfaceBody::Subroutine &x) { Post() function in Fortran::semantics::SubprogramVisitor
3913 void SubprogramVisitor::Post(const parser::InterfaceBody::Function &x) { Post() function in Fortran::semantics::SubprogramVisitor
3945 void SubprogramVisitor::Post(const parser::FunctionStmt &stmt) { Post() function in Fortran::semantics::SubprogramVisitor
4024 void SubprogramVisitor::Post(const parser::EntryStmt &stmt) { Post() function in Fortran::semantics::SubprogramVisitor
4622 void DeclarationVisitor::Post(const parser::TypeDeclarationStmt &) { Post() function in Fortran::semantics::DeclarationVisitor
4626 void DeclarationVisitor::Post(const parser::DimensionStmt::Declaration &x) { Post() function in Fortran::semantics::DeclarationVisitor
4629 void DeclarationVisitor::Post(const parser::CodimensionDecl &x) { Post() function in Fortran::semantics::DeclarationVisitor
4640 void DeclarationVisitor::Post(const parser::EntityDecl &x) { Post() function in Fortran::semantics::DeclarationVisitor
4661 void DeclarationVisitor::Post(const parser::PointerDecl &x) { Post() function in Fortran::semantics::DeclarationVisitor
4832 void DeclarationVisitor::Post(const parser::EnumDef &) { Post() function in Fortran::semantics::DeclarationVisitor
5017 void DeclarationVisitor::Post(const parser::ObjectDecl &x) { Post() function in Fortran::semantics::DeclarationVisitor
5145 void DeclarationVisitor::Post(const parser::IntegerTypeSpec &x) { Post() function in Fortran::semantics::DeclarationVisitor
5150 void DeclarationVisitor::Post(const parser::IntrinsicTypeSpec::Real &x) { Post() function in Fortran::semantics::DeclarationVisitor
5155 void DeclarationVisitor::Post(const parser::IntrinsicTypeSpec::Complex &x) { Post() function in Fortran::semantics::DeclarationVisitor
5158 void DeclarationVisitor::Post(const parser::IntrinsicTypeSpec::Logical &x) { Post() function in Fortran::semantics::DeclarationVisitor
5161 void DeclarationVisitor::Post(const parser::IntrinsicTypeSpec::Character &) { Post() function in Fortran::semantics::DeclarationVisitor
5173 void DeclarationVisitor::Post(const parser::CharSelector::LengthAndKind &x) { Post() function in Fortran::semantics::DeclarationVisitor
5187 void DeclarationVisitor::Post(const parser::CharLength &x) { Post() function in Fortran::semantics::DeclarationVisitor
5196 void DeclarationVisitor::Post(const parser::LengthSelector &x) { Post() function in Fortran::semantics::DeclarationVisitor
5235 void DeclarationVisitor::Post(const parser::VectorTypeSpec &x) { Post() function in Fortran::semantics::DeclarationVisitor
5334 void DeclarationVisitor::Post(const parser::DeclarationTypeSpec::Type &type) { Post() function in Fortran::semantics::DeclarationVisitor
5346 void DeclarationVisitor::Post( Post() function in Fortran::semantics::DeclarationVisitor
5357 void DeclarationVisitor::Post(const parser::DerivedTypeSpec &x) { Post() function in Fortran::semantics::DeclarationVisitor
5432 void DeclarationVisitor::Post(const parser::DeclarationTypeSpec::Record &rec) { Post() function in Fortran::semantics::DeclarationVisitor
5522 void DeclarationVisitor::Post(const parser::DerivedTypeStmt &x) { Post() function in Fortran::semantics::DeclarationVisitor
5565 void DeclarationVisitor::Post(const parser::TypeParamDefStmt &x) { Post() function in Fortran::semantics::DeclarationVisitor
5618 void DeclarationVisitor::Post(const parser::ComponentDecl &x) { Post() function in Fortran::semantics::DeclarationVisitor
5674 void DeclarationVisitor::Post(const parser::FillDecl &x) { Post() function in Fortran::semantics::DeclarationVisitor
5702 void DeclarationVisitor::Post(const parser::ProcedureDeclarationStmt &) { Post() function in Fortran::semantics::DeclarationVisitor
5736 void DeclarationVisitor::Post(const parser::ProcComponentDefStmt &) { Post() function in Fortran::semantics::DeclarationVisitor
5754 void DeclarationVisitor::Post(const parser::ProcInterface &x) { Post() function in Fortran::semantics::DeclarationVisitor
5760 void DeclarationVisitor::Post(const parser::ProcDecl &x) { Post() function in Fortran::semantics::DeclarationVisitor
5789 void DeclarationVisitor::Post(const parser::TypeBoundProcedurePart &) { Post() function in Fortran::semantics::DeclarationVisitor
5821 void DeclarationVisitor::Post(const parser::ContainsStmt &) { Post() function in Fortran::semantics::DeclarationVisitor
5827 void DeclarationVisitor::Post( Post() function in Fortran::semantics::DeclarationVisitor
5884 void DeclarationVisitor::Post( Post() function in Fortran::semantics::DeclarationVisitor
6042 void DeclarationVisitor::Post(const parser::StructureField &x) { Post() function in Fortran::semantics::DeclarationVisitor
6053 void DeclarationVisitor::Post(const parser::AllocateStmt &) { Post() function in Fortran::semantics::DeclarationVisitor
6091 void DeclarationVisitor::Post(const parser::BasedPointer &bp) { Post() function in Fortran::semantics::DeclarationVisitor
6214 void DeclarationVisitor::Post(const parser::CommonBlockObject &x) { Post() function in Fortran::semantics::DeclarationVisitor
7079 void ConstructVisitor::Post(const parser::DoConstruct &x) { Post() function in Fortran::semantics::ConstructVisitor
7089 void ConstructVisitor::Post(const parser::ForallConstruct &) { PopScope(); } Post() function in Fortran::semantics::ConstructVisitor
7094 void ConstructVisitor::Post(const parser::ForallStmt &) { PopScope(); } Post() function in Fortran::semantics::ConstructVisitor
7110 void ConstructVisitor::Post(const parser::Selector &x) { Post() function in Fortran::semantics::ConstructVisitor
7114 void ConstructVisitor::Post(const parser::AssociateStmt &x) { Post() function in Fortran::semantics::ConstructVisitor
7131 void ConstructVisitor::Post(const parser::EndAssociateStmt &x) { Post() function in Fortran::semantics::ConstructVisitor
7150 void ConstructVisitor::Post(const parser::CoarrayAssociation &x) { Post() function in Fortran::semantics::ConstructVisitor
7169 void ConstructVisitor::Post(const parser::EndChangeTeamStmt &x) { Post() function in Fortran::semantics::ConstructVisitor
7180 void ConstructVisitor::Post(const parser::SelectTypeConstruct &) { Post() function in Fortran::semantics::ConstructVisitor
7184 void ConstructVisitor::Post(const parser::SelectTypeStmt &x) { Post() function in Fortran::semantics::ConstructVisitor
7225 void ConstructVisitor::Post(const parser::SelectRankStmt &x) { Post() function in Fortran::semantics::ConstructVisitor
7238 void ConstructVisitor::Post(const parser::SelectTypeConstruct::TypeCase &) { Post() function in Fortran::semantics::ConstructVisitor
7246 void ConstructVisitor::Post(const parser::SelectRankConstruct::RankCase &) { Post() function in Fortran::semantics::ConstructVisitor
7258 void ConstructVisitor::Post(const parser::TypeGuardStmt::Guard &x) { Post() function in Fortran::semantics::ConstructVisitor
7269 void ConstructVisitor::Post(const parser::SelectRankCaseStmt::Rank &x) { Post() function in Fortran::semantics::ConstructVisitor
7306 void ConstructVisitor::Post(const parser::SelectRankConstruct &) { Post() function in Fortran::semantics::ConstructVisitor
7483 template <typename A> void Post(const A &) {} Post() function in Fortran::semantics::ExecutionPartSkimmerBase
7491 void Post(const parser::AssociateConstruct &) { PopScope(); } Post() function in Fortran::semantics::ExecutionPartSkimmerBase
7501 void Post(const parser::BlockConstruct &) { Post() function in Fortran::semantics::ExecutionPartSkimmerBase
7509 void Post(const parser::ImportStmt &x) { Post() function in Fortran::semantics::ExecutionPartSkimmerBase
7522 void Post(const parser::UseStmt &x) { Post() function in Fortran::semantics::ExecutionPartSkimmerBase
7544 void Post(const parser::DerivedTypeDef &) { PopScope(); } Post() function in Fortran::semantics::ExecutionPartSkimmerBase
7549 void Post(const parser::SelectTypeConstruct &) { PopScope(); } Post() function in Fortran::semantics::ExecutionPartSkimmerBase
7560 void Post(const parser::SelectRankConstruct &) { PopScope(); } Post() function in Fortran::semantics::ExecutionPartSkimmerBase
7633 void Post(const parser::ReadStmt &) { inAsyncIO_ = false; } Post() function in Fortran::semantics::ExecutionPartAsyncIOSkimmer
7634 void Post(const parser::WriteStmt &) { inAsyncIO_ = false; } Post() function in Fortran::semantics::ExecutionPartAsyncIOSkimmer
7635 void Post(const parser::IoControlSpec::Size &size) { Post() function in Fortran::semantics::ExecutionPartAsyncIOSkimmer
7642 void Post(const parser::InputItem &x) { Post() function in Fortran::semantics::ExecutionPartAsyncIOSkimmer
7650 void Post(const parser::OutputItem &x) { Post() function in Fortran::semantics::ExecutionPartAsyncIOSkimmer
8798 void ResolveNamesVisitor::Post(const parser::PointerObject &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
8807 void ResolveNamesVisitor::Post(const parser::AllocateObject &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
8867 void ResolveNamesVisitor::Post(const parser::Designator &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
8870 void ResolveNamesVisitor::Post(const parser::SubstringInquiry &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
8875 void ResolveNamesVisitor::Post(const parser::ProcComponentRef &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
8878 void ResolveNamesVisitor::Post(const parser::TypeGuardStmt &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
8910 void ResolveNamesVisitor::Post(const parser::AssignStmt &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
8916 void ResolveNamesVisitor::Post(const parser::AssignedGotoStmt &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
8923 void ResolveNamesVisitor::Post(const parser::CompilerDirective &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
9152 void Post(const parser::FunctionReference &fr) { Post() function in Fortran::semantics::ExecutionPartCallSkimmer
9155 void Post(const parser::CallStmt &cs) { Post() function in Fortran::semantics::ExecutionPartCallSkimmer
9351 template <typename A> void Post(const A &) {} Post() function in Fortran::semantics::DeferredCheckVisitor
9353 void Post(const parser::DerivedTypeStmt &x) { Post() function in Fortran::semantics::DeferredCheckVisitor
9365 void Post(const parser::EndTypeStmt &) { Post() function in Fortran::semantics::DeferredCheckVisitor
9372 void Post(const parser::ProcInterface &pi) { Post() function in Fortran::semantics::DeferredCheckVisitor
9394 void Post(const parser::TypeBoundProcedureStmt::WithInterface &tbps) { Post() function in Fortran::semantics::DeferredCheckVisitor
9397 void Post(const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { Post() function in Fortran::semantics::DeferredCheckVisitor
9406 void Post(const parser::DataStmtObject &) { --dataStmtObjectNesting_; } Post() function in Fortran::semantics::DeferredCheckVisitor
9407 void Post(const parser::Designator &x) { Post() function in Fortran::semantics::DeferredCheckVisitor
9528 void ResolveNamesVisitor::Post(const parser::Program &x) { Post() function in Fortran::semantics::ResolveNamesVisitor
[all...]
H A Drewrite-parse-tree.cpp40 template <typename T> void Post(T &) {} in Post() function in Fortran::semantics::RewriteMutator
75 void RewriteMutator::Post(parser::Name &name) { Post() function in Fortran::semantics::RewriteMutator
96 void RewriteMutator::Post(parser::SpecificationPart &x) { Post() function in Fortran::semantics::RewriteMutator
154 void RewriteMutator::Post(parser::ReadStmt &x) { Post() function in Fortran::semantics::RewriteMutator
172 void RewriteMutator::Post(parser::WriteStmt &x) { Post() function in Fortran::semantics::RewriteMutator
H A Dresolve-directives.cpp132 template <typename A> void Post(const A &) {} in Post() function in Fortran::semantics::AccAttributeVisitor
135 void Post(const parser::OpenACCBlockConstruct &) { PopContext(); } in Post() function in Fortran::semantics::AccAttributeVisitor
137 void Post(const parser::OpenACCCombinedConstruct &) { PopContext(); } in Post() function in Fortran::semantics::AccAttributeVisitor
150 void Post(const parser::AccBeginBlockDirective &) { in Post() function in Fortran::semantics::AccAttributeVisitor
156 void Post(cons function in Fortran::semantics::AccAttributeVisitor
41 template <typename A> void Post(const A &) {} Post() function in Fortran::semantics::DirectiveAttributeVisitor
127 template <typename A> void Post(const A &) {} Post() function in Fortran::semantics::AccAttributeVisitor
130 void Post(const parser::OpenACCBlockConstruct &) { PopContext(); } Post() function in Fortran::semantics::AccAttributeVisitor
145 void Post(const parser::AccBeginBlockDirective &) { Post() function in Fortran::semantics::AccAttributeVisitor
151 void Post(const parser::AccLoopDirective &) { Post() function in Fortran::semantics::AccAttributeVisitor
157 void Post(const parser::AccStandaloneDirective &) { Post() function in Fortran::semantics::AccAttributeVisitor
162 void Post(const parser::OpenACCCacheConstruct &) { PopContext(); } Post() function in Fortran::semantics::AccAttributeVisitor
300 template <typename A> void Post(const A &) {} Post() function in Fortran::semantics::OmpAttributeVisitor
352 void Post(const parser::OmpBeginBlockDirective &) { Post() function in Fortran::semantics::OmpAttributeVisitor
357 void Post(const parser::OpenMPSimpleStandaloneConstruct &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
360 void Post(const parser::OpenMPLoopConstruct &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
361 void Post(const parser::OmpBeginLoopDirective &) { Post() function in Fortran::semantics::OmpAttributeVisitor
367 void Post(const parser::OpenMPSectionsConstruct &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
370 void Post(const parser::OpenMPCriticalConstruct &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
380 void Post(const parser::OpenMPDeclareSimdConstruct &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
417 void Post(const parser::OpenMPRequiresConstruct &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
420 void Post(const parser::OpenMPDeclareTargetConstruct &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
423 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
426 void Post(const parser::OpenMPDeclarativeAllocate &) { PopContext(); } Post() function in Fortran::semantics::OmpAttributeVisitor
564 void Post(const parser::GotoStmt &gotoStmt) { CheckSourceLabel(gotoStmt.v); } Post() function in Fortran::semantics::OmpAttributeVisitor
565 void Post(const parser::ComputedGotoStmt &computedGotoStmt) { Post() function in Fortran::semantics::OmpAttributeVisitor
570 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { Post() function in Fortran::semantics::OmpAttributeVisitor
575 void Post(const parser::AssignedGotoStmt &assignedGotoStmt) { Post() function in Fortran::semantics::OmpAttributeVisitor
580 void Post(const parser::AltReturnSpec &altReturnSpec) { Post() function in Fortran::semantics::OmpAttributeVisitor
583 void Post(const parser::ErrLabel &errLabel) { CheckSourceLabel(errLabel.v); } Post() function in Fortran::semantics::OmpAttributeVisitor
584 void Post(const parser::EndLabel &endLabel) { CheckSourceLabel(endLabel.v); } Post() function in Fortran::semantics::OmpAttributeVisitor
585 void Post(const parser::EorLabel &eorLabel) { CheckSourceLabel(eorLabel.v); } Post() function in Fortran::semantics::OmpAttributeVisitor
587 void Post(const parser::OmpMapClause &x) { Post() function in Fortran::semantics::OmpAttributeVisitor
873 void AccAttributeVisitor::Post( Post() function in Fortran::semantics::AccAttributeVisitor
1346 void AccAttributeVisitor::Post(const parser::AccDefaultClause &x) { Post() function in Fortran::semantics::AccAttributeVisitor
1361 void AccAttributeVisitor::Post(const parser::Name &name) { Post() function in Fortran::semantics::AccAttributeVisitor
1533 void OmpAttributeVisitor::Post(const parser::OpenMPBlockConstruct &x) { Post() function in Fortran::semantics::OmpAttributeVisitor
1937 void OmpAttributeVisitor::Post(const parser::OmpDefaultClause &x) { Post() function in Fortran::semantics::OmpAttributeVisitor
1967 void OmpAttributeVisitor::Post(const parser::OpenMPExecutableAllocate &x) { Post() function in Fortran::semantics::OmpAttributeVisitor
2004 void OmpAttributeVisitor::Post(const parser::OpenMPAllocatorsConstruct &x) { Post() function in Fortran::semantics::OmpAttributeVisitor
2036 void OmpAttributeVisitor::Post(const parser::Name &name) { Post() function in Fortran::semantics::OmpAttributeVisitor
[all...]
H A Dcanonicalize-directives.cpp25 template <typename T> void Post(T &) {} Post() function in Fortran::semantics::CanonicalizationOfDirectives
59 void CanonicalizationOfDirectives::Post(parser::SpecificationPart &spec) { Post() function in Fortran::semantics::CanonicalizationOfDirectives
111 void CanonicalizationOfDirectives::Post(parser::Block &block) { Post() function in Fortran::semantics::CanonicalizationOfDirectives
H A Dcanonicalize-omp.cpp28 template <typename T> void Post(T &) {} in Post() function in Fortran::semantics::CanonicalizationOfOmp
31 void Post(parser::Block &block) { in Post() function in Fortran::semantics::CanonicalizationOfOmp
51 void Post(parser::ExecutionPart &body) { RewriteOmpAllocations(body); } in Post() function in Fortran::semantics::CanonicalizationOfOmp
H A Drewrite-directives.cpp28 template <typename T> void Post(T &) {} in Post() function in Fortran::semantics::DirectiveRewriteMutator
43 template <typename T> void Post(T &) {} in Post() function in Fortran::semantics::OmpRewriteMutator
H A Dcanonicalize-acc.cpp29 template <typename T> void Post(T &) {} in Post() function in Fortran::semantics::CanonicalizationOfAcc
32 void Post(parser::Block &block) { in Post() function in Fortran::semantics::CanonicalizationOfAcc
H A Dcheck-directive-structure.h54 void Post(const parser::DoConstruct &) { numDoConstruct_--; } in Post() function
41 template <typename T> void Post(const T &) {} Post() function
52 void Post(const parser::DoConstruct &) { numDoConstruct_--; } Post() function
53 void Post(const parser::ReturnStmt &) { EmitBranchOutError("RETURN"); } Post() function
61 void Post(const parser::CycleStmt &cycleStmt) { Post() function
H A Dcanonicalize-do.cpp22 template <typename T> void Post(T &) {} in Post() function in Fortran::parser::CanonicalizationOfDoLoops
23 void Post(Block &block) { in Post() function in Fortran::parser::CanonicalizationOfDoLoops
H A Dcheck-do-forall.cpp125 template <typename T> void Post(const T &) {} Post() function in Fortran::semantics::DoConcurrentBodyEnforce
194 void Post(const parser::BlockConstruct &blockConstruct) { Post() function in Fortran::semantics::DoConcurrentBodyEnforce
216 void Post(const parser::AssignmentStmt &stmt) { Post() function in Fortran::semantics::DoConcurrentBodyEnforce
245 void Post(const parser::DeallocateStmt &stmt) { Post() function in Fortran::semantics::DoConcurrentBodyEnforce
267 void Post(const parser::ExecutableConstruct &construct) { Post() function in Fortran::semantics::DoConcurrentBodyEnforce
282 void Post(const parser::ReturnStmt &) { Post() function in Fortran::semantics::DoConcurrentBodyEnforce
293 void Post(const parser::ProcedureDesignator &procedureDesignator) { Post() function in Fortran::semantics::DoConcurrentBodyEnforce
308 void Post(const parser::IoControlSpec &ioControlSpec) { Post() function in Fortran::semantics::DoConcurrentBodyEnforce
348 template <typename T> void Post(const T &) {} Post() function in Fortran::semantics::DoConcurrentVariableEnforce
351 void Post(const parser::Name &name) { Post() function in Fortran::semantics::DoConcurrentVariableEnforce
[all...]
H A Dcheck-coarray.cpp27 template <typename T> void Post(const T &) {} in Post() function in Fortran::semantics::CriticalBodyEnforce
38 void Post(const parser::ReturnStmt &) { in Post() function in Fortran::semantics::CriticalBodyEnforce
44 void Post(const parser::ExecutableConstruct &construct) { in Post() function in Fortran::semantics::CriticalBodyEnforce
H A Dsemantics.cpp91 template <typename N> void Post(const N &node) { in Post() function in Fortran::semantics::SemanticsVisitor
108 template <typename T> void Post(const parser::Statement<T> &node) { in Post() function in Fortran::semantics::SemanticsVisitor
112 template <typename T> void Post(const parser::UnlabeledStatement<T> &node) { in Post() function in Fortran::semantics::SemanticsVisitor
H A Dtools.cpp1489 void LabelEnforce::Post(const parser::GotoStmt &gotoStmt) { Post() function in Fortran::semantics::LabelEnforce
1492 void LabelEnforce::Post(const parser::ComputedGotoStmt &computedGotoStmt) { Post() function in Fortran::semantics::LabelEnforce
1498 void LabelEnforce::Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { Post() function in Fortran::semantics::LabelEnforce
1504 void LabelEnforce::Post(const parser::AssignStmt &assignStmt) { Post() function in Fortran::semantics::LabelEnforce
1508 void LabelEnforce::Post(const parser::AssignedGotoStmt &assignedGotoStmt) { Post() function in Fortran::semantics::LabelEnforce
1514 void LabelEnforce::Post(const parser::AltReturnSpec &altReturnSpec) { Post() function in Fortran::semantics::LabelEnforce
1518 void LabelEnforce::Post(const parser::ErrLabel &errLabel) { Post() function in Fortran::semantics::LabelEnforce
1521 void LabelEnforce::Post(const parser::EndLabel &endLabel) { Post() function in Fortran::semantics::LabelEnforce
1524 void LabelEnforce::Post(const parser::EorLabel &eorLabel) { Post() function in Fortran::semantics::LabelEnforce
/llvm-project/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp217 void OpenMPCounterVisitor::Post( in Post() function in Fortran::parser::OpenMPCounterVisitor
171 void OpenMPCounterVisitor::Post(const OpenMPDeclarativeConstruct &) { Post() function in Fortran::parser::OpenMPCounterVisitor
174 void OpenMPCounterVisitor::Post(const OpenMPConstruct &) { Post() function in Fortran::parser::OpenMPCounterVisitor
193 void OpenMPCounterVisitor::Post(const OmpProcBindClause::Type &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
197 void OpenMPCounterVisitor::Post(const OmpDefaultClause::Type &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
201 void OpenMPCounterVisitor::Post(const OmpDeviceTypeClause::Type &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
205 void OpenMPCounterVisitor::Post( Post() function in Fortran::parser::OpenMPCounterVisitor
211 void OpenMPCounterVisitor::Post( Post() function in Fortran::parser::OpenMPCounterVisitor
221 void OpenMPCounterVisitor::Post(const OmpLinearModifier::Type &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
225 void OpenMPCounterVisitor::Post(const OmpDependenceType::Type &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
229 void OpenMPCounterVisitor::Post(const OmpMapType::Type &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
232 void OpenMPCounterVisitor::Post(const OmpScheduleClause::ScheduleType &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
236 void OpenMPCounterVisitor::Post(const OmpIfClause::DirectiveNameModifier &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
240 void OpenMPCounterVisitor::Post(const OmpCancelType::Type &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
243 void OpenMPCounterVisitor::Post(const OmpClause &c) { Post() function in Fortran::parser::OpenMPCounterVisitor
[all...]
H A DFlangOmpReportVisitor.h61 template <typename A> void Post(const A &) {} in Post() function
[all...]
/llvm-project/flang/examples/PrintFlangFunctionNames/
H A DPrintFlangFunctionNames.cpp33 template <typename A> void Post(const A &) {} in Post() function
39 void Post(const Fortran::parser::FunctionStmt &f) { in Post() function
52 void Post(const Fortran::parser::SubroutineStmt &s) { in Post() function
/llvm-project/flang/lib/Lower/OpenMP/
H A DDataSharingProcessor.h44 void Post(const T &) {} in Post() function
53 void Post(const parser::OpenMPConstruct &omp) { in Post() function
57 void Post(const parser::Name &name) { in Post() function
/llvm-project/flang/include/flang/Semantics/
H A Dexpression.h44 template <typename A> void Post(const A &) {} in Post() function
45 void Post(const CharBlock &at) { source.ExtendToCover(at); } in Post() function
444 template <typename A> void Post(const A &) {} Post() function
494 void Post(const parser::WhereStmt &) { Post() function
503 void Post(const parser::WhereBodyConstruct &) { Post() function
512 void Post(const parser::ComponentDefStmt &) { inComponentDefStmt_ = false; } Post() function
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp65 template <typename T> void Post(const T &) {} in Post() function in Fortran::parser::UnparseVisitor
84 template <typename T> void Post(const Statement<T> &) { Put('\n'); } in Post() function in Fortran::parser::UnparseVisitor
139 void Post(const Star &) { Put('*'); } // R701 &c. in Post() function in Fortran::parser::UnparseVisitor
140 void Post(const TypeParamValue::Deferred &) { Put(':'); } // R701 in Post() function in Fortran::parser::UnparseVisitor
147 void Post(const DeclarationTypeSpec::ClassStar &) { Word("CLASS(*)"); } in Post() function in Fortran::parser::UnparseVisitor
148 void Post(const DeclarationTypeSpec::TypeStar &) { Word("TYPE(*)"); } in Post() function in Fortran::parser::UnparseVisitor
156 void Post(const IntrinsicTypeSpec::DoublePrecision &) { in Post() function in Fortran::parser::UnparseVisitor
161 void Post(const IntrinsicTypeSpec::DoubleComplex &) { in Post() function in Fortran::parser::UnparseVisitor
166 void Post(cons in Before() function in Fortran::parser::UnparseVisitor
167 void Post(const VectorTypeSpec::PairVectorTypeSpec &) { Post() function in Fortran::parser::UnparseVisitor
170 void Post(const VectorTypeSpec::QuadVectorTypeSpec &) { Post() function in Fortran::parser::UnparseVisitor
255 void Post(const TypeAttrSpec::BindC &) { Word("BIND(C)"); } Post() function in Fortran::parser::UnparseVisitor
314 void Post(const ComponentAttrSpec &x) { Post() function in Fortran::parser::UnparseVisitor
385 void Post(const BindAttr::Deferred &) { Word("DEFERRED"); } // R752 Post() function in Fortran::parser::UnparseVisitor
386 void Post(const BindAttr::Non_Overridable &) { Word("NON_OVERRIDABLE"); } Post() function in Fortran::parser::UnparseVisitor
416 void Post(const EndEnumStmt &) { // R763 Post() function in Fortran::parser::UnparseVisitor
508 void Post(const AttrSpec &x) { Post() function in Fortran::parser::UnparseVisitor
570 void Post(const AssumedShapeSpec &) { Put(':'); } // R819 Post() function in Fortran::parser::UnparseVisitor
590 void Post(const AssumedRankSpec &) { Put(".."); } // R825 Post() function in Fortran::parser::UnparseVisitor
591 void Post(const Asynchronous &) { Word("ASYNCHRONOUS"); } Post() function in Fortran::parser::UnparseVisitor
592 void Post(const External &) { Word("EXTERNAL"); } Post() function in Fortran::parser::UnparseVisitor
593 void Post(const Intrinsic &) { Word("INTRINSIC"); } Post() function in Fortran::parser::UnparseVisitor
594 void Post(const Optional &) { Word("OPTIONAL"); } Post() function in Fortran::parser::UnparseVisitor
595 void Post(const Parameter &) { Word("PARAMETER"); } Post() function in Fortran::parser::UnparseVisitor
596 void Post(const Protected &) { Word("PROTECTED"); } Post() function in Fortran::parser::UnparseVisitor
597 void Post(const Save &) { Word("SAVE"); } Post() function in Fortran::parser::UnparseVisitor
598 void Post(const Target &) { Word("TARGET"); } Post() function in Fortran::parser::UnparseVisitor
599 void Post(const Value &) { Word("VALUE"); } Post() function in Fortran::parser::UnparseVisitor
600 void Post(const Volatile &) { Word("VOLATILE"); } Post() function in Fortran::parser::UnparseVisitor
926 void Post(const BoundsSpec &) { // R1035 Post() function in Fortran::parser::UnparseVisitor
1054 void Post(const LocalitySpec::DefaultNone &) { Word("DEFAULT(NONE)"); } Post() function in Fortran::parser::UnparseVisitor
1679 void Post(const GenericSpec &x) { Post() function in Fortran::parser::UnparseVisitor
1748 void Post(const PrefixSpec::Elemental) { Word("ELEMENTAL"); } // R1527 Post() function in Fortran::parser::UnparseVisitor
1749 void Post(const PrefixSpec::Impure) { Word("IMPURE"); } Post() function in Fortran::parser::UnparseVisitor
1750 void Post(const PrefixSpec::Module) { Word("MODULE"); } Post() function in Fortran::parser::UnparseVisitor
1751 void Post(const PrefixSpec::Non_Recursive) { Word("NON_RECURSIVE"); } Post() function in Fortran::parser::UnparseVisitor
1752 void Post(const PrefixSpec::Pure) { Word("PURE"); } Post() function in Fortran::parser::UnparseVisitor
1753 void Post(const PrefixSpec::Recursive) { Word("RECURSIVE"); } Post() function in Fortran::parser::UnparseVisitor
2581 void Post(const OpenMPDeclarativeConstruct &) { Post() function in Fortran::parser::UnparseVisitor
2585 void Post(const OpenMPThreadprivate &) { Post() function in Fortran::parser::UnparseVisitor
2704 void Post(const StructureField &x) { Post() function in Fortran::parser::UnparseVisitor
2721 void Post(const Union::UnionStmt &) { Word("UNION"), Indent(); } Post() function in Fortran::parser::UnparseVisitor
2722 void Post(const Union::EndUnionStmt &) { Outdent(), Word("END UNION"); } Post() function in Fortran::parser::UnparseVisitor
2723 void Post(const Map::MapStmt &) { Word("MAP"), Indent(); } Post() function in Fortran::parser::UnparseVisitor
2724 void Post(const Map::EndMapStmt &) { Outdent(), Word("END MAP"); } Post() function in Fortran::parser::UnparseVisitor
2725 void Post(const StructureDef::EndStructureStmt &) { Post() function in Fortran::parser::UnparseVisitor
[all...]
/llvm-project/flang/include/flang/Frontend/
H A DFrontendActions.h36 void Post(const A &) { Post() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp45 void Semaphore::Post(u32 count) { in Post() function in __sanitizer::Semaphore

12