Home
last modified time | relevance | path

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

1234567

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h104 ErrorOr(const ErrorOr &Other) { in ErrorOr()
124 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
187 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
210 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
219 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
232 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
DMemory.h164 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function
DError.h182 Error(Error &&Other) : Payload(nullptr) { in Error() function
682 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
789 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct()
802 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign()
/external/llvm/include/llvm/Support/
DErrorOr.h104 ErrorOr(const ErrorOr &Other) { in ErrorOr()
124 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
187 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
210 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
219 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
232 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
DMemory.h164 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function
DError.h166 Error(Error &&Other) { in Error() function
646 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
753 template <class OtherT> void moveConstruct(Expected<OtherT> &&Other) { in moveConstruct()
767 template <class OtherT> void moveAssign(Expected<OtherT> &&Other) { in moveAssign()
/external/llvm/docs/
DBranchWeightMetadata.rst67 Other section in Supported Instructions
72 .. _\__builtin_expect:
/external/llvm/unittests/ADT/
DSparseBitVectorTest.cpp37 SparseBitVector<> Vec, Other; in TEST() local
67 SparseBitVector<> Vec, Other; in TEST() local
/external/clang/test/Index/
Dcomplete-ivar-access.m1 @interface Other { interface
42 - (void)method:(Sub *)sub with:(Other *)other {
Dcomplete-member-access.m37 @interface Other interface
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp14.cpp41 class Other { class
52 namespace Other { namespace
/external/clang/include/clang/Basic/
DPartialDiagnostic.h187 PartialDiagnostic(const PartialDiagnostic &Other) in PartialDiagnostic()
196 PartialDiagnostic(PartialDiagnostic &&Other) in PartialDiagnostic() function
202 PartialDiagnostic(const PartialDiagnostic &Other, Storage *DiagStorage) in PartialDiagnostic()
210 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) in PartialDiagnostic()
/external/llvm/tools/llvm-cov/
DRenderingSupport.h30 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
/external/clang/include/clang/AST/
DCanonicalType.h153 bool isMoreQualifiedThan(CanQual<T> Other) const { in isMoreQualifiedThan()
159 bool isAtLeastAsQualifiedAs(CanQual<T> Other) const { in isAtLeastAsQualifiedAs()
/external/llvm/lib/MC/
DMCSymbolELF.cpp162 void MCSymbolELF::setOther(unsigned Other) { in setOther()
171 unsigned Other = (getFlags() & (0x7 << ELF_STO_Shift)) >> ELF_STO_Shift; in getOther() local
/external/clang/test/Analysis/inlining/
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 =()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h428 AnyFunctionCall(const AnyFunctionCall &Other) : CallEvent(Other) {} in AnyFunctionCall()
475 SimpleFunctionCall(const SimpleFunctionCall &Other) in SimpleFunctionCall()
512 BlockCall(const BlockCall &Other) : CallEvent(Other) {} in BlockCall()
623 CXXInstanceCall(const CXXInstanceCall &Other) : AnyFunctionCall(Other) {} in CXXInstanceCall()
656 CXXMemberCall(const CXXMemberCall &Other) : CXXInstanceCall(Other) {} in CXXMemberCall()
697 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) in CXXMemberOperatorCall()
749 CXXDestructorCall(const CXXDestructorCall &Other) : CXXInstanceCall(Other) {} in CXXDestructorCall()
793 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall()
838 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {} in CXXAllocatorCall()
893 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} in ObjCMethodCall()
/external/guice/core/test/com/google/inject/
DInjectorTest.java42 @BindingAnnotation @interface Other {} annotation in InjectorTest
/external/python/cpython2/Lib/test/
Dpyclbr_input.py5 class Other(object): class
/external/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp91 bool RRInfo::Merge(const RRInfo &Other) { in Merge()
138 void PtrState::Merge(const PtrState &Other, bool TopDown) { in Merge()
/external/llvm/lib/Fuzzer/
DFuzzerTracePC.cpp28 size_t PcCoverageMap::MergeFrom(const PcCoverageMap &Other) { in MergeFrom()
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp21 void ModuleSummaryIndex::mergeFrom(std::unique_ptr<ModuleSummaryIndex> Other, in mergeFrom()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp414 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in needsRelocateWithSymbol() local
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h92 AllowedRegVector(const AllowedRegVector &Other) in AllowedRegVector()
97 AllowedRegVector(AllowedRegVector &&Other) in AllowedRegVector() function
204 NodeMetadata(const NodeMetadata &Other) in NodeMetadata()
220 NodeMetadata(NodeMetadata &&Other) in NodeMetadata() function
/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h89 JumpThreadingPass(JumpThreadingPass &&Other) in JumpThreadingPass() function

1234567