Home
last modified time | relevance | path

Searched refs:V_VPTR (Results 1 – 4 of 4) sorted by relevance

/dports/math/calc/calc-2.14.0.14/
H A Dvalue.c68 case V_VPTR: in freevalue()
191 case V_VPTR: in copyvalue()
433 case TWOVAL(V_VPTR, V_NUM): in addvalue()
441 vres->v_type = V_VPTR; in addvalue()
520 vres->v_type = V_VPTR; in subvalue()
532 case TWOVAL(V_VPTR, V_VPTR): in subvalue()
1388 case V_VPTR: in incvalue()
1424 case V_VPTR: in decvalue()
2467 case V_VPTR: in comparevalue()
2668 case V_VPTR: in relvalue()
[all …]
H A Dsymbol.c305 case V_VPTR: in printtype()
H A Dvalue.h166 #define V_VPTR 18 /* value address as pointer */ macro
H A Dopcodes.c905 stack->v_type = V_VPTR; in o_ptr()
941 if (stack->v_type == V_VPTR) { in o_deref()
972 case V_VPTR: in o_deref()
2118 case V_VPTR: r = 2; break; in o_isptr()