MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Mul

Function Mul

ASTHelpers.cpp:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719//-----------------------------------------------------------------------------
720
721BinaryOperator* Mul(Expr* lhs, Expr* rhs)
722{
723 return mkBinaryOperator(lhs, rhs, BinaryOperator::Opcode::BO_Mul, lhs->getType());
724}
725//-----------------------------------------------------------------------------
726
727BinaryOperator* And(VarDecl* lhs, Expr* rhs)

Callers 1

InsertArgMethod · 0.85

Calls 1

mkBinaryOperatorFunction · 0.85

Tested by

no test coverage detected