Searched refs:Negated (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCExpr.h | 55 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()
|
D | AVRMCExpr.cpp | 40 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/ |
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/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-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 984 bool Negated = false; in evaluate() local 990 Negated = true; in evaluate() 1023 if (!Test.is(!Negated)) { in evaluate()
|
D | HexagonConstPropagation.cpp | 2255 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()
|
D | HexagonHardwareLoops.cpp | 647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local 692 if (Negated) in getLoopTripCount()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUOperands.td | 551 // Negated 7-bit halfword rotate immediate operands 560 // Negated 7-bit word rotate immediate operands
|
/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/clang/include/clang/Basic/ |
D | Attr.td | 238 bit Negated = negated;
|
/external/openssh/ |
D | ssh_config.0 | 52 on the line match. Negated matches are therefore useful to
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 775 Negated multiply.
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 7164 Negated versions, such as [:^alpha:] use \P instead of \p. Three other
|