Home
last modified time | relevance | path

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

1234567891011

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrorOr.h95 ErrorOr(const ErrorOr &Other) { in ErrorOr()
115 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
178 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
201 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
210 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
223 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
/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()
/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()
/external/llvm/docs/
DBranchWeightMetadata.rst67 Other section in Supported Instructions
72 .. _\__builtin_expect:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBranchWeightMetadata.rst81 Other section in Supported Instructions
86 .. _\__builtin_expect:
/external/llvm/unittests/ADT/
DSparseBitVectorTest.cpp37 SparseBitVector<> Vec, Other; in TEST() local
67 SparseBitVector<> Vec, Other; in TEST() local
/external/swiftshader/third_party/llvm-7.0/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 {
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp14.cpp41 class Other { class
52 namespace Other { namespace
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAny.h57 Any(const Any &Other) in Any()
75 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function
77 Any &swap(Any &Other) { in swap()
DSmallSet.h65 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator()
74 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h58 SymbolStringPtr(const SymbolStringPtr &Other) in SymbolStringPtr()
73 SymbolStringPtr(SymbolStringPtr &&Other) : S(nullptr) { in SymbolStringPtr() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h101 virtual bool equals(const Expression &Other) const { return true; } in equals()
105 virtual bool exactlyEquals(const Expression &Other) const { in exactlyEquals()
214 bool equals(const Expression &Other) const override { in equals()
285 bool equals(const Expression &Other) const override { in equals()
356 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals()
396 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals()
456 bool equals(const Expression &Other) const override { in equals()
518 bool equals(const Expression &Other) const override { in equals()
566 bool equals(const Expression &Other) const override { in equals()
603 bool equals(const Expression &Other) const override { in equals()
[all …]
/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/syzkaller/docs/
Dusage.md31 ## Other section in How to use syzkaller
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DRenderingSupport.h30 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
/external/llvm/tools/llvm-cov/
DRenderingSupport.h30 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
/external/honggfuzz/
DREADME.md124 ## Other section in honggfuzz
/external/flatbuffers/tests/union_vector/
DCharacter.cs12 Other = 5, enumerator
DCharacter.php11 const Other = 5; define in Character
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSymbolELF.cpp165 void MCSymbolELF::setOther(unsigned Other) { in setOther()
174 unsigned Other = (getFlags() & (0x7 << ELF_STO_Shift)) >> ELF_STO_Shift; in getOther() local
/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()

1234567891011