Home
last modified time | relevance | path

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

1234

/external/llvm/include/llvm/Support/
DErrorOr.h113 ErrorOr(const ErrorOr &Other) { in ErrorOr()
118 ErrorOr(const ErrorOr<OtherT> &Other) { in ErrorOr()
133 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
138 ErrorOr(ErrorOr<OtherT> &&Other) { in ErrorOr() function
180 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
203 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
212 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
225 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
/external/llvm/docs/
DBranchWeightMetadata.rst67 Other section in Supported Instructions
72 .. _\__builtin_expect:
/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()
DABI.h67 bool Equals(const VirtualAdjustment &Other) const { in Equals()
135 bool Equals(const VirtualAdjustment &Other) const { in Equals()
DVisibility.h102 void mergeExternalVisibility(LinkageInfo Other) { in mergeExternalVisibility()
/external/llvm/lib/MC/
DMCELF.cpp74 void MCELF::setOther(MCSymbolData &SD, unsigned Other) { in setOther()
80 unsigned Other = in getOther() local
/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/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.h388 AnyFunctionCall(const AnyFunctionCall &Other) : CallEvent(Other) {} in AnyFunctionCall()
435 SimpleFunctionCall(const SimpleFunctionCall &Other) in SimpleFunctionCall()
472 BlockCall(const BlockCall &Other) : CallEvent(Other) {} in BlockCall()
534 CXXInstanceCall(const CXXInstanceCall &Other) : AnyFunctionCall(Other) {} in CXXInstanceCall()
567 CXXMemberCall(const CXXMemberCall &Other) : CXXInstanceCall(Other) {} in CXXMemberCall()
608 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) in CXXMemberOperatorCall()
660 CXXDestructorCall(const CXXDestructorCall &Other) : CXXInstanceCall(Other) {} in CXXDestructorCall()
704 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall()
748 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {} in CXXAllocatorCall()
803 ObjCMethodCall(const ObjCMethodCall &Other) : CallEvent(Other) {} in ObjCMethodCall()
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
DProcessCategory.cs20 Other enumerator
/external/llvm/include/llvm/IR/
DDominators.h74 inline bool compare(const DominatorTree &Other) const { in compare()
/external/clang/lib/AST/
DNestedNameSpecifier.cpp441 NestedNameSpecifierLocBuilder(const NestedNameSpecifierLocBuilder &Other) in NestedNameSpecifierLocBuilder()
464 operator=(const NestedNameSpecifierLocBuilder &Other) { in operator =()
599 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt()
DASTTypeTraits.cpp42 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { in isBaseOf()
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp21 Object *Other; member
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp155 VariantValue::VariantValue(const VariantValue &Other) : Type(VT_Nothing) { in VariantValue()
173 VariantValue &VariantValue::operator=(const VariantValue &Other) { in operator =()
/external/clang/test/CodeGenCXX/
Dcopy-constructor-elim-2.cpp16 struct Other { struct
/external/clang/lib/Tooling/
DCompilationDatabase.cpp158 UnusedInputDiagConsumer(DiagnosticConsumer *Other) : Other(Other) {} in UnusedInputDiagConsumer()
170 DiagnosticConsumer *Other; member in clang::tooling::UnusedInputDiagConsumer
/external/clang/lib/Lex/
DMacroInfo.cpp72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1476 JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) { in analyzeValue()
1680 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment()
1715 bool JoinVals::mapValues(JoinVals &Other) { in mapValues()
1743 taintExtent(unsigned ValNo, unsigned TaintedLanes, JoinVals &Other, in taintExtent()
1800 bool JoinVals::resolveConflicts(JoinVals &Other) { in resolveConflicts()
1869 bool JoinVals::isPrunedValue(unsigned ValNo, JoinVals &Other) { in isPrunedValue()
1884 void JoinVals::pruneValues(JoinVals &Other, in pruneValues()
/external/clang/include/clang/Analysis/Analyses/
DDominators.h69 inline bool compare(DominatorTree &Other) const { in compare()
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp31 void BoundNodesTreeBuilder::addMatch(const BoundNodesTreeBuilder &Other) { in addMatch()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h224 : Implementation(new ImplicitCastMatcher<From>(Other)) {} in Implementation()
234 : Implementation(new TypeToQualType<TypeT>(Other)) {} in Implementation()
408 TypedMatcherStorage(const Matcher<T> &Other, bool AllowBind) in TypedMatcherStorage()

1234