Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-unnecessary-boolean-literal-compare.ts27 negated: boolean; property
179 const negated = !comparisonType.isPositive; constant
/third_party/glib/glib/pcre/
Dpcre_xclass.c68 BOOL negated = (*data & XCL_NOT) != 0; in PRIV() local
Dpcre_compile.c805 BOOL braced, negated; in check_escape() local
2936 check_char_prop(int c, int ptype, int pdata, BOOL negated) in check_char_prop()
3332 BOOL negated; in check_auto_possessive() local
4258 BOOL negated; in compile_branch() local
6855 BOOL negated; in compile_branch() local
/third_party/pcre2/pcre2/src/
Dpcre2_xclass.c72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV() local
Dpcre2_auto_possess.c197 BOOL negated) in check_char_prop()
Dpcre2_compile.c3069 BOOL negated; in parse_regex() local
3616 BOOL negated; in parse_regex() local
Dpcre2_jit_compile.c4111 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type()
4148 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Ddebug.hpp245 static void negated (std::ostream &stream_) in negated() function in boost::lexer::basic_debug
250 static void negated (std::wostream &stream_) in negated() function in boost::lexer::basic_debug
/third_party/skia/src/sksl/ir/
DSkSLPrefixExpression.cpp32 double negated = -value->as<Literal>().value(); in simplify_negation() local
/third_party/icu/icu4c/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/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/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp4242 UBool negated = (fC.fChar == chP); in scanProp() local
4313 UBool negated = FALSE; in scanPosixProp() local
4374 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty()
Dplurrule_impl.h317 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/boost/boost/regex/v4/
Dperl_matcher_recursive.hpp210 bool negated = static_cast<const re_brace*>(pstate)->index == -2; in match_startmark() local
Dbasic_regex_parser.hpp1508 bool negated = false; in parse_inner_set() local
Dperl_matcher_non_recursive.hpp507 bool negated = static_cast<const re_brace*>(pstate)->index == -2; in match_startmark() local
/third_party/re2/re2/
Dparse.cc1917 bool negated = false; in ParseCharClass() local
2097 bool negated = false; in ParsePerlFlags() local
/third_party/mksh/
Dmisc.c1017 bool negated = false; in gmatch_cclass() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c433 sljit_s32 negated, ones, right; in logical_imm() local
/third_party/node/tools/
Dlint-md.mjs2233 let negated = false; variable
2496 negated field
2668 negated: false, property
3565 const state = { negated: false, prefix: '' }; property
3902 let parsed = { negated: false, fastpaths: true }; property