| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | ErrorOr.h | 93 ErrorOr(const ErrorOr &Other) { in ErrorOr() 111 ErrorOr(ErrorOr &&Other) { in ErrorOr() function 171 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct() 194 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign() 203 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() 216 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
|
| D | MSVCErrorWorkarounds.h | 31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() function 50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() function
|
| D | AtomicOrdering.h | 90 inline bool isStrongerThan(AtomicOrdering AO, AtomicOrdering Other) { in isStrongerThan() 105 inline bool isAtLeastOrStrongerThan(AtomicOrdering AO, AtomicOrdering Other) { in isAtLeastOrStrongerThan()
|
| D | thread.h | 78 thread(thread &&Other) noexcept in thread() function 115 void swap(llvm::thread &Other) noexcept { std::swap(Thread, Other.Thread); } in swap()
|
| D | Memory.h | 141 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | PartialDiagnostic.h | 52 PartialDiagnostic(const PartialDiagnostic &Other) in PartialDiagnostic() 78 PartialDiagnostic(PartialDiagnostic &&Other) : DiagID(Other.DiagID) { in PartialDiagnostic() function 84 PartialDiagnostic(const PartialDiagnostic &Other, in PartialDiagnostic() 93 PartialDiagnostic(const Diagnostic &Other, DiagStorageAllocator &Allocator_) in PartialDiagnostic()
|
| D | Thunk.h | 53 bool Equals(const VirtualAdjustment &Other) const { in Equals() 120 bool Equals(const VirtualAdjustment &Other) const { in Equals()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | Any.h | 61 Any(const Any &Other) in Any() 89 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function 91 Any &swap(Any &Other) { in swap()
|
| D | CoalescingBitVector.h | 61 CoalescingBitVector(const ThisT &Other) in CoalescingBitVector() 106 void set(const ThisT &Other) { in set() 187 void intersectWithComplement(const ThisT &Other) { in intersectWithComplement() 402 bool getOverlaps(const ThisT &Other, in getOverlaps()
|
| D | SmallSet.h | 64 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator() 73 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| D | GVNExpression.h | 100 virtual bool equals(const Expression &Other) const { return true; } in equals() 104 virtual bool exactlyEquals(const Expression &Other) const { in exactlyEquals() 213 bool equals(const Expression &Other) const override { in equals() 289 bool equals(const Expression &Other) const override { in equals() 354 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals() 394 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals() 454 bool equals(const Expression &Other) const override { in equals() 521 bool equals(const Expression &Other) const override { in equals() 569 bool equals(const Expression &Other) const override { in equals() 606 bool equals(const Expression &Other) const override { in equals() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/orc/ |
| D | error.h | 52 Error(Error &&Other) { in Error() function 218 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function 314 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct() 325 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | SelectionDAGAddressAnalysis.h | 60 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() 73 const BaseIndexOffset &Other, int64_t OtherBitSize) const { in contains()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | ValueLattice.h | 150 ValueLatticeElement(const ValueLatticeElement &Other) in ValueLatticeElement() 169 ValueLatticeElement(ValueLatticeElement &&Other) in ValueLatticeElement() function 453 const ValueLatticeElement &Other) const { in getCompare()
|
| D | StackLifetime.h | 73 bool overlaps(const LiveRange &Other) const { in overlaps() 77 void join(const LiveRange &Other) { Bits |= Other.Bits; } in join()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCSymbolELF.cpp | 158 void MCSymbolELF::setOther(unsigned Other) { in setOther() 167 unsigned Other = (Flags >> ELF_STO_Shift) & 7; in getOther() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | CanonicalType.h | 167 bool isMoreQualifiedThan(CanQual<T> Other) const { in isMoreQualifiedThan() 173 bool isAtLeastAsQualifiedAs(CanQual<T> Other) const { in isAtLeastAsQualifiedAs()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| D | RenderingSupport.h | 29 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | APFixedPoint.cpp | 176 APFixedPoint APFixedPoint::add(const APFixedPoint &Other, in add() 200 APFixedPoint APFixedPoint::sub(const APFixedPoint &Other, in sub() 224 APFixedPoint APFixedPoint::mul(const APFixedPoint &Other, in mul() 281 APFixedPoint APFixedPoint::div(const APFixedPoint &Other, in div()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGAddressAnalysis.cpp | 23 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() 158 const BaseIndexOffset &Other, in contains()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| D | PtrState.cpp | 99 bool RRInfo::Merge(const RRInfo &Other) { in Merge() 147 void PtrState::Merge(const PtrState &Other, bool TopDown) { in Merge()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/ |
| D | RemarkStringTable.cpp | 23 StringTable::StringTable(const ParsedStringTable &Other) : StrTab() { in StringTable()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | SizeOpts.h | 38 Other, // Others. enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDataExtractor.h | 43 DWARFDataExtractor(const DWARFDataExtractor &Other, size_t Length) in DWARFDataExtractor()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCELFObjectWriter.cpp | 480 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in needsRelocateWithSymbol() local
|