Home
last modified time | relevance | path

Searched defs:IsNegated (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp116 bool IsNegated = ArchExt.starts_with("no"); in getArchExtFeature() local
363 bool IsNegated = NChars != 0; in parseModifier() local
383 bool IsNegated = F[0] == '-'; in reconstructFromParsedFeatures() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp31 bool IsNegated = false; in lowerSymbolOperand() local
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp644 const bool IsNegated = Pat[0] == '!'; in isIgnored() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp972 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule() argument
985 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule() argument
H A DSemaAvailability.cpp1036 bool IsNegated = false; in extractAvailabilityExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp528 bool IsNegated; member