Searched defs:boolOp (Results 1 – 2 of 2) sorted by relevance
64 type boolOp struct { struct65 name string66 tok token.Token // token corresponding to this operator67 … token.Token // token corresponding to the equality test that should not be used with this operator80 … commutativeSets(info *types.Info, e *ast.BinaryExpr, seen map[*ast.BinaryExpr]bool) [][]ast.Expr {104 func (op boolOp) checkRedundant(pass *analysis.Pass, exprs []ast.Expr) {125 func (op boolOp) checkSuspect(pass *analysis.Pass, exprs []ast.Expr) {170 func (op boolOp) split(e ast.Expr, seen map[*ast.BinaryExpr]bool) (exprs []ast.Expr) {
653 int32_t boolOp; member