Searched refs:DC (Results 26 - 50 of 173) sorted by relevance

1234567

/external/clang/lib/AST/
H A DDeclObjC.cpp163 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, argument
167 if (const ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(DC)) {
173 DeclContext::lookup_const_result R = DC->lookup(propertyID);
1052 DeclContext *DC,
1058 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
1076 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, argument
1079 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1323 ObjCIvarDecl *ObjCIvarDecl::Create(ASTContext &C, ObjCContainerDecl *DC, argument
1329 if (DC) {
1335 // (isa<ObjCCategoryDecl>(DC)
1051 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
1366 const ObjCContainerDecl *DC = cast<ObjCContainerDecl>(getDeclContext()); local
1396 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
1415 ObjCProtocolDecl(DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1426 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1544 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
1593 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1687 Create(ASTContext &C, DeclContext *DC, ObjCInterfaceDecl *ClassInterface, ObjCInterfaceDecl *SuperDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
1735 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, ObjCInterfaceDecl* AliasedClass) argument
1754 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, TypeSourceInfo *T, PropertyControl propControl) argument
1776 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
[all...]
H A DMicrosoftMangle.cpp102 void manglePostfix(const DeclContext *DC, bool NoFunction=false);
179 for (const DeclContext *DC = D->getDeclContext();
180 !DC->isTranslationUnit(); DC = DC->getParent()) {
181 if (const LinkageSpecDecl *Linkage = dyn_cast<LinkageSpecDecl>(DC))
212 const DeclContext *DC = D->getDeclContext(); local
213 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage)
342 const DeclContext *DC = ND->getDeclContext(); local
349 if (isa<FunctionDecl>(DC)
558 manglePostfix(const DeclContext *DC, bool NoFunction) argument
775 const DeclContext *DC = FD->getParent(); local
[all...]
H A DDecl.cpp292 const DeclContext *DC = D->getDeclContext(); local
293 while (DC->getDeclKind() != Decl::TranslationUnit) {
294 if (isa<FunctionDecl>(DC) || isa<BlockDecl>(DC))
295 Ret = cast<Decl>(DC);
296 DC = DC->getParent();
602 for (const DeclContext *DC = D->getDeclContext();
603 !isa<TranslationUnitDecl>(DC);
604 DC
998 getLVForClosure(const DeclContext *DC, Decl *ContextDecl, LVComputationKind computation) argument
1560 VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass SC) argument
1571 Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, SourceLocation IdL, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S) argument
1616 const DeclContext *DC = D.getDeclContext(); local
1632 const DeclContext *DC = D.getDeclContext(); local
1649 isLinkageSpecContext(const DeclContext *DC, LinkageSpecDecl::LanguageIDs ID) argument
2029 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) argument
2220 isNamespaceStd(const DeclContext *DC) argument
2970 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
3142 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument
3210 RecordDecl(Kind DK, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, RecordDecl *PrevDecl) argument
3222 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, RecordDecl* PrevDecl) argument
3366 Create(ASTContext &C, DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II) argument
3371 Create(ASTContext &C, DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, SourceLocation GnuLabelL) argument
3395 Create(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, QualType Type) argument
3408 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInlineSpecified, bool hasWrittenPrototype, bool isConstexprSpecified) argument
3431 Create(ASTContext &C, DeclContext *DC, SourceLocation L) argument
3448 Create(ASTContext &C, DeclContext *DC, unsigned NumParams) argument
3478 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, QualType T, NamedDecl **CH, unsigned CHS) argument
3500 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
3513 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
3543 Create(ASTContext &C, DeclContext *DC, StringLiteral *Str, SourceLocation AsmLoc, SourceLocation RParenLoc) argument
3558 Create(ASTContext &C, DeclContext *DC, SourceLocation L) argument
3582 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef<SourceLocation> IdentifierLocs) argument
3594 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) argument
3602 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef<SourceLocation> IdentifierLocs) argument
3610 CreateImplicit(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) argument
[all...]
H A DDeclCXX.cpp76 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC, argument
79 : RecordDecl(K, TK, DC, StartLoc, IdLoc, Id, PrevDecl),
84 DeclContext *DC, SourceLocation StartLoc,
88 CXXRecordDecl* R = new (C) CXXRecordDecl(CXXRecord, TK, DC, StartLoc, IdLoc,
98 CXXRecordDecl *CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC, argument
101 CXXRecordDecl* R = new (C) CXXRecordDecl(CXXRecord, TTK_Class, DC, Loc, Loc,
1815 DeclContext *DC,
1820 return new (C) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces);
1831 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, argument
1840 return new (C) UsingDirectiveDecl(DC,
83 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl* PrevDecl, bool DelayTypeCreation) argument
1814 Create(ASTContext &C, DeclContext *DC, SourceLocation ExternLoc, SourceLocation LangLoc, LanguageIDs Lang, bool HasBraces) argument
1861 NamespaceDecl(DeclContext *DC, bool Inline, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, NamespaceDecl *PrevDecl) argument
1874 Create(ASTContext &C, DeclContext *DC, bool Inline, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, NamespaceDecl *PrevDecl) argument
1889 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
1959 Create(ASTContext &C, DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypename) argument
1981 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2006 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
2030 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
[all...]
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h76 DC, AB; local
84 // DC = D# * C
85 DC = _mm_mul_ps(_mm_shuffle_ps(D,D,0x0F), C);
86 DC = _mm_sub_ps(DC,_mm_mul_ps(_mm_shuffle_ps(D,D,0xA5), _mm_shuffle_ps(C,C,0x4E)));
102 // d = trace(AB*DC) = trace(A#*B*D#*C)
103 d = _mm_mul_ps(_mm_shuffle_ps(DC,DC,0xD8),AB);
109 iA = _mm_mul_ps(_mm_shuffle_ps(B,B,0xA0), _mm_movelh_ps(DC,DC));
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h474 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { argument
475 return static_cast<ObjCMethodDecl *>(const_cast<DeclContext*>(DC));
496 ObjCContainerDecl(Kind DK, DeclContext *DC, argument
499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
592 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { argument
593 return static_cast<ObjCContainerDecl *>(const_cast<DeclContext*>(DC));
677 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
710 static ObjCInterfaceDecl *Create(const ASTContext &C, DeclContext *DC,
1249 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, argument
1253 : FieldDecl(ObjCIvar, DC, StartLo
1305 ObjCAtDefsFieldDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
1570 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
1668 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1734 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1827 ObjCImplementationDecl(DeclContext *DC, ObjCInterfaceDecl *classInterface, ObjCInterfaceDecl *superDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc = SourceLocation(), SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
1957 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, ObjCInterfaceDecl* aliasedClass) argument
2026 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLocation, SourceLocation LParenLocation, TypeSourceInfo *T) argument
2193 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivarDecl, SourceLocation ivarLoc) argument
[all...]
H A DDeclCXX.h107 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, argument
109 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
130 DeclContext *DC, SourceLocation ASLoc,
132 return new (C) AccessSpecDecl(AS, DC, ASLoc, ColonLoc);
612 CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
661 static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
665 static CXXRecordDecl *CreateLambda(const ASTContext &C, DeclContext *DC,
2358 LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, argument
2360 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec),
2365 static LinkageSpecDecl *Create(ASTContext &C, DeclContext *DC,
129 Create(ASTContext &C, AccessSpecifier AS, DeclContext *DC, SourceLocation ASLoc, SourceLocation ColonLoc) argument
2408 castFromDeclContext(const DeclContext *DC) argument
2449 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
2544 NamespaceAliasDecl(DeclContext *DC, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2633 UsingShadowDecl(DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument
2646 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument
2708 UsingDecl(DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) argument
2838 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2908 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
2954 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
3019 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
[all...]
H A DDeclFriend.h75 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend, argument
78 : Decl(Decl::Friend, DC, L),
100 static FriendDecl *Create(ASTContext &C, DeclContext *DC,
H A DASTMutationListener.h47 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {} argument
/external/clang/lib/Serialization/
H A DASTCommon.cpp92 serialization::getDefinitiveDeclContext(const DeclContext *DC) { argument
93 switch (DC->getDeclKind()) {
103 if (const TagDecl *Def = cast<TagDecl>(DC)->getDefinition())
128 return DC;
132 = cast<ObjCProtocolDecl>(DC)->getDefinition())
H A DASTCommon.h72 const DeclContext *getDefinitiveDeclContext(const DeclContext *DC);
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp85 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name) { argument
88 AnyDeclsFound |= Sources[i]->FindExternalVisibleDeclsByName(DC, Name);
92 void MultiplexExternalSemaSource::completeVisibleDeclsMap(const DeclContext *DC){ argument
94 Sources[i]->completeVisibleDeclsMap(DC);
98 FindExternalLexicalDecls(const DeclContext *DC, argument
103 Sources[i]->FindExternalLexicalDecls(DC, isKindWeWant, Result);
H A DSema.cpp790 DeclContext *DC = CurContext; local
793 if (isa<BlockDecl>(DC) || isa<EnumDecl>(DC) || isa<CapturedDecl>(DC)) {
794 DC = DC->getParent();
795 } else if (isa<CXXMethodDecl>(DC) &&
796 cast<CXXMethodDecl>(DC)->getOverloadedOperator() == OO_Call &&
797 cast<CXXRecordDecl>(DC->getParent())->isLambda()) {
798 DC
810 DeclContext *DC = getFunctionLevelDeclContext(); local
815 DeclContext *DC = getFunctionLevelDeclContext(); local
822 DeclContext *DC = getFunctionLevelDeclContext(); local
[all...]
H A DSemaAccess.cpp66 DeclContext *DC = D->getDeclContext(); local
70 if (isa<EnumDecl>(DC))
71 DC = cast<EnumDecl>(DC)->getDeclContext();
73 CXXRecordDecl *DeclaringClass = cast<CXXRecordDecl>(DC);
83 explicit EffectiveContext(DeclContext *DC) argument
84 : Inner(DC),
85 Dependent(DC->isDependentContext()) {
102 // actual current DC chain. Otherwise, something like a local
106 if (isa<CXXRecordDecl>(DC)) {
1135 DeclContext *DC = D->getDeclContext(); local
1407 DeclContext *DC = EC.getInnerContext(); local
1485 DeclContext *DC = D->getDeclContext(); local
[all...]
H A DSemaExceptionSpec.cpp444 DeclContext* DC = ExRecord->getDeclContext(); local
445 DC = DC->getEnclosingNamespaceContext();
446 if (NamespaceDecl* NS = dyn_cast<NamespaceDecl>(DC)) {
448 DC = DC->getParent();
450 DC->getEnclosingNamespaceContext()->isTranslationUnit()) {
828 static CanThrowResult canDynamicCastThrow(const CXXDynamicCastExpr *DC) { argument
829 if (DC->isTypeDependent())
832 if (!DC
841 canTypeidThrow(Sema &S, const CXXTypeidExpr *DC) argument
[all...]
H A DSemaLambda.cpp28 DeclContext *DC = CurContext; local
29 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
30 DC = DC->getParent();
33 CXXRecordDecl *Class = CXXRecordDecl::CreateLambda(Context, DC, Info,
36 DC->addDecl(Class);
43 static bool isInInlineFunction(const DeclContext *DC) { argument
44 while (!DC
56 getCurrentMangleNumberContext(const DeclContext *DC, Decl *&ManglingContextDecl) argument
[all...]
H A DSemaExprMember.cpp95 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); local
98 (!isa<CXXMethodDecl>(DC) || cast<CXXMethodDecl>(DC)->isStatic());
165 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DC))
168 contextClass = cast<CXXRecordDecl>(DC);
537 // Note that we use the DC of the decl, not the underlying decl.
538 DeclContext *DC = (*I)->getDeclContext();
539 while (DC->isTransparentContext())
540 DC = DC
592 DeclContext *DC = RDecl; local
895 DeclContext *DC = (SS.isSet() local
[all...]
/external/clang/tools/libclang/
H A DIndexingContext.h59 const DeclContext *DC; member in struct:clang::cxindex::ContainerInfo
386 const DeclContext *DC = 0);
389 const DeclContext *DC = 0);
393 const DeclContext *DC = 0);
395 void indexDeclContext(const DeclContext *DC);
398 const DeclContext *DC = 0);
440 const DeclContext *DC,
446 const DeclContext *DC,
463 CXIdxClientContainer getClientContainerForDC(const DeclContext *DC) const;
464 void addContainerInMap(const DeclContext *DC, CXIdxClientContaine
[all...]
H A DIndexingContext.cpp654 const DeclContext *DC,
660 CXCursor Cursor = E ? MakeCXCursor(E, cast<Decl>(DC), CXTU)
662 return handleReference(D, Loc, Cursor, Parent, DC, E, Kind);
668 const DeclContext *DC,
699 getContainerInfo(DC, Container);
720 void IndexingContext::addContainerInMap(const DeclContext *DC, argument
722 if (!DC)
725 ContainerMapTy::iterator I = ContainerMap.find(DC);
728 ContainerMap[DC] = container;
836 const DeclContext *DC local
652 handleReference(const NamedDecl *D, SourceLocation Loc, const NamedDecl *Parent, const DeclContext *DC, const Expr *E, CXIdxEntityRefKind Kind) argument
665 handleReference(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor, const NamedDecl *Parent, const DeclContext *DC, const Expr *E, CXIdxEntityRefKind Kind) argument
1120 getContainerInfo(const DeclContext *DC, ContainerInfo &ContInfo) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509DefaultEntryConverter.java48 if (oid.equals(X509Name.EmailAddress) || oid.equals(X509Name.DC))
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp37 DefCon &DC = Z<DefCon>::value; local
/external/chromium_org/third_party/libwebp/dsp/
H A Denc.c291 int DC = 0; local
294 for (j = 0; j < size; ++j) DC += top[j];
296 for (j = 0; j < size; ++j) DC += left[j];
298 DC += DC;
300 DC = (DC + round) >> shift;
302 for (j = 0; j < size; ++j) DC += left[j];
303 DC += DC;
[all...]
/external/webp/src/dsp/
H A Denc.c291 int DC = 0; local
294 for (j = 0; j < size; ++j) DC += top[j];
296 for (j = 0; j < size; ++j) DC += left[j];
298 DC += DC;
300 DC = (DC + round) >> shift;
302 for (j = 0; j < size; ++j) DC += left[j];
303 DC += DC;
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dpa-risc2.s216 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
218 ADD,DC ht_1,%r0,ht_1 ; ht[1]++
221 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
223 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
227 ADD,DC ht_1,%r0,ht_1 ; ht[1]++
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
270 ADD,DC ht_0,%r0,ht_0 ; ht++
272 ADD,DC ht_0,%r0,ht_0 ; ht++
274 ADD,DC ht_0,%r0,%ret1 ; ht++
382 ADD,DC ht_
[all...]
H A Dpa-risc2W.s208 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
210 ADD,DC ht_1,%r0,ht_1 ; ht[1]++
213 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
215 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
219 ADD,DC ht_1,%r0,ht_1 ; ht[1]++
223 ADD,DC ht_1,%r0,%ret0 ; ht[1]++
262 ADD,DC ht_0,%r0,ht_0 ; ht++
264 ADD,DC ht_0,%r0,ht_0 ; ht++
266 ADD,DC ht_0,%r0,%ret0 ; ht++
372 ADD,DC ht_
[all...]

Completed in 588 milliseconds

1234567