Searched defs:RHSExprs (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp5970 /// and sets *OpCode to the opcode and *RHSExprs to the right-hand side
5973 Expr **RHSExprs) {
5983 *RHSExprs = OP->getRHS();
6003 *RHSExprs = Call->getArg(1);
5972 IsArithmeticBinaryExpr(Expr *E, BinaryOperatorKind *Opcode, Expr **RHSExprs) argument

Completed in 107 milliseconds