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) in valueDecl()
298 if (Negated) in toString()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp494 bool Negated = (Cond.size() > 1) ^ (TB != Header); in getLoopTripCount() local
537 Cmp = !Negated ? Comparison::EQ : Comparison::NE; in getLoopTripCount()
541 Cmp = !Negated ? Comparison::GTu : Comparison::LEu; in getLoopTripCount()
545 Cmp = !Negated ? Comparison::GTs : Comparison::LEs; in getLoopTripCount()
576 Cmp = !Negated ? Comparison::EQ : Comparison::NE; 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.td229 bit Negated = negated;
/external/openssh/
Dssh_config.054 on the line match. Negated matches are therefore useful to
/external/vixl/doc/
Dsupported-instructions.md786 Negated multiply.
/external/pcre/dist/
DChangeLog4010 8. Negated POSIX character classes that used a combination of internal tables
5300 1. Negated character classes containing more than one character were failing if
/external/pcre/dist/doc/
Dpcre.txt5896 Negated versions, such as [:^alpha:] use \P instead of \p. Three other