Home
last modified time | relevance | path

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

/dports/math/curv/curv-0.5/libcurv/
H A Drecord.h145 Shared<DRecord> update_drecord(Value, const Context&);
H A Drecord.cc119 Shared<DRecord> update_drecord(Value arg, const Context& cx) in update_drecord() function
H A Dtree.cc258 auto rec = update_drecord(move(tree), Bad_Collection(lcx)); in tree_amend()
302 auto rec = update_drecord(move(tree), Bad_Collection(lcx)); in tree_amend_slice()
H A Devaluator.cc896 auto result = update_drecord(rval, acx); // fault on error in call()