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 || CapExpr == nullptr) in valueDecl()300 if (Negated) in toString()
890 bool Negated = false; in evaluate() local895 Negated = true; in evaluate()926 if (!Test.is(!Negated)) { in evaluate()
612 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local657 if (Negated) 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
236 bit Negated = negated;
786 Negated multiply.
4353 8. Negated POSIX character classes that used a combination of internal tables5643 1. Negated character classes containing more than one character were failing if
5920 Negated versions, such as [:^alpha:] use \P instead of \p. Three other