Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp79 bool IsNegated = ArchExt.starts_with("no"); in getArchExtFeature() local
299 bool IsNegated = NChars != 0; in parseModifier() local
319 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.cpp648 const bool IsNegated = Pat[0] == '!'; in isIgnored() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp873 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule() argument
886 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp518 bool IsNegated; member