Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Drtl_err.h32 #define raise_error(num) raise_error2(num, __FILE__, __LINE__)
35 void raise_error2 (int exception_num, const_cstriType filename, int line);
H A Ds7.c79 void raise_error2 (int exception_num, const_cstriType filename, int line) in raise_error2() function
/dports/net/nbdkit/nbdkit-1.20.4/tests/
H A Dpython-exception.py43 def raise_error2(): function
47 raise_error2()
/dports/lang/seed7/seed7/prg/
H A Ds7c.sd76953 c_expr.expr &:= "void raise_error2 (int fail_value, const char *file_name, int line_number)\n";