|
void | test_initializer (void) |
|
void | test_declaration (void) |
|
void | test_pl_jump_and_pl_ret (void) |
|
void | ma_test_pl_jump_and_pl_ret (void) |
|
void | test_pl_call_and_pl_ret_and_pl_fail (void) |
|
void | ma_test_pl_call_and_pl_ret_and_pl_fail (void) |
|
void | test_prep_cp_and_here_cp (void) |
|
void | ma_test_prep_cp_and_here_cp (void) |
|
void | test_jump_and_c_ret (void) |
|
void | ma_test_jump_and_c_ret (void) |
|
void | test_call_c (void) |
|
void | ma_test_call_c (void) |
|
void | test_move_x_y (void) |
|
void | ma_test_move_x_y (void) |
|
void | test_move_y_x (void) |
|
void | ma_test_move_y_x (void) |
|
void | test_arg_int (void) |
|
void | ma_test_arg_int (void) |
|
void | test_arg_double (void) |
|
void | ma_test_arg_double (void) |
|
void | test_arg_mixed (void) |
|
void | ma_test_arg_mixed (void) |
|
void | test_arg_string (void) |
|
void | ma_test_arg_string (void) |
|
void | test_arg_mem_l (void) |
|
void | ma_test_arg_mem_l (void) |
|
void | test_arg_x (void) |
|
void | ma_test_arg_x (void) |
|
void | test_arg_y (void) |
|
void | ma_test_arg_y (void) |
|
void | test_arg_fl_array (void) |
|
void | ma_test_arg_fl_array (void) |
|
void | test_arg_fd_array (void) |
|
void | ma_test_arg_fd_array (void) |
|
void | test_call_c_lot_args (void) |
|
void | ma_test_call_c_lot_args (void) |
|
void | test_jump_ret (void) |
|
void | ma_test_jump_ret (void) |
|
void | test_fail_ret (void) |
|
void | ma_test_fail_ret (void) |
|
void | test_move_ret_mem (void) |
|
void | ma_test_move_ret_mem (void) |
|
void | test_move_ret_x (void) |
|
void | ma_test_move_ret_x (void) |
|
void | test_move_ret_y (void) |
|
void | ma_test_move_ret_y (void) |
|
void | test_move_ret_fl (void) |
|
void | ma_test_move_ret_fl (void) |
|
void | test_move_ret_fd (void) |
|
void | ma_test_move_ret_fd (void) |
|
void | test_switch_ret (void) |
|
void | ma_test_switch_ret (void) |
|
int | main (int argc, char *argv[]) |
|
void | Init_CP (WamCont p) |
|
void | Write_Long (PlLong x) |
|
void FC | Allocate (int x) |
|
void | Save_CP () |
|
void | Restore_CP () |
|
void | error (void) |
|
void | Call_Pl (void(*code)(), int must_succeed) |
|
void | Initializer (void) |
|
void | Several_Calls () |
|
void FC | test_call_c1 (void) |
|
void FC | test_arg_int1 (int a, int b, int c, int d) |
|
void FC | test_arg_double1 (double a, double b, double c, double d, double e, double f) |
|
void FC | test_arg_mixed1 (int ai, double a, double b, int bi, int ci, double c, int di) |
|
void FC | test_arg_string1 (char *a, char *b) |
|
void FC | test_arg_mem_l1 (PlLong a, PlLong b, PlLong *c, PlLong d, PlLong e, PlLong *f) |
|
void FC | test_arg_x1 (WamWord a, WamWord *b, WamWord c, WamWord *d) |
|
void FC | test_arg_y1 (WamWord a, WamWord *b, WamWord c, WamWord *d) |
|
void FC | test_arg_fl_array1 (PlLong a, PlLong b, PlLong *c, PlLong *d) |
|
void FC | test_arg_fd_array1 (double a, double b, double *c, double *d) |
|
void FC | test_call_c_lot_args1 (WamWord n0, WamWord n1, WamWord n2, WamWord n3, WamWord n4, WamWord n5, void(*a)(), PlLong b, int c, int d, double e, char *f, WamWord g, WamWord *h, WamWord i, WamWord *j, WamWord k, WamWord *l, WamWord m, WamWord *n, double o) |
|
PlLong FC | test_jump_ret1 (PlLong addr) |
|
void FC | test_jump_ret2 (void) |
|
int FC | test_fail_ret1 (void) |
|
PlLong FC | test_move_ret_mem1 (void) |
|
PlLong FC | test_move_ret_x1 (void) |
|
PlLong FC | test_move_ret_y1 (void) |
|
PlLong FC | test_move_ret_fl1 (void) |
|
double FC | test_move_ret_fd1 (void) |
|
PlLong FC | test_switch_ret1 (void) |
|
void FC | test_switch_ret2 (int k) |
|
void | Pl_Init_Atom (void) |
|
void | Pl_Init_Oper (void) |
|
void | Pl_Init_Pred (void) |
|
void | Pl_Init_Machine (void) |
|
void | Pl_Find_Linked_Objects (void) |
|
void | Pl_Fd_Init_Engine (void) |
|
int | Pl_Create_Atom (char *name) |
|
PredInf *FC | Pl_Lookup_Pred (int func, int arity) |
|
void | Pl_Allocate_Stacks (void) |
|
void FC | Pl_Create_Choice_Point (CodePtr codep_alt, int arity) |
|
void | Pl_Fd_Init_Solver (void) |
|
void | Pl_Fd_Reset_Solver (void) |
|
void | SIGSEGV_Handler (void) |
|
int | Is_Win32_SEGV (void *exp) |
|
void | Pl_Fatal_Error (char *format,...) |
|
void * | Pl_Dummy_Ptr (void *p) |
|