/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A 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()
|
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 | 90 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 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()
|
H A D | Thunk.h | 53 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 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()
|
H A 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()
|
H A D | SmallSet.h | 64 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 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | BranchWeightMetadata.rst | 102 Other section in Supported Instructions 107 .. _\__builtin_expect:
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 60 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 D | ValueLattice.h | 150 ValueLatticeElement(const ValueLatticeElement &Other) in ValueLatticeElement() 169 ValueLatticeElement(ValueLatticeElement &&Other) in ValueLatticeElement() function 453 const ValueLatticeElement &Other) const { in getCompare()
|
H A D | StackLifetime.h | 73 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 D | LINKS.md | 44 ### Other subsection
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 158 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 D | CanonicalType.h | 167 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 D | RenderingSupport.h | 29 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-ar.rst | 261 Other section in OPTIONS
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 23 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 D | PtrState.cpp | 99 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 D | RemarkStringTable.cpp | 23 StringTable::StringTable(const ParsedStringTable &Other) : StrTab() { in StringTable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | SizeOpts.h | 38 Other, // Others. enumerator
|
/netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
H A D | utilities.rst | 393 .. _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 D | DWARFDataExtractor.h | 43 DWARFDataExtractor(const DWARFDataExtractor &Other, size_t Length) in DWARFDataExtractor()
|