/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ErrorOr.h | 104 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()
|
D | Memory.h | 164 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function
|
D | Error.h | 182 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/ |
D | ErrorOr.h | 104 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()
|
D | Memory.h | 164 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function
|
D | Error.h | 166 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/ |
D | BranchWeightMetadata.rst | 67 Other section in Supported Instructions 72 .. _\__builtin_expect:
|
/external/llvm/unittests/ADT/ |
D | SparseBitVectorTest.cpp | 37 SparseBitVector<> Vec, Other; in TEST() local 67 SparseBitVector<> Vec, Other; in TEST() local
|
/external/clang/test/Index/ |
D | complete-ivar-access.m | 1 @interface Other { interface 42 - (void)method:(Sub *)sub with:(Other *)other {
|
D | complete-member-access.m | 37 @interface Other interface
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
D | p14.cpp | 41 class Other { class 52 namespace Other { namespace
|
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 187 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/ |
D | RenderingSupport.h | 30 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 153 bool isMoreQualifiedThan(CanQual<T> Other) const { in isMoreQualifiedThan() 159 bool isAtLeastAsQualifiedAs(CanQual<T> Other) const { in isAtLeastAsQualifiedAs()
|
/external/llvm/lib/MC/ |
D | MCSymbolELF.cpp | 162 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/ |
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 =()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 428 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/ |
D | InjectorTest.java | 42 @BindingAnnotation @interface Other {} annotation in InjectorTest
|
/external/python/cpython2/Lib/test/ |
D | pyclbr_input.py | 5 class Other(object): class
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.cpp | 91 bool RRInfo::Merge(const RRInfo &Other) { in Merge() 138 void PtrState::Merge(const PtrState &Other, bool TopDown) { in Merge()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTracePC.cpp | 28 size_t PcCoverageMap::MergeFrom(const PcCoverageMap &Other) { in MergeFrom()
|
/external/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 21 void ModuleSummaryIndex::mergeFrom(std::unique_ptr<ModuleSummaryIndex> Other, in mergeFrom()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 414 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in needsRelocateWithSymbol() local
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 92 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/ |
D | JumpThreading.h | 89 JumpThreadingPass(JumpThreadingPass &&Other) in JumpThreadingPass() function
|