MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / visitOp2

Method visitOp2

src/simulate/simulate_visit.cpp:984–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982 }
983
984 SimNode * SimNode_Op2::visitOp2 ( SimVisitor & vis, const char * op, int typeSize, const string & typeName ) {
985 V_BEGIN();
986 vis.op(op, typeSize, typeName);
987 V_SUB(l);
988 V_SUB(r);
989 V_END();
990 }
991
992 SimNode * SimNode_CallBase::visitOp1 ( SimVisitor & vis, const char * op, int typeSize, const char * typeName ) {
993 V_BEGIN();

Callers

nothing calls this directly

Calls 1

opMethod · 0.45

Tested by

no test coverage detected