Home
last modified time | relevance | path

Searched refs:theParamPos (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dvar_expr.h166 csize theParamPos; variable
248 csize get_param_pos() const { return theParamPos; } in get_param_pos()
250 void set_param_pos(csize pos) { theParamPos = pos; } in set_param_pos()
H A Dvar_expr.cpp84 theParamPos(0), in var_expr()
110 theParamPos(source.theParamPos), in var_expr()