Home
last modified time | relevance | path

Searched defs:negated (Results 1 – 21 of 21) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_xclass.c72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV() local
Dpcre2_auto_possess.c200 BOOL negated) in check_char_prop()
Dpcre2_compile.c3156 BOOL negated; in parse_regex() local
3703 BOOL negated; in parse_regex() local
Dpcre2_jit_compile.c4116 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type()
4153 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type()
/third_party/skia/src/sksl/ir/
DSkSLPrefixExpression.cpp32 double negated = -value->as<Literal>().value(); in simplify_negation() local
/third_party/node/deps/npm/node_modules/npm-install-checks/lib/
Dindex.js81 let negated = 0 variable
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs737 pub negated: bool, field
760 pub negated: bool, field
840 pub negated: bool, field
909 pub negated: bool, field
1295 let mut negated = false; in flag_state() localVariable
Dparse.rs1896 let negated = if self.char() != '^' { in parse_set_class_open() localVariable
1981 let mut negated = false; in maybe_parse_ascii_class() localVariable
2035 let negated = self.char() == 'P'; in parse_unicode_class() localVariable
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.cpp4263 UBool negated = (fC.fChar == chP); in scanProp() local
4334 UBool negated = false; in scanPosixProp() local
4395 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty()
Dplurrule_impl.h357 UBool negated = false; // true for negated rules. variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp4260 UBool negated = (fC.fChar == chP); in scanProp() local
4331 UBool negated = FALSE; in scanPosixProp() local
4392 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty()
Dplurrule_impl.h353 UBool negated = false; // true for negated rules. variable
/third_party/icu/icu4c/source/i18n/
Dregexcmp.cpp4263 UBool negated = (fC.fChar == chP); in scanProp() local
4334 UBool negated = false; in scanPosixProp() local
4395 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty()
Dplurrule_impl.h357 UBool negated = false; // true for negated rules. variable
/third_party/node/deps/v8/src/flags/
Dflags.cc530 bool* negated) { in SplitArgument()
599 bool negated; in SetFlagsFromCommandLine() local
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-compiler.cc395 ZoneList<CharacterRange>* negated = in VisitCharacterClass() local
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc473 ZoneList<CharacterRange>* negated = in ToNode() local
1197 ZoneList<CharacterRange>* negated = in RationalizeConsecutiveAtoms() local
/third_party/mksh/
Dmisc.c1017 bool negated = false; in gmatch_cclass() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c442 sljit_s32 negated; in logical_imm() local
/third_party/libabigail/tests/lib/
Dcatch.hpp13049 bool negated = isFalseTest( info.resultDisposition ); in handleExpr() local
13069 bool negated ) { in reportExpr()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h10471 bool negated; member