IS_NILLABLE 6729 third_party/libxml/src/xmlregexp.c if ((min == 0) || (IS_NILLABLE(left))) IS_NILLABLE 6739 third_party/libxml/src/xmlregexp.c if ((IS_NILLABLE(left)) || (IS_NILLABLE(right))) IS_NILLABLE 6749 third_party/libxml/src/xmlregexp.c if ((IS_NILLABLE(left)) && (IS_NILLABLE(right))) IS_NILLABLE 7004 third_party/libxml/src/xmlregexp.c if (IS_NILLABLE(exp->exp_left)) { IS_NILLABLE 7059 third_party/libxml/src/xmlregexp.c return(IS_NILLABLE(exp) != 0); IS_NILLABLE 7113 third_party/libxml/src/xmlregexp.c if (IS_NILLABLE(exp->exp_left)) { IS_NILLABLE 7214 third_party/libxml/src/xmlregexp.c if ((IS_NILLABLE(sub)) && (!IS_NILLABLE(exp))) IS_NILLABLE 7246 third_party/libxml/src/xmlregexp.c if (IS_NILLABLE(exp) && (!IS_NILLABLE(sub))) return(0); IS_NILLABLE 7264 third_party/libxml/src/xmlregexp.c if ((tmp2 != forbiddenExp) && (IS_NILLABLE(tmp2))) { IS_NILLABLE 7554 third_party/libxml/src/xmlregexp.c } else if (!IS_NILLABLE(tmp)) { IS_NILLABLE 7664 third_party/libxml/src/xmlregexp.c if (IS_NILLABLE(sub)) { IS_NILLABLE 7665 third_party/libxml/src/xmlregexp.c if (!(IS_NILLABLE(exp))) IS_NILLABLE 7760 third_party/libxml/src/xmlregexp.c if (IS_NILLABLE(sub) && (!IS_NILLABLE(exp))) { IS_NILLABLE 7800 third_party/libxml/src/xmlregexp.c if (IS_NILLABLE(sub) && (!IS_NILLABLE(exp))) { IS_NILLABLE 7823 third_party/libxml/src/xmlregexp.c if ((tmp != NULL) && (IS_NILLABLE(tmp))) {