Home
last modified time | relevance | path

Searched defs:isNilNode (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3bitset.h103 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BITSET_struct * bitset); member
H A Dantlr3basetree.h119 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_struct * tree); member
H A Dantlr3basetreeadaptor.h85 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t); member
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3commontree.c427 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode() function
H A Dantlr3basetreeadaptor.c906 isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) in isNilNode() function
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3commontree.inl446 bool CommonTree<ImplTraits>::isNilNode() function in CommonTree
H A Dantlr3bitset.inl342 ANTLR_INLINE bool Bitset<ImplTraits>::isNilNode() const function in Bitset
H A Dantlr3commontreeadaptor.inl92 bool CommonTreeAdaptor<ImplTraits>::isNilNode( TreeType* t) function in CommonTreeAdaptor