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

Function Plus

ASTHelpers.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335//-----------------------------------------------------------------------------
336
337BinaryOperator* Plus(Expr* var, Expr* assignExpr)
338{
339 return mkBinaryOperator(var, assignExpr, BO_Add, var->getType());
340}
341//-----------------------------------------------------------------------------
342
343GotoStmt* Goto(std::string_view labelName)

Callers 1

InsertArgMethod · 0.85

Calls 1

mkBinaryOperatorFunction · 0.85

Tested by

no test coverage detected