Searched refs:LHS (Results 1 - 25 of 649) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGUID.h25 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
26 return 0 == ::memcmp(LHS.Guid, RHS.Guid, sizeof(LHS.Guid));
29 inline bool operator<(const GUID &LHS, const GUID &RHS) { argument
30 return ::memcmp(LHS.Guid, RHS.Guid, sizeof(LHS.Guid)) < 0;
33 inline bool operator<=(const GUID &LHS, const GUID &RHS) { argument
34 return ::memcmp(LHS.Guid, RHS.Guid, sizeof(LHS.Guid)) <= 0;
37 inline bool operator>(const GUID &LHS, cons argument
41 operator >=(const GUID &LHS, const GUID &RHS) argument
45 operator !=(const GUID &LHS, const GUID &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h32 using LVSortFunction = LVSortValue (*)(const LVObject *LHS,
39 LVSortValue compareKind(const LVObject *LHS, const LVObject *RHS);
40 LVSortValue compareLine(const LVObject *LHS, const LVObject *RHS);
41 LVSortValue compareName(const LVObject *LHS, const LVObject *RHS);
42 LVSortValue compareOffset(const LVObject *LHS, const LVObject *RHS);
43 LVSortValue compareRange(const LVObject *LHS, const LVObject *RHS);
44 LVSortValue sortByKind(const LVObject *LHS, const LVObject *RHS);
45 LVSortValue sortByLine(const LVObject *LHS, const LVObject *RHS);
46 LVSortValue sortByName(const LVObject *LHS, const LVObject *RHS);
/freebsd-current/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h37 friend bool operator==(FileOffset LHS, FileOffset RHS) { argument
38 return LHS.FID == RHS.FID && LHS.Offs == RHS.Offs;
41 friend bool operator!=(FileOffset LHS, FileOffset RHS) { argument
42 return !(LHS == RHS);
45 friend bool operator<(FileOffset LHS, FileOffset RHS) { argument
46 return std::tie(LHS.FID, LHS.Offs) < std::tie(RHS.FID, RHS.Offs);
49 friend bool operator>(FileOffset LHS, FileOffset RHS) { argument
50 return RHS < LHS;
53 operator >=(FileOffset LHS, FileOffset RHS) argument
57 operator <=(FileOffset LHS, FileOffset RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h36 inline bool operator==(const LineEntry &LHS, const LineEntry &RHS) { argument
37 return LHS.Addr == RHS.Addr && LHS.File == RHS.File && LHS.Line == RHS.Line;
39 inline bool operator!=(const LineEntry &LHS, const LineEntry &RHS) { argument
40 return !(LHS == RHS);
42 inline bool operator<(const LineEntry &LHS, const LineEntry &RHS) { argument
43 return LHS.Addr < RHS.Addr;
H A DLookupResult.h29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
30 return LHS.Name == RHS.Name && LHS.Dir == RHS.Dir && LHS.Base == RHS.Base &&
31 LHS.Line == RHS.Line && LHS.Offset == RHS.Offset;
55 inline bool operator==(const LookupResult &LHS, const LookupResult &RHS) { argument
56 if (LHS.LookupAddr != RHS.LookupAddr)
58 if (LHS.FuncRange != RHS.FuncRange)
60 if (LHS
[all...]
H A DFunctionInfo.h197 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
198 return LHS.Range == RHS.Range && LHS.Name == RHS.Name &&
199 LHS.OptLineTable == RHS.OptLineTable && LHS.Inline == RHS.Inline;
201 inline bool operator!=(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
202 return !(LHS == RHS);
218 inline bool operator<(const FunctionInfo &LHS, const FunctionInfo &RHS) { argument
220 if (LHS.Range != RHS.Range)
221 return LHS
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h71 friend bool operator==(const ReturnAdjustment &LHS, argument
73 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
76 friend bool operator!=(const ReturnAdjustment &LHS, argument
78 return !(LHS == RHS);
81 friend bool operator<(const ReturnAdjustment &LHS, argument
83 if (LHS.NonVirtual < RHS.NonVirtual)
86 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
138 friend bool operator==(const ThisAdjustment &LHS, cons argument
142 operator !=(const ThisAdjustment &LHS, const ThisAdjustment &RHS) argument
146 operator <(const ThisAdjustment &LHS, const ThisAdjustment &RHS) argument
176 operator ==(const ThunkInfo &LHS, const ThunkInfo &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DNodeIntrospection.cpp45 static bool locationCallLessThan(const LocationCall *LHS, argument
47 if (!LHS && !RHS)
49 if (LHS && !RHS)
51 if (!LHS && RHS)
53 auto compareResult = LHS->name().compare(RHS->name());
58 return locationCallLessThan(LHS->on(), RHS->on());
62 std::pair<SourceRange, SharedLocationCall> const &LHS,
64 if (LHS.first.getBegin() < RHS.first.getBegin())
66 else if (LHS.first.getBegin() != RHS.first.getBegin())
69 if (LHS
61 operator ()( std::pair<SourceRange, SharedLocationCall> const &LHS, std::pair<SourceRange, SharedLocationCall> const &RHS) const argument
76 operator ()( std::pair<SourceLocation, SharedLocationCall> const &LHS, std::pair<SourceLocation, SharedLocationCall> const &RHS) const argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp18 // to keep track of whether LHS and RHS are negated.
19 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { argument
28 return implies(LHS, LNeg, A->left(), RNeg) &&
29 implies(LHS, LNeg, A->right(), RNeg);
38 return implies(LHS, LNeg, A->left(), RNeg) ||
39 implies(LHS, LNeg, A->right(), RNeg);
60 // to return !implies(LHS, RHS).
61 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg);
68 switch (LHS->kind()) {
74 return LNeg ? LeftAndOperator(cast<And>(LHS))
105 implies(const LExpr *LHS, const LExpr *RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBufferRef.h40 friend bool operator==(const MemoryBufferRef &LHS, argument
42 return LHS.Buffer.begin() == RHS.Buffer.begin() &&
43 LHS.Buffer.end() == RHS.Buffer.end() &&
44 LHS.Identifier.begin() == RHS.Identifier.begin() &&
45 LHS.Identifier.end() == RHS.Identifier.end();
48 friend bool operator!=(const MemoryBufferRef &LHS, argument
50 return !(LHS == RHS);
H A DSMTAPI.h67 friend bool operator==(SMTSort const &LHS, SMTSort const &RHS) { argument
68 return LHS.equal_to(RHS);
114 friend bool operator==(SMTExpr const &LHS, SMTExpr const &RHS) { argument
115 return LHS.equal_to(RHS);
184 virtual SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
187 virtual SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
190 virtual SMTExprRef mkBVMul(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
193 virtual SMTExprRef mkBVSRem(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
196 virtual SMTExprRef mkBVURem(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
199 virtual SMTExprRef mkBVSDiv(const SMTExprRef &LHS, cons
[all...]
H A DTypeSize.h100 friend constexpr LeafTy &operator+=(LeafTy &LHS, const LeafTy &RHS) { argument
101 assert((LHS.Quantity == 0 || RHS.Quantity == 0 ||
102 LHS.Scalable == RHS.Scalable) &&
104 LHS.Quantity += RHS.Quantity;
106 LHS.Scalable = RHS.Scalable;
107 return LHS;
110 friend constexpr LeafTy &operator-=(LeafTy &LHS, const LeafTy &RHS) { argument
111 assert((LHS.Quantity == 0 || RHS.Quantity == 0 ||
112 LHS.Scalable == RHS.Scalable) &&
114 LHS
120 operator *=(LeafTy &LHS, ScalarTy RHS) argument
125 operator +(const LeafTy &LHS, const LeafTy &RHS) argument
130 operator -(const LeafTy &LHS, const LeafTy &RHS) argument
135 operator *(const LeafTy &LHS, ScalarTy RHS) argument
142 operator -(const LeafTy &LHS) argument
203 isKnownLT(const FixedOrScalableQuantity &LHS, const FixedOrScalableQuantity &RHS) argument
210 isKnownGT(const FixedOrScalableQuantity &LHS, const FixedOrScalableQuantity &RHS) argument
217 isKnownLE(const FixedOrScalableQuantity &LHS, const FixedOrScalableQuantity &RHS) argument
224 isKnownGE(const FixedOrScalableQuantity &LHS, const FixedOrScalableQuantity &RHS) argument
367 operator *(const TypeSize &LHS, const int RHS) argument
370 operator *(const TypeSize &LHS, const unsigned RHS) argument
373 operator *(const TypeSize &LHS, const int64_t RHS) argument
376 operator *(const int LHS, const TypeSize &RHS) argument
379 operator *(const unsigned LHS, const TypeSize &RHS) argument
382 operator *(const int64_t LHS, const TypeSize &RHS) argument
385 operator *(const uint64_t LHS, const TypeSize &RHS) argument
428 isEqual(const ElementCount &LHS, const ElementCount &RHS) argument
[all...]
H A DKnownBits.h316 /// Compute known bits common to LHS and RHS.
318 static KnownBits commonBits(const KnownBits &LHS, const KnownBits &RHS) { argument
319 return LHS.intersectWith(RHS);
322 /// Return true if LHS and RHS have no common bits set.
323 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { argument
324 return (LHS.Zero | RHS.Zero).isAllOnes();
327 /// Compute known bits resulting from adding LHS, RHS and a 1-bit Carry.
329 const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry);
331 /// Compute known bits resulting from adding LHS and RHS.
332 static KnownBits computeForAddSub(bool Add, bool NSW, const KnownBits &LHS,
477 operator &(KnownBits LHS, const KnownBits &RHS) argument
482 operator &(const KnownBits &LHS, KnownBits &&RHS) argument
487 operator |(KnownBits LHS, const KnownBits &RHS) argument
492 operator |(const KnownBits &LHS, KnownBits &&RHS) argument
497 operator ^(KnownBits LHS, const KnownBits &RHS) argument
502 operator ^(const KnownBits &LHS, KnownBits &&RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h148 bool operator<(const std::optional<T> &LHS, const std::optional<T> &RHS) { argument
152 if (!LHS && !RHS)
154 if (!LHS && RHS)
156 if (LHS && !RHS)
158 return *LHS < *RHS;
161 inline bool operator==(const RemarkLocation &LHS, const RemarkLocation &RHS) { argument
162 return LHS.SourceFilePath == RHS.SourceFilePath &&
163 LHS.SourceLine == RHS.SourceLine &&
164 LHS.SourceColumn == RHS.SourceColumn;
167 inline bool operator!=(const RemarkLocation &LHS, cons argument
171 operator <(const RemarkLocation &LHS, const RemarkLocation &RHS) argument
176 operator ==(const Argument &LHS, const Argument &RHS) argument
180 operator !=(const Argument &LHS, const Argument &RHS) argument
184 operator <(const Argument &LHS, const Argument &RHS) argument
189 operator ==(const Remark &LHS, const Remark &RHS) argument
196 operator !=(const Remark &LHS, const Remark &RHS) argument
200 operator <(const Remark &LHS, const Remark &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp27 LVSortValue llvm::logicalview::compareKind(const LVObject *LHS, argument
29 return std::string(LHS->kind()) < std::string(RHS->kind());
33 LVSortValue llvm::logicalview::compareLine(const LVObject *LHS, argument
35 return LHS->getLineNumber() < RHS->getLineNumber();
39 LVSortValue llvm::logicalview::compareName(const LVObject *LHS, argument
41 return LHS->getName() < RHS->getName();
45 LVSortValue llvm::logicalview::compareOffset(const LVObject *LHS, argument
47 return LHS->getOffset() < RHS->getOffset();
51 LVSortValue llvm::logicalview::compareRange(const LVObject *LHS, argument
53 if (LHS
65 sortByKind(const LVObject *LHS, const LVObject *RHS) argument
77 sortByLine(const LVObject *LHS, const LVObject *RHS) argument
89 sortByName(const LVObject *LHS, const LVObject *RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp22 const KnownBits &LHS, const KnownBits &RHS,
27 APInt PossibleSumZero = LHS.getMaxValue() + RHS.getMaxValue() + !CarryZero;
28 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne;
31 APInt CarryKnownZero = ~(PossibleSumZero ^ LHS.Zero ^ RHS.Zero);
32 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One;
35 APInt LHSKnownUnion = LHS.Zero | LHS.One;
51 const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) {
54 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue());
58 const KnownBits &LHS, KnownBit
21 computeForAddCarry( const KnownBits &LHS, const KnownBits &RHS, bool CarryZero, bool CarryOne) argument
50 computeForAddCarry( const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) argument
57 computeForAddSub(bool Add, bool NSW, const KnownBits &LHS, KnownBits RHS) argument
88 computeForSubBorrow(const KnownBits &LHS, KnownBits RHS, const KnownBits &Borrow) argument
129 umax(const KnownBits &LHS, const KnownBits &RHS) argument
147 umin(const KnownBits &LHS, const KnownBits &RHS) argument
153 smax(const KnownBits &LHS, const KnownBits &RHS) argument
166 smin(const KnownBits &LHS, const KnownBits &RHS) argument
186 shl(const KnownBits &LHS, const KnownBits &RHS, bool NUW, bool NSW, bool ShAmtNonZero) argument
271 lshr(const KnownBits &LHS, const KnownBits &RHS, bool ShAmtNonZero) argument
317 ashr(const KnownBits &LHS, const KnownBits &RHS, bool ShAmtNonZero) argument
365 eq(const KnownBits &LHS, const KnownBits &RHS) argument
373 ne(const KnownBits &LHS, const KnownBits &RHS) argument
379 ugt(const KnownBits &LHS, const KnownBits &RHS) argument
389 uge(const KnownBits &LHS, const KnownBits &RHS) argument
395 ult(const KnownBits &LHS, const KnownBits &RHS) argument
399 ule(const KnownBits &LHS, const KnownBits &RHS) argument
403 sgt(const KnownBits &LHS, const KnownBits &RHS) argument
413 sge(const KnownBits &LHS, const KnownBits &RHS) argument
419 slt(const KnownBits &LHS, const KnownBits &RHS) argument
423 sle(const KnownBits &LHS, const KnownBits &RHS) argument
486 computeForSatAddSub(bool Add, bool Signed, const KnownBits &LHS, const KnownBits &RHS) argument
634 sadd_sat(const KnownBits &LHS, const KnownBits &RHS) argument
637 ssub_sat(const KnownBits &LHS, const KnownBits &RHS) argument
640 uadd_sat(const KnownBits &LHS, const KnownBits &RHS) argument
643 usub_sat(const KnownBits &LHS, const KnownBits &RHS) argument
647 mul(const KnownBits &LHS, const KnownBits &RHS, bool NoUndefSelfMultiply) argument
745 mulhs(const KnownBits &LHS, const KnownBits &RHS) argument
754 mulhu(const KnownBits &LHS, const KnownBits &RHS) argument
763 divComputeLowBit(KnownBits Known, const KnownBits &LHS, const KnownBits &RHS, bool Exact) argument
799 sdiv(const KnownBits &LHS, const KnownBits &RHS, bool Exact) argument
858 udiv(const KnownBits &LHS, const KnownBits &RHS, bool Exact) argument
887 remGetLowBits(const KnownBits &LHS, const KnownBits &RHS) argument
900 urem(const KnownBits &LHS, const KnownBits &RHS) argument
919 srem(const KnownBits &LHS, const KnownBits &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h160 /// LHS - The prefix in the concatenation, which may be uninitialized for
162 Child LHS; member in class:llvm::Twine
180 explicit Twine(const Twine &LHS, const Twine &RHS) argument
182 this->LHS.twine = &LHS;
188 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) argument
189 : LHS(LHS), RHS(RHS), LHSKind(LHSKind), RHSKind(RHSKind) {
229 // The RHS cannot be non-empty if the LHS is empty.
235 !LHS
384 Twine(const char *LHS, const StringRef &RHS) argument
393 Twine(const StringRef &LHS, const char *RHS) argument
417 Child LHS, RHS; local
554 operator +(const Twine &LHS, const Twine &RHS) argument
561 operator +(const char *LHS, const StringRef &RHS) argument
568 operator +(const StringRef &LHS, const char *RHS) argument
[all...]
H A DBitmaskEnum.h151 constexpr E operator|(E LHS, E RHS) { argument
152 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
156 constexpr E operator&(E LHS, E RHS) { argument
157 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
161 constexpr E operator^(E LHS, E RHS) { argument
162 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS));
165 // |=, &=, and ^= return a reference to LHS, to match the behavior of the
169 E &operator|=(E &LHS, E RHS) { argument
170 LHS = LHS | RH
175 operator &=(E &LHS, E RHS) argument
181 operator ^=(E &LHS, E RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h37 std::pair<Value *, Value *> splatScalarOperandIfNeeded(Value *LHS, argument
39 assert((LHS->getType()->isVectorTy() || RHS->getType()->isVectorTy()) &&
41 if (LHS->getType()->isVectorTy() && !RHS->getType()->isVectorTy()) {
42 assert(!isa<ScalableVectorType>(LHS->getType()) &&
43 "LHS Assumed to be fixed width");
45 cast<VectorType>(LHS->getType())->getElementCount(), RHS,
47 } else if (!LHS->getType()->isVectorTy() && RHS->getType()->isVectorTy()) {
50 LHS = B.CreateVectorSplat(
51 cast<VectorType>(RHS->getType())->getElementCount(), LHS,
54 return {LHS, RH
126 CreateMatrixMultiply(Value *LHS, Value *RHS, unsigned LHSRows, unsigned LHSColumns, unsigned RHSColumns, const Twine &Name = �) argument
157 CreateAdd(Value *LHS, Value *RHS) argument
182 CreateSub(Value *LHS, Value *RHS) argument
207 CreateScalarMultiply(Value *LHS, Value *RHS) argument
216 CreateScalarDiv(Value *LHS, Value *RHS, bool IsUnsigned) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h47 inline bool operator==(const Target &LHS, const Target &RHS) { argument
49 return std::tie(LHS.Arch, LHS.Platform) == std::tie(RHS.Arch, RHS.Platform);
52 inline bool operator!=(const Target &LHS, const Target &RHS) { argument
53 return !(LHS == RHS);
56 inline bool operator<(const Target &LHS, const Target &RHS) { argument
58 return std::tie(LHS.Arch, LHS.Platform) < std::tie(RHS.Arch, RHS.Platform);
61 inline bool operator==(const Target &LHS, const Architecture &RHS) { argument
62 return LHS
65 operator !=(const Target &LHS, const Architecture &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h96 friend bool operator==(const UUID &LHS, const UUID &RHS) { argument
97 return LHS.m_bytes == RHS.m_bytes;
99 friend bool operator!=(const UUID &LHS, const UUID &RHS) { argument
100 return !(LHS == RHS);
102 friend bool operator<(const UUID &LHS, const UUID &RHS) { argument
103 return LHS.m_bytes < RHS.m_bytes;
105 friend bool operator<=(const UUID &LHS, const UUID &RHS) { argument
106 return !(RHS < LHS);
108 friend bool operator>(const UUID &LHS, const UUID &RHS) { return RHS < LHS; } argument
109 operator >=(const UUID &LHS, const UUID &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp18 canonicalFormulaPair(const Formula &LHS, const Formula &RHS) { argument
19 auto Res = std::make_pair(&LHS, &RHS);
20 if (&RHS < &LHS) // FIXME: use a deterministic order instead
41 const Formula &Arena::makeAnd(const Formula &LHS, const Formula &RHS) { argument
42 return cached(Ands, canonicalFormulaPair(LHS, RHS), [&] {
43 if (&LHS == &RHS)
44 return &LHS;
45 if (LHS.kind() == Formula::Literal)
46 return LHS.literal() ? &RHS : &LHS;
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h111 friend bool operator==(const ExecutorAddr &LHS, const ExecutorAddr &RHS) { argument
112 return LHS.Addr == RHS.Addr;
115 friend bool operator!=(const ExecutorAddr &LHS, const ExecutorAddr &RHS) { argument
116 return LHS.Addr != RHS.Addr;
119 friend bool operator<(const ExecutorAddr &LHS, const ExecutorAddr &RHS) { argument
120 return LHS.Addr < RHS.Addr;
123 friend bool operator<=(const ExecutorAddr &LHS, const ExecutorAddr &RHS) { argument
124 return LHS.Addr <= RHS.Addr;
127 friend bool operator>(const ExecutorAddr &LHS, const ExecutorAddr &RHS) { argument
128 return LHS
131 operator >=(const ExecutorAddr &LHS, const ExecutorAddr &RHS) argument
161 operator -(const ExecutorAddr &LHS, const ExecutorAddr &RHS) argument
167 operator +(const ExecutorAddr &LHS, const ExecutorAddrDiff &RHS) argument
173 operator +(const ExecutorAddrDiff &LHS, const ExecutorAddr &RHS) argument
179 operator -(const ExecutorAddr &LHS, const ExecutorAddrDiff &RHS) argument
185 operator %(const ExecutorAddr &LHS, const ExecutorAddrDiff &RHS) argument
201 operator ==(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS) argument
205 operator !=(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS) argument
209 operator <(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS) argument
214 operator <=(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS) argument
219 operator >(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS) argument
224 operator >=(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS) argument
311 isEqual(const orc::ExecutorAddr &LHS, const orc::ExecutorAddr &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dbitmask_enum.h117 constexpr E operator|(E LHS, E RHS) { argument
118 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
122 constexpr E operator&(E LHS, E RHS) { argument
123 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
127 constexpr E operator^(E LHS, E RHS) { argument
128 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS));
132 E &operator|=(E &LHS, E RHS) { argument
133 LHS = LHS | RHS;
134 return LHS;
138 operator &=(E &LHS, E RHS) argument
144 operator ^=(E &LHS, E RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h116 inline bool operator==(const CommonEntityInfo &LHS, argument
118 return LHS.UnavailableMsg == RHS.UnavailableMsg &&
119 LHS.Unavailable == RHS.Unavailable &&
120 LHS.UnavailableInSwift == RHS.UnavailableInSwift &&
121 LHS.SwiftPrivateSpecified == RHS.SwiftPrivateSpecified &&
122 LHS.SwiftPrivate == RHS.SwiftPrivate && LHS.SwiftName == RHS.SwiftName;
125 inline bool operator!=(const CommonEntityInfo &LHS, argument
127 return !(LHS == RHS);
181 inline bool operator==(const CommonTypeInfo &LHS, cons argument
187 operator !=(const CommonTypeInfo &LHS, const CommonTypeInfo &RHS) argument
286 operator ==(const ObjCContextInfo &LHS, const ObjCContextInfo &RHS) argument
294 operator !=(const ObjCContextInfo &LHS, const ObjCContextInfo &RHS) argument
343 operator ==(const VariableInfo &LHS, const VariableInfo &RHS) argument
349 operator !=(const VariableInfo &LHS, const VariableInfo &RHS) argument
398 operator ==(const ObjCPropertyInfo &LHS, const ObjCPropertyInfo &RHS) argument
404 operator !=(const ObjCPropertyInfo &LHS, const ObjCPropertyInfo &RHS) argument
466 operator ==(const ParamInfo &LHS, const ParamInfo &RHS) argument
473 operator !=(const ParamInfo &LHS, const ParamInfo &RHS) argument
583 operator ==(const FunctionInfo &LHS, const FunctionInfo &RHS) argument
592 operator !=(const FunctionInfo &LHS, const FunctionInfo &RHS) argument
623 operator ==(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) argument
629 operator !=(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) argument
699 operator ==(const TagInfo &LHS, const TagInfo &RHS) argument
708 operator !=(const TagInfo &LHS, const TagInfo &RHS) argument
731 operator ==(const TypedefInfo &LHS, const TypedefInfo &RHS) argument
736 operator !=(const TypedefInfo &LHS, const TypedefInfo &RHS) argument
[all...]

Completed in 322 milliseconds

1234567891011>>