/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 93 ErrorOr(const ErrorOr &Other) { in ErrorOr() 110 ErrorOr(ErrorOr &&Other) { in ErrorOr() function 170 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct() 193 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign() 202 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct() 215 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
|
H A 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
|
H A D | AtomicOrdering.h | 91 inline bool isStrongerThan(AtomicOrdering AO, AtomicOrdering Other) { in isStrongerThan() 106 inline bool isAtLeastOrStrongerThan(AtomicOrdering AO, AtomicOrdering Other) { in isAtLeastOrStrongerThan() 140 AtomicOrdering Other) { in getMergedAtomicOrdering()
|
H A D | thread.h | 73 thread(thread &&Other) noexcept in thread() function 110 void swap(llvm::thread &Other) noexcept { std::swap(Thread, Other.Thread); } in swap()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 49 PartialDiagnostic(const PartialDiagnostic &Other) in PartialDiagnostic() 75 PartialDiagnostic(PartialDiagnostic &&Other) : DiagID(Other.DiagID) { in PartialDiagnostic() function 81 PartialDiagnostic(const PartialDiagnostic &Other, in PartialDiagnostic() 90 PartialDiagnostic(const Diagnostic &Other, DiagStorageAllocator &Allocator_) in PartialDiagnostic()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Any.h | 65 Any(const Any &Other) in Any() 93 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function 95 Any &swap(Any &Other) { in swap()
|
H A D | CoalescingBitVector.h | 62 CoalescingBitVector(const ThisT &Other) in CoalescingBitVector() 107 void set(const ThisT &Other) { in set() 188 void intersectWithComplement(const ThisT &Other) { in intersectWithComplement() 403 bool getOverlaps(const ThisT &Other, in getOverlaps()
|
H A D | SmallSet.h | 65 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator() 74 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A 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-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | FunctionId.h | 76 bool equals(const FunctionId &Other) const { in equals() 85 int compare(const FunctionId &Other) const { in compare()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | error.h | 52 Error(Error &&Other) { in Error() argument 216 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() argument 312 moveConstruct(Expected<OtherT> && Other) moveConstruct() argument 323 moveAssign(Expected<OtherT> && Other) moveAssign() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 64 equalBaseIndex(const BaseIndexOffset & Other,const SelectionDAG & DAG) equalBaseIndex() argument 77 contains(const SelectionDAG & DAG,int64_t BitSize,const BaseIndexOffset & Other,int64_t OtherBitSize) contains() argument [all...] |
H A D | ByteProvider.h | 80 bool hasSameSrc(const ByteProvider &Other) const { return Other.Src == Src; } in hasSameSrc()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | NoopLattice.h | 29 LatticeJoinEffect join(const NoopLattice &Other) { in join()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CanonicalType.h | 167 bool isMoreQualifiedThan(CanQual<T> Other) const { in isMoreQualifiedThan() 173 bool isAtLeastAsQualifiedAs(CanQual<T> Other) const { in isAtLeastAsQualifiedAs()
|
H A D | ASTImportError.h | 35 ASTImportError(const ASTImportError &Other) : Error(Other.Error) {} in ASTImportError()
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 160 void MCSymbolELF::setOther(unsigned Other) { in setOther() 169 unsigned Other = (Flags >> ELF_STO_Shift) & 7; in getOther() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | RenderingSupport.h | 29 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
|
/freebsd-src/contrib/ncurses/progs/ |
H A D | tparm_type.h | 46 Other = -1 enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueLattice.cpp | 15 const ValueLatticeElement &Other, in getCompare()
|
H A D | TFLiteUtils.cpp | 228 TFModelEvaluator::EvaluationResult::EvaluationResult(EvaluationResult &&Other) in EvaluationResult() function in TFModelEvaluator::EvaluationResult 232 TFModelEvaluator::EvaluationResult::operator=(EvaluationResult &&Other) { in operator =()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 72 bool overlaps(const LiveRange &Other) const { in overlaps() 76 void join(const LiveRange &Other) { Bits |= Other.Bits; } in join()
|
H A D | ValueLattice.h | 152 ValueLatticeElement(const ValueLatticeElement &Other) in ValueLatticeElement() argument 171 ValueLatticeElement(ValueLatticeElement &&Other) in ValueLatticeElement() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 181 add(const APFixedPoint & Other,bool * Overflow) const add() argument 205 sub(const APFixedPoint & Other,bool * Overflow) const sub() argument 229 mul(const APFixedPoint & Other,bool * Overflow) const mul() argument 286 div(const APFixedPoint & Other,bool * Overflow) const div() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 24 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() argument 182 contains(const SelectionDAG & DAG,int64_t BitSize,const BaseIndexOffset & Other,int64_t OtherBitSize,int64_t & BitOffset) const contains() argument [all...] |