Module dev.civl.abc

Enum Class OmpReductionNode.OmpReductionOperator

java.lang.Object
java.lang.Enum<OmpReductionNode.OmpReductionOperator>
dev.civl.abc.ast.node.IF.omp.OmpReductionNode.OmpReductionOperator
All Implemented Interfaces:
Serializable, Comparable<OmpReductionNode.OmpReductionOperator>, Constable
Enclosing interface:
OmpReductionNode

public static enum OmpReductionNode.OmpReductionOperator extends Enum<OmpReductionNode.OmpReductionOperator>
The kind of this reduction operator, all (SUM, MINUS, MULTIPLY, MAX, MINBAND, BOR, BXOR, LAND, LOR, UDEF) except for "UDEF" are OpenMP built-in operators according to OpenMP Standard ver.4.5 (https://www.openmp.org/wp-content/uploads/openmp-4.5.pdf).