Searched refs:is_negated (Results 1 – 9 of 9) sorted by relevance
141 if (node->is_negated()) os_ << "^"; in VisitText()
188 if (that->is_negated()) os_ << "^"; in VisitCharacterClass()
1231 if (!cc->is_negated()) { in EmitCharClass()1242 if (cc->is_negated()) { in EmitCharClass()1269 if (cc->is_negated()) { in EmitCharClass()1286 bool zeroth_entry_is_failure = !cc->is_negated(); in EmitCharClass()1664 if (tree->is_negated() || ranges->is_empty()) { in GetQuickCheckDetails()1896 if (cc->is_negated()) { in FilterOneByte()2559 if (node->is_negated()) { in GetSuccessorOfOmnivorousTextNode()3862 if (char_class->is_negated()) { in FillInBMInfo()
1969 bool is_negated = false; in ParseCharacterClass() local1971 is_negated = true; in ParseCharacterClass()2020 if (is_negated) character_class_flags = RegExpCharacterClass::NEGATED; in ParseCharacterClass()
322 bool is_negated() const { return (character_class_flags_ & NEGATED) != 0; } in is_negated() function
99 if (is_negated()) { in is_standard()472 if (is_negated()) { in ToNode()
392 if (node->is_negated()) { in VisitCharacterClass()
850 pub fn is_negated(&self) -> bool { in is_negated() method
1323 pub fn is_negated(&self) -> bool { in is_negated() method