Home
last modified time | relevance | path

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

/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.cpp890 bool Negated = false; in evaluate() local
895 Negated = true; in evaluate()
926 if (!Test.is(!Negated)) { in evaluate()
DHexagonHardwareLoops.cpp612 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
657 if (Negated) in getLoopTripCount()
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle422 d negNsSet like(xmlSchemaWildcardNsPtr) Negated namespace
/external/icu/icu4c/source/test/testdata/
Dregextst.txt66 ".(?!\p{L})" "abc<0>d</0> " # Negated look-ahead
67 ".(?!(\p{L}))" "abc<0>d</0> " # Negated look-ahead, no capture
81 # Negated Lookahead, various regions and region transparency
/external/clang/include/clang/Basic/
DAttr.td236 bit Negated = negated;
/external/vixl/doc/
Dsupported-instructions.md786 Negated multiply.
/external/pcre/dist/
DChangeLog4353 8. Negated POSIX character classes that used a combination of internal tables
5643 1. Negated character classes containing more than one character were failing if
/external/pcre/dist/doc/
Dpcre.txt5920 Negated versions, such as [:^alpha:] use \P instead of \p. Three other