Home
last modified time | relevance | path

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

12345

/external/llvm/include/llvm/Support/
DErrorOr.h114 ErrorOr(const ErrorOr &Other) { in ErrorOr()
134 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
197 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
220 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
229 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
242 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
DMemory.h164 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function
/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/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()
DABI.h71 bool Equals(const VirtualAdjustment &Other) const { in Equals()
139 bool Equals(const VirtualAdjustment &Other) const { in Equals()
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp14.cpp41 class Other { class
52 namespace Other { namespace
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h396 AnyFunctionCall(const AnyFunctionCall &Other) : CallEvent(Other) {} in AnyFunctionCall()
443 SimpleFunctionCall(const SimpleFunctionCall &Other) in SimpleFunctionCall()
480 BlockCall(const BlockCall &Other) : CallEvent(Other) {} in BlockCall()
591 CXXInstanceCall(const CXXInstanceCall &Other) : AnyFunctionCall(Other) {} in CXXInstanceCall()
624 CXXMemberCall(const CXXMemberCall &Other) : CXXInstanceCall(Other) {} in CXXMemberCall()
665 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) in CXXMemberOperatorCall()
717 CXXDestructorCall(const CXXDestructorCall &Other) : CXXInstanceCall(Other) {} in CXXDestructorCall()
761 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall()
806 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {} in CXXAllocatorCall()
861 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} in ObjCMethodCall()
/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/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/llvm/lib/IR/
DFunctionInfo.cpp21 void FunctionInfoIndex::mergeFrom(std::unique_ptr<FunctionInfoIndex> Other, in mergeFrom()
/external/llvm/tools/llvm-cov/
DRenderingSupport.h30 ColoredRawOstream(ColoredRawOstream &&Other) in ColoredRawOstream() function
/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/include/llvm/CodeGen/
DRegAllocPBQP.h91 AllowedRegVector(const AllowedRegVector &Other) in AllowedRegVector()
96 AllowedRegVector(AllowedRegVector &&Other) in AllowedRegVector() function
203 NodeMetadata(const NodeMetadata &Other) in NodeMetadata()
219 NodeMetadata(NodeMetadata &&Other) in NodeMetadata() function
/external/guice/core/test/com/google/inject/
DInjectorTest.java42 @BindingAnnotation @interface Other {} annotation in InjectorTest
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcTargetSupport.h57 IndirectStubsInfo(IndirectStubsInfo &&Other) in IndirectStubsInfo() function
/external/clang/lib/AST/
DNestedNameSpecifier.cpp478 NestedNameSpecifierLocBuilder(const NestedNameSpecifierLocBuilder &Other) in NestedNameSpecifierLocBuilder()
499 operator=(const NestedNameSpecifierLocBuilder &Other) { in operator =()
644 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt()
/external/clang/lib/Tooling/
DCompilationDatabase.cpp157 UnusedInputDiagConsumer(DiagnosticConsumer *Other) : Other(Other) {} in UnusedInputDiagConsumer()
169 DiagnosticConsumer *Other; member in __anon9c13d91b0111::UnusedInputDiagConsumer
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp414 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in needsRelocateWithSymbol() local
DPPCMCTargetDesc.cpp174 unsigned Other = S->getOther(); in emitLocalEntry() local
193 unsigned Other = Symbol->getOther(); in emitAssignment() local
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp21 Object *Other; member
/external/clang/test/CodeGenCXX/
Dcopy-constructor-elim-2.cpp16 struct Other { struct

12345