Home
last modified time | relevance | path

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

/dports/math/curv/curv-0.5/libcurv/
H A Dsc_compiler.cc188 throw Exception(At_SC_Phrase(op.syntax_, fm), in sc_eval_expr()
197 const At_SC_Phrase& cx, std::ostream& out);
248 const At_SC_Phrase& cx, std::ostream& out) in sc_put_list()
266 At_SC_Phrase cx(share(syntax), fm); in sc_eval_const()
426 At_SC_Phrase(op.syntax_, fm)); in sc_constify()
449 throw Exception(At_SC_Phrase(op.syntax_, fm), in sc_constify()
541 At_SC_Phrase(index_->syntax_, fm)); in sc_print()
725 At_SC_Phrase(syntax_, fm), in sc_eval()
732 At_SC_Phrase(arg_->syntax_, fm)); in sc_eval()
767 At_SC_Phrase(arg2_->syntax_, fm)); in sc_eval()
[all …]
H A Dsc_context.cc54 At_SC_Phrase::At_SC_Phrase(Shared<const Phrase> phrase, SC_Frame& frame) in At_SC_Phrase() function in curv::At_SC_Phrase
59 At_SC_Phrase::get_locations(std::list<Func_Loc>& locs) const in get_locations()
65 System& At_SC_Phrase::system() const { return call_frame_.sc_.sstate_.system_; } in system()
66 Frame* At_SC_Phrase::frame() const { return nullptr; } in frame()
67 const Phrase& At_SC_Phrase::syntax() const { return *phrase_; } in syntax()
70 At_SC_Phrase::rewrite_message(Shared<const String> msg) const in rewrite_message()
H A Dfunction.cc78 throw Exception(At_SC_Phrase(func_part(call_phrase), fm), in sc_call_expr()
138 throw Exception(At_SC_Phrase(arg.syntax_, fm), stringify( in sc_call_expr()
146 throw Exception(At_SC_Phrase(arg.syntax_, fm), stringify( in sc_call_expr()
150 throw Exception(At_SC_Phrase(arg.syntax_, fm), stringify( in sc_call_expr()
162 throw Exception(At_SC_Phrase(func_part(fm.call_phrase_), fm), in sc_tuple_call()
265 throw Exception(At_SC_Phrase(func_part(call_phrase), fm), in sc_call_expr()
H A Dsc_context.h26 struct At_SC_Phrase : public At_Syntax struct
31 At_SC_Phrase(Shared<const Phrase> phrase, SC_Frame& frame); argument
H A Dpattern.cc87 throw Exception(At_SC_Phrase(expr.syntax_, caller), in sc_exec()
280 throw Exception(At_SC_Phrase(expr.syntax_, caller), in sc_exec()
289 At_SC_Phrase(expr.syntax_, callee), in sc_exec()
440 throw Exception(At_SC_Phrase(syntax_, caller), in sc_exec()
605 throw Exception(At_SC_Phrase(syntax_, callee), in sc_exec()
611 throw Exception(At_SC_Phrase(syntax_, callee), in sc_exec()
H A Dprim.h35 throw Exception(At_SC_Phrase(syntax, fm), in sc_call()
51 { return Op::sc_op(At_SC_Phrase(syntax_,fm), *arg_, fm); } in sc_eval()
312 Prim::sc_check_args(fm, x, y, At_SC_Phrase(ph, fm)); in sc_call()
H A Dbuiltin.cc649 throw Exception(At_SC_Phrase(syntax_, fm), in sc_eval()
661 throw Exception(At_SC_Phrase(syntax_, fm), in sc_eval()