Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h93 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()
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.h90 inline bool isStrongerThan(AtomicOrdering AO, AtomicOrdering Other) { in isStrongerThan()
105 inline bool isAtLeastOrStrongerThan(AtomicOrdering AO, AtomicOrdering Other) { in isAtLeastOrStrongerThan()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h52 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()
H A DThunk.h53 bool Equals(const VirtualAdjustment &Other) const { in Equals()
120 bool Equals(const VirtualAdjustment &Other) const { in Equals()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAny.h61 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()
H A DCoalescingBitVector.h61 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()
H A DSmallSet.h64 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator()
73 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h100 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBranchWeightMetadata.rst102 Other section in Supported Instructions
107 .. _\__builtin_expect:
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h60 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex()
73 const BaseIndexOffset &Other, int64_t OtherBitSize) const { in contains()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h150 ValueLatticeElement(const ValueLatticeElement &Other) in ValueLatticeElement()
169 ValueLatticeElement(ValueLatticeElement &&Other) in ValueLatticeElement() function
453 const ValueLatticeElement &Other) const { in getCompare()
H A DStackLifetime.h73 bool overlaps(const LiveRange &Other) const { in overlaps()
77 void join(const LiveRange &Other) { Bits |= Other.Bits; } in join()
/netbsd-src/external/mit/libuv/dist/
H A DLINKS.md44 ### Other subsection
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSymbolELF.cpp158 void MCSymbolELF::setOther(unsigned Other) { in setOther()
167 unsigned Other = (Flags >> ELF_STO_Shift) & 7; in getOther() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h167 bool isMoreQualifiedThan(CanQual<T> Other) const { in isMoreQualifiedThan()
173 bool isAtLeastAsQualifiedAs(CanQual<T> Other) const { in isAtLeastAsQualifiedAs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DRenderingSupport.h29 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-ar.rst261 Other section in OPTIONS
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp176 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp23 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex()
158 const BaseIndexOffset &Other, in contains()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp99 bool RRInfo::Merge(const RRInfo &Other) { in Merge()
147 void PtrState::Merge(const PtrState &Other, bool TopDown) { in Merge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkStringTable.cpp23 StringTable::StringTable(const ParsedStringTable &Other) : StrTab() { in StringTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h38 Other, // Others. enumerator
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dutilities.rst393 .. _Other: http://docs.libuv.org/en/v1.x/tty.html#c.uv_tty_mode_t target in TTY
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h43 DWARFDataExtractor(const DWARFDataExtractor &Other, size_t Length) in DWARFDataExtractor()

1234567