Home
last modified time | relevance | path

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

/external/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()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h260 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/
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()
/external/guava/android/guava/src/com/google/common/base/
DCharMatcher.java372 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/
DCharMatcher.java373 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/
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()
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp891 bool Negated = false; in evaluate() local
896 Negated = true; in evaluate()
927 if (!Test.is(!Negated)) { in evaluate()
DHexagonHardwareLoops.cpp614 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/
DSystemZOperands.td212 // Negated variants.
465 // Negated immediates that fit LF32 or LH16.
/external/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()
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle427 d negNsSet like(xmlSchemaWildcardNsPtr) Negated namespace
/external/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
/external/cronet/third_party/icu/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
/external/clang/include/clang/Basic/
DAttr.td238 bit Negated = negated;
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1901 Negated multiply.
/external/pcre/doc/
Dpcre2.txt7587 Negated versions, such as [:^alpha:] use \P instead of \p. Three other