/external/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()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 260 bool Negated; ///< True if this is a negative capability variable 263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {} in CapabilityExpr() 266 bool negative() const { return Negated; } in negative() 269 return CapabilityExpr(CapExpr, !Negated); 273 return (Negated == other.Negated) && sx::equals(CapExpr, other.CapExpr); in equals() 277 return (Negated == other.Negated) && sx::matches(CapExpr, other.CapExpr); in matches() 285 return (Negated == other.Negated) && in partiallyMatches() 290 if (Negated || CapExpr == nullptr) in valueDecl() 300 if (Negated) in toString()
|
/external/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()
|
/external/guava/android/guava/src/com/google/common/base/ |
D | CharMatcher.java | 372 return new Negated(this); in negate() 968 static class NegatedFastMatcher extends Negated { 1493 private static class Negated extends CharMatcher { 1497 Negated(CharMatcher original) {
|
/external/guava/guava/src/com/google/common/base/ |
D | CharMatcher.java | 373 return new Negated(this); in negate() 969 static class NegatedFastMatcher extends Negated { 1494 private static class Negated extends CharMatcher { 1498 Negated(CharMatcher original) {
|
/external/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()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 891 bool Negated = false; in evaluate() local 896 Negated = true; in evaluate() 927 if (!Test.is(!Negated)) { in evaluate()
|
D | HexagonHardwareLoops.cpp | 614 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local 659 if (Negated) in getLoopTripCount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 212 // Negated variants. 465 // Negated immediates that fit LF32 or LH16.
|
/external/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()
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 427 d negNsSet like(xmlSchemaWildcardNsPtr) Negated namespace
|
/external/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
|
/external/cronet/third_party/icu/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
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 238 bit Negated = negated;
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1901 Negated multiply.
|
/external/pcre/doc/ |
D | pcre2.txt | 7587 Negated versions, such as [:^alpha:] use \P instead of \p. Three other
|