reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
  174   assert((isa<UnaryOperator>(Op.E) || isa<BinaryOperator>(Op.E)) &&
  174   assert((isa<UnaryOperator>(Op.E) || isa<BinaryOperator>(Op.E)) &&
  179   if (!Op.mayHaveIntegerOverflow())
  183   if (const auto *UO = dyn_cast<UnaryOperator>(Op.E))
  188   const auto *BO = cast<BinaryOperator>(Op.E);
  202   if ((Op.Opcode != BO_Mul && Op.Opcode != BO_MulAssign) ||
  202   if ((Op.Opcode != BO_Mul && Op.Opcode != BO_MulAssign) ||
  208   unsigned PromotedSize = Ctx.getTypeSize(Op.E->getType());