Searched refs:ReduceType (Results 1 – 3 of 3) sorted by relevance
45 enum ReduceType { enum89 enum ReduceType eRType; ///< Reduction type96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry()110 enum ReduceType RType() const { return eRType; } in RType()
232 private template ReduceType(alias fun, R, E) in ReduceType() function234 alias ReduceType = typeof(binaryFun!fun(E.init, ElementType!R.init)); in ReduceType() local
216 private template ReduceType(alias fun, R, E) in ReduceType() function218 alias ReduceType = typeof(binaryFun!fun(E.init, ElementType!R.init)); in ReduceType() local