Lines Matching refs:IS_NILLABLE
6437 #define IS_NILLABLE(node) ((node)->info & XML_EXP_NILABLE) macro
6749 if ((min == 0) || (IS_NILLABLE(left))) in xmlExpHashGetEntry()
6759 if ((IS_NILLABLE(left)) || (IS_NILLABLE(right))) in xmlExpHashGetEntry()
6769 if ((IS_NILLABLE(left)) && (IS_NILLABLE(right))) in xmlExpHashGetEntry()
7024 if (IS_NILLABLE(exp->exp_left)) { in xmlExpGetStartInt()
7079 return(IS_NILLABLE(exp) != 0); in xmlExpIsNillable()
7133 if (IS_NILLABLE(exp->exp_left)) { in xmlExpStringDeriveInt()
7234 if ((IS_NILLABLE(sub)) && (!IS_NILLABLE(exp))) in xmlExpCheckCard()
7266 if (IS_NILLABLE(exp) && (!IS_NILLABLE(sub))) return(0); in xmlExpDivide()
7284 if ((tmp2 != forbiddenExp) && (IS_NILLABLE(tmp2))) { in xmlExpDivide()
7574 } else if (!IS_NILLABLE(tmp)) { in xmlExpExpDeriveInt()
7684 if (IS_NILLABLE(sub)) { in xmlExpExpDeriveInt()
7685 if (!(IS_NILLABLE(exp))) in xmlExpExpDeriveInt()
7780 if (IS_NILLABLE(sub) && (!IS_NILLABLE(exp))) { in xmlExpExpDerive()
7820 if (IS_NILLABLE(sub) && (!IS_NILLABLE(exp))) { in xmlExpSubsume()
7843 if ((tmp != NULL) && (IS_NILLABLE(tmp))) { in xmlExpSubsume()