Searched refs:Negated (Results 1 – 9 of 9) sorted by relevance
260 bool Negated; ///< True if this is a negative capability variable263 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()
494 bool Negated = (Cond.size() > 1) ^ (TB != Header); in getLoopTripCount() local537 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()
422 d negNsSet like(xmlSchemaWildcardNsPtr) Negated namespace
66 ".(?!\p{L})" "abc<0>d</0> " # Negated look-ahead67 ".(?!(\p{L}))" "abc<0>d</0> " # Negated look-ahead, no capture81 # Negated Lookahead, various regions and region transparency
229 bit Negated = negated;
54 on the line match. Negated matches are therefore useful to
786 Negated multiply.
4010 8. Negated POSIX character classes that used a combination of internal tables5300 1. Negated character classes containing more than one character were failing if
5896 Negated versions, such as [:^alpha:] use \P instead of \p. Three other