Uses of Interface
dev.civl.abc.ast.node.IF.omp.OmpFunctionReductionNode
Packages that use OmpFunctionReductionNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of OmpFunctionReductionNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return OmpFunctionReductionNodeModifier and TypeMethodDescriptionNodeFactory.newOmpFunctionReductionNode(Source source, IdentifierExpressionNode function, SequenceNode<IdentifierExpressionNode> variables) Creates a new OpenMP reduction node with an identifier operator (i.e., function names).