/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-equals-default-copy.cpp | 11 OL::OL(const OL &Other) : Field(Other.Field) {} in OL() 14 OL &OL::operator=(const OL &Other) { in operator =() 37 NU(const NU &Other) : Field(Other.Field) {} in NU() 39 NU &operator=(const NU &Other) { in operator =() 66 WT &WT::operator=(const IL &Other) { return *this; } in operator =() 91 WI &WI::operator=(const WI &Other) { in operator =() 103 MF &MF::operator=(const MF &Other) { in operator =() 140 Empty &Empty::operator=(const Empty &Other) { return *this; } in operator =() 161 BF &BF::operator=(const BF &Other) { in operator =() 178 BC &BC::operator=(const BC &Other) { in operator =() [all …]
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Representation.cpp | 177 mergeable(const Reference & Other) mergeable() argument 181 merge(Reference && Other) merge() argument 189 mergeBase(Info && Other) mergeBase() argument 207 mergeable(const Info & Other) mergeable() argument 211 merge(SymbolInfo && Other) merge() argument 226 merge(NamespaceInfo && Other) merge() argument 240 merge(RecordInfo && Other) merge() argument 263 merge(EnumInfo && Other) merge() argument 272 merge(FunctionInfo && Other) merge() argument 289 merge(TypedefInfo && Other) merge() argument [all...] |
/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()
|
/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 49 PartialDiagnostic(const PartialDiagnostic &Other) in PartialDiagnostic() argument 75 PartialDiagnostic(PartialDiagnostic &&Other) : DiagID(Other.DiagID) { in PartialDiagnostic() argument 81 PartialDiagnostic(const PartialDiagnostic & Other,DiagnosticStorage * DiagStorage_) PartialDiagnostic() argument 90 PartialDiagnostic(const Diagnostic & Other,DiagStorageAllocator & Allocator_) PartialDiagnostic() argument [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
H A D | oop57-cpp.cpp | 45 void foo(const Trivial &Other) { in foo() 63 void bar(const NonTrivial &Other) { in bar() 82 void baz(const NonTrivial &Other) { in baz()
|
/llvm-project/clang/test/Index/ |
H A D | complete-ivar-access.m | 1 @interface Other { interface 42 - (void)method:(Sub *)sub with:(Other *)other {
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Any.h | 65 Any(const Any &Other) in Any() argument 93 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() argument 95 Any &swap(Any &Other) { in swap() argument [all...] |
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()
|
/llvm-project/llvm/docs/ |
H A D | BranchWeightMetadata.rst | 109 Other section in Supported Instructions 114 .. _\__builtin_expect:
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SparseBitVectorTest.cpp | 57 SparseBitVector<> Vec, Other; in TEST() local 87 SparseBitVector<> Vec, Other; in TEST() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-direct-arc.m | 41 @interface Other interface 44 @implementation Other implementation
|
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
H A D | p14.cpp | 40 class Other { class 50 namespace Other { namespace
|
/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()
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | NoopLattice.h | 29 bool operator==(const NoopLattice &Other) const { return true; } in join() argument
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 100 virtual bool equals(const Expression &Other) const { return true; } in equals() argument 104 virtual bool exactlyEquals(const Expression &Other) const { in exactlyEquals() argument 213 equals(const Expression & Other) equals() argument 289 equals(const Expression & Other) equals() argument 354 exactlyEquals(const Expression & Other) exactlyEquals() argument 394 exactlyEquals(const Expression & Other) exactlyEquals() argument 454 equals(const Expression & Other) equals() argument 521 equals(const Expression & Other) equals() argument 569 equals(const Expression & Other) equals() argument 606 equals(const Expression & Other) equals() argument 642 equals(const Expression & Other) equals() argument [all...] |
/llvm-project/bolt/lib/Core/ |
H A D | FunctionLayout.cpp | 40 FunctionLayout(const FunctionLayout & Other) FunctionLayout() argument 49 FunctionLayout(FunctionLayout && Other) FunctionLayout() argument 55 operator =(const FunctionLayout & Other) operator =() argument 65 operator =(FunctionLayout && Other) operator =() argument [all...] |
H A D | DynoStats.cpp | 67 bool DynoStats::lessThan(const DynoStats &Other, in lessThan() 76 void DynoStats::print(raw_ostream &OS, const DynoStats *Other, in print() 130 void DynoStats::operator+=(const DynoStats &Other) { in operator +=()
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 65 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() 78 const BaseIndexOffset &Other, int64_t OtherBitSize) const { in contains()
|
/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...] |
/llvm-project/llvm/tools/llvm-cov/ |
H A D | RenderingSupport.h | 29 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | path-notes.cpp | 67 Dereferencer(const Dereferencer &Other) { in Dereferencer() 72 Dereferencer(Dereferencer &&Other) { in Dereferencer() function in defaulted::Dereferencer 77 void operator=(const Dereferencer &Other) { in operator =() 82 void operator=(Dereferencer &&Other) { in operator =()
|
/llvm-project/llvm/docs/CommandGuide/ |
H A D | llvm-ar.rst | 259 Other section in OPTIONS
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueLattice.cpp | 15 getCompare(CmpInst::Predicate Pred,Type * Ty,const ValueLatticeElement & Other,const DataLayout & DL) const getCompare() argument [all...] |