Data Fields | |
| void * | state |
| void(* | startup_fn )(Node *clause, PredIterInfo info) |
| Node *(* | next_fn )(PredIterInfo info) |
| void(* | cleanup_fn )(PredIterInfo info) |
Definition at line 57 of file predtest.c.
| void(* PredIterInfoData::cleanup_fn)(PredIterInfo info) |
Definition at line 66 of file predtest.c.
Referenced by predicate_classify().
| Node*(* PredIterInfoData::next_fn)(PredIterInfo info) |
Definition at line 64 of file predtest.c.
Referenced by predicate_classify().
| void(* PredIterInfoData::startup_fn)(Node *clause, PredIterInfo info) |
Definition at line 62 of file predtest.c.
Referenced by predicate_classify().
| void* PredIterInfoData::state |
Definition at line 60 of file predtest.c.
Referenced by arrayconst_cleanup_fn(), arrayconst_next_fn(), arrayconst_startup_fn(), arrayexpr_cleanup_fn(), arrayexpr_next_fn(), arrayexpr_startup_fn(), boolexpr_startup_fn(), list_next_fn(), and list_startup_fn().
1.7.1