Home
last modified time | relevance | path

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

/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/language/visitor/
H A Dvisitor.go229 if isNilNode(edit.Value) {
271 } else if !isNilNode(parent) {
276 if !isNilNode(parent) {
293 if isNilNode(node) && len(nodeSlice) == 0 {
298 if !isNilNode(parent) {
311 if !isNilNode(node) {
400 if !isNilNode(node) {
584 func isNilNode(node interface{}) bool { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/language/visitor/
H A Dvisitor.go247 if inSlice && isNilNode(edit.Value) {
320 if !isNilNode(parent) {
331 if !isNilNode(parent) {
358 if isNilNode(node) && len(nodeSlice) == 0 {
363 if !isNilNode(parent) {
376 if !isNilNode(node) {
494 if !isNilNode(node) {
674 func isNilNode(node interface{}) bool { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/language/visitor/
H A Dvisitor.go240 if inSlice && isNilNode(edit.Value) {
313 if !isNilNode(parent) {
324 if !isNilNode(parent) {
351 if isNilNode(node) && len(nodeSlice) == 0 {
356 if !isNilNode(parent) {
369 if !isNilNode(node) {
489 if !isNilNode(node) {
717 func isNilNode(node interface{}) bool { func
/dports/devel/libantlr3c/libantlr3c-3.4/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 *)) 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()
H A Dantlr3commontree.c43 static ANTLR3_BOOLEAN isNilNode (pANTLR3_BASE_TREE tree);
303 tree->baseTree.isNilNode = isNilNode; in antlr3SetCTAPI()
408 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode() function
491 if (tree->isNilNode(tree) == ANTLR3_TRUE) in toString()
H A Dantlr3basetree.c154 if (child->isNilNode(child) == ANTLR3_TRUE) in addChild()
304 if (tree->isNilNode(tree) == ANTLR3_FALSE) in toStringTree()
325 if (tree->isNilNode(tree) == ANTLR3_FALSE) in toStringTree()
361 if (newTree->isNilNode(newTree)) in replaceChildren()
H A 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()
H A Dantlr3rewritestreams.c129 if (tree != NULL && tree->isNilNode(tree)) in freeNodeRS()
157 if (tree->isNilNode(tree)) in freeNodeRS()
H A Dantlr3bitset.c134 bitset->isNilNode = antlr3BitsetIsNil; in antlr3BitsetSetAPI()
/dports/devel/libantlr3c/libantlr3c-3.4/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