Home
last modified time | relevance | path

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

/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_F12_TAKE_DROP.cc141 Bif_F12_TAKE::fill(const Shape & shape_Zi, Cell * cZ, Value & Z_owner, in fill() argument
147 if (offset == -1) cZ++->init_type(B->get_ravel(0), Z_owner, LOC); in fill()
148 else cZ++->init(B->get_ravel(offset), Z_owner, LOC); in fill()
H A DBif_F12_TAKE_DROP.hh52 static void fill(const Shape & shape_Zi, Cell * cZ, Value & Z_owner,
H A DScalarFunction.cc278 ScalarFunction::expand_pointers(Cell * cell_Z, Value & Z_owner, in expand_pointers() argument
290 new (cell_Z) PointerCell(token.get_apl_val().get(), Z_owner); in expand_pointers()
298 new (cell_Z) PointerCell(token.get_apl_val().get(), Z_owner); in expand_pointers()
309 new (cell_Z) PointerCell(token.get_apl_val().get(), Z_owner); in expand_pointers()
H A DScalarFunction.hh79 void expand_pointers(Cell * cell_Z, Value & Z_owner, const Cell * cell_A,