MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / BinaryExpr

Method BinaryExpr

Bcore/src/main/cpp/Dobby/tests/catch.hpp:1230–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228
1229public:
1230 BinaryExpr(bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs)
1231 : ITransientExpression{true, comparisonResult}, m_lhs(lhs), m_op(op), m_rhs(rhs) {
1232 }
1233};
1234
1235template <typename LhsT> class UnaryExpr : public ITransientExpression {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected