Searched refs:fNullable (Results 1 – 13 of 13) sorted by relevance
220 n.fNullable = false; in calcNullable()227 n.fNullable = true; in calcNullable()239 n.fNullable = n.fLeftChild.fNullable || n.fRightChild.fNullable; in calcNullable()242 n.fNullable = n.fLeftChild.fNullable && n.fRightChild.fNullable; in calcNullable()245 n.fNullable = true; in calcNullable()248 n.fNullable = false; in calcNullable()285 if (n.fLeftChild.fNullable) { in calcFirstPos()328 if (n.fRightChild.fNullable) { in calcLastPos()869 System.out.print(" Nullable: " + n.fNullable); in printPosSets()
88 boolean fNullable; // See Aho DFA table generation algorithm field in RBBINode138 fNullable = other.fNullable;
227 n.fNullable = false; in calcNullable()234 n.fNullable = true; in calcNullable()246 n.fNullable = n.fLeftChild.fNullable || n.fRightChild.fNullable; in calcNullable()249 n.fNullable = n.fLeftChild.fNullable && n.fRightChild.fNullable; in calcNullable()252 n.fNullable = true; in calcNullable()255 n.fNullable = false; in calcNullable()292 if (n.fLeftChild.fNullable) { in calcFirstPos()335 if (n.fRightChild.fNullable) { in calcLastPos()874 System.out.print(" Nullable: " + n.fNullable); in printPosSets()
87 boolean fNullable; // See Aho DFA table generation algorithm field in RBBINode137 fNullable = other.fNullable;
61 fNullable = FALSE; in RBBINode()93 fNullable = other.fNullable; in RBBINode()
212 n->fNullable = FALSE; in calcNullable()219 n->fNullable = TRUE; in calcNullable()231 n->fNullable = n->fLeftChild->fNullable || n->fRightChild->fNullable; in calcNullable()234 n->fNullable = n->fLeftChild->fNullable && n->fRightChild->fNullable; in calcNullable()237 n->fNullable = TRUE; in calcNullable()240 n->fNullable = FALSE; in calcNullable()280 if (n->fLeftChild->fNullable) { in calcFirstPos()326 if (n->fRightChild->fNullable) { in calcLastPos()1128 RBBIDebugPrintf(" Nullable: %s\n", n->fNullable?"TRUE":"FALSE"); in printPosSets()
76 UBool fNullable; // See Aho. variable
61 fNullable = false; in RBBINode()93 fNullable = other.fNullable; in RBBINode()
212 n->fNullable = false; in calcNullable()219 n->fNullable = true; in calcNullable()231 n->fNullable = n->fLeftChild->fNullable || n->fRightChild->fNullable; in calcNullable()234 n->fNullable = n->fLeftChild->fNullable && n->fRightChild->fNullable; in calcNullable()237 n->fNullable = true; in calcNullable()240 n->fNullable = false; in calcNullable()280 if (n->fLeftChild->fNullable) { in calcFirstPos()326 if (n->fRightChild->fNullable) { in calcLastPos()1134 RBBIDebugPrintf(" Nullable: %s\n", n->fNullable?"true":"false"); in printPosSets()