reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 BinaryOperator::Opcode Opc = B->getOpcode(); 84 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C); 87 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C); 96 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C); 97 } else if (B->isRelationalOp() || B->isMultiplicativeOp()) { 97 } else if (B->isRelationalOp() || B->isMultiplicativeOp()) {