Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h55 bool isNegated() const { return Negated; } in isNegated()
56 void setNegated(bool negated = true) { Negated = negated; }
82 bool Negated; variable
85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr() argument
86 : Kind(Kind), SubExpr(Expr), Negated(Negated) {} in AVRMCExpr()
DAVRMCExpr.cpp40 bool Negated, MCContext &Ctx) { in create() argument
41 return new (Ctx) AVRMCExpr(Kind, Expr, Negated); in create()
100 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/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-7.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp984 bool Negated = false; in evaluate() local
990 Negated = true; in evaluate()
1023 if (!Test.is(!Negated)) { in evaluate()
DHexagonConstPropagation.cpp2255 bool Negated = false; in evaluate() local
2260 Negated = true; in evaluate()
2306 if ((!Negated && CTrue) || (Negated && CFalse)) in evaluate()
2308 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/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUOperands.td551 // Negated 7-bit halfword rotate immediate operands
560 // Negated 7-bit word rotate immediate operands
/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/clang/include/clang/Basic/
DAttr.td238 bit Negated = negated;
/external/openssh/
Dssh_config.052 on the line match. Negated matches are therefore useful to
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md775 Negated multiply.
/external/pcre/dist2/doc/
Dpcre2.txt7164 Negated versions, such as [:^alpha:] use \P instead of \p. Three other