Searched refs:IsNegated (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp31 bool IsNegated = false; local
33 IsNegated = true;
48 Expr, IsNegated, Ctx);
50 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_LO8, Expr, IsNegated, Ctx);
57 Expr, IsNegated, Ctx);
59 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_HI8, Expr, IsNegated, Ctx);
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp78 bool IsNegated = ArchExt.starts_with("no"); local
79 StringRef ArchExtBase = IsNegated ? ArchExt.drop_front(2) : ArchExt;
83 return IsNegated ? AE->NegFeature : AE->Feature;
/freebsd-current/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp640 const bool IsNegated = Pat[0] == '!'; local
642 if (IsNegated)
659 if (clang::format::matchFilePath(Pattern, Pathname) == !IsNegated)
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp487 bool IsNegated; member in struct:__anon1768::VariableGEPIndex
490 if (IsNegated == Other.IsNegated)
506 << ", negated=" << IsNegated << ")";
697 /* IsNegated */ false};
1202 if (Index.IsNegated)
1758 // Normalize IsNegated if we're going to lose the NSW flag anyway.
1759 if (Dest.IsNegated) {
1761 Dest.IsNegated = false;
1780 /* IsNegated */ tru
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp876 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \
889 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \
891 return IsNegated;

Completed in 141 milliseconds