Home
last modified time | relevance | path

Searched refs:Negated (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h54 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()
DAVRMCExpr.cpp39 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/
DARMTargetParser.cpp451 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/
DHexagonBitTracker.cpp990 bool Negated = false; in evaluate() local
996 Negated = true; in evaluate()
1029 if (!Test.is(!Negated)) { in evaluate()
DHexagonConstPropagation.cpp2267 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()
DHexagonHardwareLoops.cpp647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
692 if (Negated) in getLoopTripCount()
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.h140 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalDuration> Negated(
Djs-temporal-objects.cc4859 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/
DSystemZOperands.td212 // Negated variants.
465 // Negated immediates that fit LF32 or LH16.
/third_party/skia/third_party/externals/opengl-registry/docs/
Dsyntaxrules.txt345 NAND Negated AND GL
346 NOR Negated OR GL
/third_party/openGLES/docs/
Dsyntaxrules.txt345 NAND Negated AND GL
346 NOR Negated OR GL
/third_party/node/deps/v8/src/builtins/
Dbuiltins-temporal.cc773 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/
DAMDGPUISelDAGToDAG.cpp169 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/
DREADME.md435 Negated extglob patterns are handled as closely as possible to
/third_party/icu/docs/userguide/transforms/general/
Drules.md246 > :point_right: **Note**: *Negated ranges [^...] will match at the beginning and the end of a strin…
/third_party/icu/docs/userguide/strings/
Dregexp.md210 | `[\P{Letter}]` | Negated property. (Upper case \P) Match everything except …
/third_party/icu/icu4c/source/test/testdata/
Dregextst.txt68 ".(?!\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/
Dacorn.mjs4687 { state.raise("Negated character class may contain strings"); }
4846 state.raise("Negated character class may contain strings");
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc5139 V(negated, Negated, 0) \ in InitializeGlobal_harmony_temporal()
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.mjs4174 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/
Dsupported-instructions-aarch64.md1901 Negated multiply.
/third_party/pcre2/pcre2/doc/
Dpcre2.txt7587 Negated versions, such as [:^alpha:] use \P instead of \p. Three other