Searched refs:fNullable (Results 1 – 8 of 8) sorted by relevance
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;
228 n.fNullable = false; in calcNullable()235 n.fNullable = true; in calcNullable()247 n.fNullable = n.fLeftChild.fNullable || n.fRightChild.fNullable; in calcNullable()250 n.fNullable = n.fLeftChild.fNullable && n.fRightChild.fNullable; in calcNullable()253 n.fNullable = true; in calcNullable()256 n.fNullable = false; in calcNullable()293 if (n.fLeftChild.fNullable) { in calcFirstPos()336 if (n.fRightChild.fNullable) { in calcLastPos()875 System.out.print(" Nullable: " + n.fNullable); in printPosSets()
88 boolean fNullable; // See Aho DFA table generation algorithm field in RBBINode138 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