/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCExpr.h | 54 bool isNegated() const { return Negated; } in isNegated() 55 void setNegated(bool negated = true) { Negated = negated; } 81 bool Negated; variable 84 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr() argument 85 : Kind(Kind), SubExpr(Expr), Negated(Negated) {} in AVRMCExpr()
|
D | AVRMCExpr.cpp | 39 bool Negated, MCContext &Ctx) { in create() argument 40 return new (Ctx) AVRMCExpr(Kind, Expr, Negated); in create() 99 if (Negated) in evaluateAsInt64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ARMTargetParser.cpp | 451 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local 454 return StringRef(Negated ? AE.NegFeature : AE.Feature); in getArchExtFeature() 501 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local 508 if (Negated && (AE.ID & ID) == ID && AE.NegFeature) in appendArchExtFeatures() 520 if (Negated) { in appendArchExtFeatures() 525 } else if (Negated) { in appendArchExtFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 990 bool Negated = false; in evaluate() local 996 Negated = true; in evaluate() 1029 if (!Test.is(!Negated)) { in evaluate()
|
D | HexagonConstPropagation.cpp | 2267 bool Negated = false; in evaluate() local 2272 Negated = true; in evaluate() 2318 if ((!Negated && CTrue) || (Negated && CFalse)) in evaluate() 2320 else if ((!Negated && CFalse) || (Negated && CTrue)) in evaluate()
|
D | HexagonHardwareLoops.cpp | 647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local 692 if (Negated) in getLoopTripCount()
|
/third_party/node/deps/v8/src/objects/ |
D | js-temporal-objects.h | 140 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalDuration> Negated(
|
D | js-temporal-objects.cc | 4859 MaybeHandle<JSTemporalDuration> JSTemporalDuration::Negated( in Negated() function in v8::internal::JSTemporalDuration
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 212 // Negated variants. 465 // Negated immediates that fit LF32 or LH16.
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | syntaxrules.txt | 345 NAND Negated AND GL 346 NOR Negated OR GL
|
/third_party/openGLES/docs/ |
D | syntaxrules.txt | 345 NAND Negated AND GL 346 NOR Negated OR GL
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-temporal.cc | 773 TEMPORAL_PROTOTYPE_METHOD0(Duration, Negated, negated) in TEMPORAL_GET()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 169 bool isInlineImmediate(const SDNode *N, bool Negated = false) const; 536 bool Negated) const { in isInlineImmediate() 541 if (Negated) { in isInlineImmediate()
|
/third_party/node/deps/minimatch/src/ |
D | README.md | 435 Negated extglob patterns are handled as closely as possible to
|
/third_party/icu/docs/userguide/transforms/general/ |
D | rules.md | 246 > :point_right: **Note**: *Negated ranges [^...] will match at the beginning and the end of a strin…
|
/third_party/icu/docs/userguide/strings/ |
D | regexp.md | 210 | `[\P{Letter}]` | Negated property. (Upper case \P) Match everything except …
|
/third_party/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 68 ".(?!\p{L})" "abc<0>d</0> " # Negated look-ahead 69 ".(?!(\p{L}))" "abc<0>d</0> " # Negated look-ahead, no capture 83 # Negated Lookahead, various regions and region transparency
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.mjs | 4687 { state.raise("Negated character class may contain strings"); } 4846 state.raise("Negated character class may contain strings");
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 5139 V(negated, Negated, 0) \ in InitializeGlobal_harmony_temporal()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.mjs | 4174 defineSymbol(math, main, rel, "\u21cc", "\\rightleftharpoons", true); // AMS Negated Binary Relatio… 4231 defineSymbol(math, ams, bin, "\u22b5", "\\unrhd"); // AMS Negated Arrows 14111 defineMacro("\\not", '\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'); // Negated symbols …
|
/third_party/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1901 Negated multiply.
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 7587 Negated versions, such as [:^alpha:] use \P instead of \p. Three other
|