Home
last modified time | relevance | path

Searched refs:isNilNode (Results 1 – 18 of 18) sorted by relevance

/external/antlr/runtime/C/src/
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 *)) in antlr3BaseTreeAdaptorInit()
149 isNilNode; in antlr3BaseTreeAdaptorInit()
643 if (newRootTree->isNilNode(newRootTree)) in becomeRoot()
674 if (oldRootTree->isNilNode(oldRootTree)) in becomeRoot()
713 if (root != NULL && root->isNilNode(root)) in rulePostProcessing()
906 isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) in isNilNode() function
908 return t->isNilNode(t); in isNilNode()
Dantlr3commontree.c43 static ANTLR3_BOOLEAN isNilNode (pANTLR3_BASE_TREE tree);
322 tree->baseTree.isNilNode = isNilNode; in antlr3SetCTAPI()
427 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode() function
510 if (tree->isNilNode(tree) == ANTLR3_TRUE) in toString()
Dantlr3basetree.c154 if (child->isNilNode(child) == ANTLR3_TRUE) in addChild()
308 if (tree->isNilNode(tree) == ANTLR3_FALSE) in toStringTree()
329 if (tree->isNilNode(tree) == ANTLR3_FALSE) in toStringTree()
365 if (newTree->isNilNode(newTree)) in replaceChildren()
Dantlr3commontreenodestream.c480 nilNode = ctns->adaptor->isNilNode(ctns->adaptor, t); in fillBuffer()
836 if (!p->isNilNode(p) ) in toStringWork()
860 if (n > 0 && ! p->isNilNode(p) ) in toStringWork()
874 if (n > 0 && ! p->isNilNode(p) ) in toStringWork()
Dantlr3rewritestreams.c129 if (tree != NULL && tree->isNilNode(tree)) in freeNodeRS()
157 if (tree->isNilNode(tree)) in freeNodeRS()
Dantlr3bitset.c133 bitset->isNilNode = antlr3BitsetIsNil; in antlr3BitsetSetAPI()
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl84 if (child->isNilNode() == true)
193 if (newTree->isNilNode())
446 bool CommonTree<ImplTraits>::isNilNode() function in CommonTree
483 if (this->isNilNode() == false)
504 if (this->isNilNode() == false)
515 if (this->isNilNode() )
Dantlr3commontreenodestream.inl169 if (!start->isNilNode() )
191 if (n > 0 && ! start->isNilNode() )
205 if (n > 0 && ! start->isNilNode() )
381 nilNode = m_adaptor->isNilNode(t);
Dantlr3commontree.hpp123 bool isNilNode();
Dantlr3bitset.hpp151 bool isNilNode() const;
Dantlr3commontreeadaptor.inl92 bool CommonTreeAdaptor<ImplTraits>::isNilNode( TreeType* t) function in CommonTreeAdaptor
94 return t->isNilNode();
121 if (newRootTree->isNilNode())
152 if (oldRootTree->isNilNode())
652 if (root != NULL && root->isNilNode())
Dantlr3commontreeadaptor.hpp63 bool isNilNode( TreeType* t);
Dantlr3rewritestreams.inl351 if ( (tree != NULL) && tree->isNilNode() )
364 if (tree->isNilNode())
Dantlr3bitset.inl342 ANTLR_INLINE bool Bitset<ImplTraits>::isNilNode() const function in Bitset
/external/antlr/runtime/C/include/
Dantlr3bitset.h103 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BITSET_struct * bitset); member
Dantlr3basetree.h119 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_struct * tree); member
Dantlr3basetreeadaptor.h85 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t); member
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DASTTreeParser.stg64 if ( ADAPTOR->getParent(ADAPTOR, retval.tree) != NULL && ADAPTOR->isNilNode(ADAPTOR, ADAPTOR->getPa…