Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dtab.tries.c362 if (! IS_ANSWER_LEAF_NODE(current_node)) { in update_answer_trie_branch()
404 if (! IS_ANSWER_LEAF_NODE(current_node)) { in update_answer_trie_branch()
421 if (! IS_ANSWER_LEAF_NODE(current_node)) in update_answer_trie_branch()
687 if (IS_ANSWER_LEAF_NODE(current_node)) {
1186 if (! IS_ANSWER_LEAF_NODE(current_node) && TrNode_child(current_node)) {
1188 if (! IS_ANSWER_LEAF_NODE(current_node)) {
H A Dtab.macros.h143 #define IS_ANSWER_LEAF_NODE(NODE) ((unsigned long int) TrNode_parent(NODE) & 0x1) macro
899 if (! IS_ANSWER_LEAF_NODE(ans_node)) { in CUT_validate_tg_answers()
H A Dtab.tries.i386 TABLING_ERROR_CHECKING(answer_trie_check_insert_(gt)_entry, IS_ANSWER_LEAF_NODE(parent_node));
484 TABLING_ERROR_CHECKING(answer_trie_check_insert_(gt)_entry, IS_ANSWER_LEAF_NODE(parent_node));
H A Dtab.insts.i877 if (! IS_ANSWER_LEAF_NODE(ans_node)) {
1022 TABLING_ERROR_CHECKING(table_new_answer, !IS_ANSWER_LEAF_NODE(aux_ans_node));