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

Function Equal

ASTHelpers.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329//-----------------------------------------------------------------------------
330
331BinaryOperator* Equal(Expr* var, Expr* assignExpr)
332{
333 return mkBinaryOperator(var, assignExpr, BO_EQ, GetGlobalAST().BoolTy);
334}
335//-----------------------------------------------------------------------------
336
337BinaryOperator* Plus(Expr* var, Expr* assignExpr)

Callers 2

InsertCoroutineMethod · 0.85

Calls 1

mkBinaryOperatorFunction · 0.85

Tested by

no test coverage detected