Searched refs:isNilNode (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3bitset.h103 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BITSET_struct * bitset); member in struct:ANTLR3_BITSET_struct
H A Dantlr3basetree.h119 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_struct * tree); member in struct:ANTLR3_BASE_TREE_struct
H A Dantlr3basetreeadaptor.h85 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3basetreeadaptor.c72 static ANTLR3_BOOLEAN isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
148 adaptor->isNilNode = (ANTLR3_BOOLEAN (*)(pANTLR3_BASE_TREE_ADAPTOR, void *))
149 isNilNode;
540 * and child isNilNode then it is ok to move children to t via
603 * If oldRoot was null, it's ok, just return newRoot (even if isNilNode).
643 if (newRootTree->isNilNode(newRootTree))
674 if (oldRootTree->isNilNode(oldRootTree))
713 if (root != NULL && root->isNilNode(root))
906 isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) function
908 return t->isNilNode(
[all...]
H A Dantlr3commontree.c43 static ANTLR3_BOOLEAN isNilNode (pANTLR3_BASE_TREE tree);
302 tree->baseTree.isNilNode = isNilNode;
406 isNilNode (pANTLR3_BASE_TREE tree) function
489 if (tree->isNilNode(tree) == ANTLR3_TRUE)
H A Dantlr3basetree.c154 if (child->isNilNode(child) == ANTLR3_TRUE)
304 if (tree->isNilNode(tree) == ANTLR3_FALSE)
325 if (tree->isNilNode(tree) == ANTLR3_FALSE)
361 if (newTree->isNilNode(newTree))
H A Dantlr3commontreenodestream.c470 /// Don't add in DOWN, UP nodes if the supplied tree is a list (t is isNilNode)
480 nilNode = ctns->adaptor->isNilNode(ctns->adaptor, t);
836 if (!p->isNilNode(p) )
860 if (n > 0 && ! p->isNilNode(p) )
874 if (n > 0 && ! p->isNilNode(p) )
H A Dantlr3rewritestreams.c129 if (tree != NULL && tree->isNilNode(tree))
157 if (tree->isNilNode(tree))
H A Dantlr3bitset.c134 bitset->isNilNode = antlr3BitsetIsNil;

Completed in 69 milliseconds