Uses of Interface
dev.civl.abc.ast.node.IF.omp.OmpSymbolReductionNode
Packages that use OmpSymbolReductionNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of OmpSymbolReductionNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return OmpSymbolReductionNodeModifier and TypeMethodDescriptionNodeFactory.newOmpSymbolReductionNode(Source source, OmpReductionNode.OmpReductionOperator operator, SequenceNode<IdentifierExpressionNode> variables) Creates a new OpenMP reduction node with a standard operator.