Searched refs:IsAssociativeOp (Results 1 – 2 of 2) sorted by relevance
64 func (x ID) IsAssociativeOp() bool { return minOp <= x && x <= maxOp && associativeForms[x] != 0 } func
1098 if !x.IsAssociativeOp() || x != p.peek1() {