Uses of Interface
dev.civl.abc.ast.node.IF.omp.OmpReductionNode
Packages that use OmpReductionNode
Package
Description
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of OmpReductionNode in dev.civl.abc.ast.node.IF.omp
Subinterfaces of OmpReductionNode in dev.civl.abc.ast.node.IF.ompModifier and TypeInterfaceDescriptioninterfaceThis represents an OpenMP reduction identifier.interfaceThis represents an OpenMP reduction clause with the reduction operator being one of the following operators:
For C:max,min,+,-,*,invalid input: '&',|,^,invalid input: '&'invalid input: '&', and||
For Fortran: (NOT case sensitive)MAX,MIN,+,-,*,IAND,IOR,IEOR,.AND.,.OR.,.EQV.and.NEQV.Methods in dev.civl.abc.ast.node.IF.omp that return types with arguments of type OmpReductionNodeModifier and TypeMethodDescriptionOmpExecutableNode.reductionList()Returns the list of identifier nodes declared byreductionclause.Method parameters in dev.civl.abc.ast.node.IF.omp with type arguments of type OmpReductionNodeModifier and TypeMethodDescriptionvoidOmpExecutableNode.setReductionList(SequenceNode<OmpReductionNode> list) Updates the reduction list of this node.