[flang-commits] [flang] [flang][openmp]Add UserReductionDetails and use in DECLARE REDUCTION (PR #131628)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Thu Apr 10 11:32:22 PDT 2025
================
@@ -146,5 +146,10 @@ struct SymbolAndTypeMappings;
void MapSubprogramToNewSymbols(const Symbol &oldSymbol, Symbol &newSymbol,
Scope &newScope, SymbolAndTypeMappings * = nullptr);
+parser::CharBlock MakeNameFromOperator(
+ const parser::DefinedOperator::IntrinsicOperator &op,
+ SemanticsContext &context);
+parser::CharBlock MangleSpecialFunctions(const parser::CharBlock name);
----------------
Leporacanthicus wrote:
:+1:
https://github.com/llvm/llvm-project/pull/131628
More information about the flang-commits
mailing list