Home
last modified time | relevance | path

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

/dports/math/minizinc/libminizinc-2.5.5/lib/flatten/
H A Dflatten_binop.cpp683 std::vector<Expression*> boargs(2); in flatten_linexp_binop() local
684 boargs[0] = e0; in flatten_linexp_binop()
685 boargs[1] = e1; in flatten_linexp_binop()
686 Call* c = new Call(Location(), op_to_builtin(e0, e1, bot), boargs); in flatten_linexp_binop()