Searched defs:IsNegated (Results 1 – 5 of 5) sorted by relevance
79 bool IsNegated = ArchExt.starts_with("no"); in getArchExtFeature() local299 bool IsNegated = NChars != 0; in parseModifier() local319 bool IsNegated = F[0] == '-'; in reconstructFromParsedFeatures() local
31 bool IsNegated = false; in lowerSymbolOperand() local
648 const bool IsNegated = Pat[0] == '!'; in isIgnored() local
873 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule() argument886 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule() argument
518 bool IsNegated; member