Home
last modified time | relevance | path

Searched refs:is_negated (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc141 if (node->is_negated()) os_ << "^"; in VisitText()
H A 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()
H A Dregexp-ast.cc188 if (that->is_negated()) os_ << "^"; in VisitCharacterClass()
H A 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()
H A Dregexp-ast.h322 bool is_negated() const { return (character_class_flags_ & NEGATED) != 0; } in is_negated() function in v8::internal::final
H A Dregexp-compiler-tonode.cc99 if (is_negated()) { in is_standard()
472 if (is_negated()) { in ToNode()
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc392 if (node->is_negated()) {
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs839 /// or not, use the `is_negated` method.
849 /// e.g., `is_negated` for `\P{scx!=Katakana}` will return `false`.
850 pub fn is_negated(&self) -> bool { in is_negated() functions

Completed in 19 milliseconds