reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1106 if (op >= BO_PtrMemD && op <= BO_PtrMemI) { 1106 if (op >= BO_PtrMemD && op <= BO_PtrMemI) { 1123 assert(!BinaryOperator::isComparisonOp(op) && 1154 switch (op) { 1178 assert(op == BO_Add || op == BO_Sub); 1178 assert(op == BO_Add || op == BO_Sub); 1179 index = evalBinOpNN(state, op, elemReg->getIndex(), rhs, 1185 assert(op == BO_Add || op == BO_Sub); 1185 assert(op == BO_Add || op == BO_Sub); 1186 index = (op == BO_Add) ? rhs : evalMinus(rhs);