/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-unnecessary-boolean-literal-compare.ts | 27 negated: boolean; property 179 const negated = !comparisonType.isPositive; constant
|
/third_party/glib/glib/pcre/ |
D | pcre_xclass.c | 68 BOOL negated = (*data & XCL_NOT) != 0; in PRIV() local
|
D | pcre_compile.c | 805 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/ |
D | pcre2_xclass.c | 72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV() local
|
D | pcre2_auto_possess.c | 197 BOOL negated) in check_char_prop()
|
D | pcre2_compile.c | 3069 BOOL negated; in parse_regex() local 3616 BOOL negated; in parse_regex() local
|
D | pcre2_jit_compile.c | 4111 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/ |
D | debug.hpp | 245 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/ |
D | SkSLPrefixExpression.cpp | 32 double negated = -value->as<Literal>().value(); in simplify_negation() local
|
/third_party/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 4260 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()
|
D | plurrule_impl.h | 353 UBool negated = false; // true for negated rules. variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regexcmp.cpp | 4263 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()
|
D | plurrule_impl.h | 357 UBool negated = false; // true for negated rules. variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 4242 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()
|
D | plurrule_impl.h | 317 UBool negated = FALSE; // TRUE for negated rules. variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 4260 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()
|
D | plurrule_impl.h | 353 UBool negated = false; // true for negated rules. variable
|
/third_party/boost/boost/regex/v4/ |
D | perl_matcher_recursive.hpp | 210 bool negated = static_cast<const re_brace*>(pstate)->index == -2; in match_startmark() local
|
D | basic_regex_parser.hpp | 1508 bool negated = false; in parse_inner_set() local
|
D | perl_matcher_non_recursive.hpp | 507 bool negated = static_cast<const re_brace*>(pstate)->index == -2; in match_startmark() local
|
/third_party/re2/re2/ |
D | parse.cc | 1917 bool negated = false; in ParseCharClass() local 2097 bool negated = false; in ParsePerlFlags() local
|
/third_party/mksh/ |
D | misc.c | 1017 bool negated = false; in gmatch_cclass() local
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_64.c | 433 sljit_s32 negated, ones, right; in logical_imm() local
|
/third_party/node/tools/ |
D | lint-md.mjs | 2233 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
|