Searched refs:QUANTIFIER_EXPAND_LIMIT_SIZE (Results 1 – 1 of 1) sorted by relevance
731 #define QUANTIFIER_EXPAND_LIMIT_SIZE 50 macro996 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_length_quantifier_node()997 if (qn->lower == 1 && tlen > QUANTIFIER_EXPAND_LIMIT_SIZE) { in compile_length_quantifier_node()1020 <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_length_quantifier_node()1070 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_quantifier_node()1071 if (qn->lower == 1 && tlen > QUANTIFIER_EXPAND_LIMIT_SIZE) { in compile_quantifier_node()1135 <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_quantifier_node()