Searched defs:binop_eval_t (Results 1 – 2 of 2) sorted by relevance
139 using binop_eval_t = uint64_t (*)(uint64_t, uint64_t); variable
344 using binop_eval_t = Expected<ExpressionValue> (*)(const ExpressionValue &, variable