Home | History | Annotate | Download | only in complete

Lines Matching defs:BinOp

301   // Make sure it's a declared binop.
518 // If this is a binop, find its precedence.
522 // If this is a binop that binds at least as tightly as the current binop,
527 // Okay, we know this is a binop.
528 int BinOp = CurTok;
529 getNextToken(); // eat binop
535 // If BinOp binds less tightly with RHS than the operator after RHS, let
544 LHS = new BinaryExprAST(BinOp, LHS, RHS);
1255 return Builder.CreateCall(F, Ops, "binop");