Home
last modified time | relevance | path

Searched defs:Other (Results 1 – 25 of 262) sorted by relevance

1234567891011

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp11 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 DRepresentation.cpp177 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 DErrorOr.h93 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 DMSVCErrorWorkarounds.h31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() function
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() function
H A DAtomicOrdering.h91 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 DPartialDiagnostic.h49 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 Doop57-cpp.cpp45 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 Dcomplete-ivar-access.m1 @interface Other { interface
42 - (void)method:(Sub *)sub with:(Other *)other {
/llvm-project/llvm/include/llvm/ADT/
H A DAny.h65 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 DCoalescingBitVector.h62 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 DBranchWeightMetadata.rst109 Other section in Supported Instructions
114 .. _\__builtin_expect:
/llvm-project/llvm/unittests/ADT/
H A DSparseBitVectorTest.cpp57 SparseBitVector<> Vec, Other; in TEST() local
87 SparseBitVector<> Vec, Other; in TEST() local
/llvm-project/clang/test/SemaObjC/
H A Dmethod-direct-arc.m41 @interface Other interface
44 @implementation Other implementation
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp14.cpp40 class Other { class
50 namespace Other { namespace
/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h76 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 DNoopLattice.h29 bool operator==(const NoopLattice &Other) const { return true; } in join() argument
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h100 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 DFunctionLayout.cpp40 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 DDynoStats.cpp67 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 DSelectionDAGAddressAnalysis.h65 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 Derror.h52 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 DRenderingSupport.h29 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
/llvm-project/clang/test/Analysis/inlining/
H A Dpath-notes.cpp67 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 Dllvm-ar.rst259 Other section in OPTIONS
/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp15 getCompare(CmpInst::Predicate Pred,Type * Ty,const ValueLatticeElement & Other,const DataLayout & DL) const getCompare() argument
[all...]

1234567891011