Home
last modified time | relevance | path

Searched refs:is_negated (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-dotprinter.cc141 if (node->is_negated()) os_ << "^"; in VisitText()
Dregexp-ast.cc188 if (that->is_negated()) os_ << "^"; in VisitCharacterClass()
Dregexp-compiler.cc1231 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()
Dregexp-parser.cc1969 bool is_negated = false; in ParseCharacterClass() local
1971 is_negated = true; in ParseCharacterClass()
2020 if (is_negated) character_class_flags = RegExpCharacterClass::NEGATED; in ParseCharacterClass()
Dregexp-ast.h322 bool is_negated() const { return (character_class_flags_ & NEGATED) != 0; } in is_negated() function
Dregexp-compiler-tonode.cc99 if (is_negated()) { in is_standard()
472 if (is_negated()) { in ToNode()
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-compiler.cc392 if (node->is_negated()) { in VisitCharacterClass()
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs850 pub fn is_negated(&self) -> bool { in is_negated() method
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dmod.rs1323 pub fn is_negated(&self) -> bool { in is_negated() method