Home
last modified time | relevance | path

Searched refs:DK (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/external/ImageMagick/PerlMagick/t/reference/write/filter/
DOilPaint.miff43DKDKDKDKDK�Ar�Ar�Ar�Ar�Y�Y�Ccn�\m�Ym�Ym�Ym�Yt�tt�t������68163-:81:81IA6IA6IA6GD;GD;G?8F=/F=/…
/external/clang/include/clang/AST/
DDeclOpenMP.h42 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : in OMPThreadPrivateDecl() argument
43 Decl(DK, DC, L), NumVars(0) { } in OMPThreadPrivateDecl()
DDecl.h156 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument
157 : Decl(DK, DC, L), Name(N) { } in NamedDecl()
535 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument
537 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl()
604 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument
607 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl()
838 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1352 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument
1355 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl()
1653 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl() argument
[all …]
DDeclBase.h328 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument
330 Loc(L), DeclKind(DK), InvalidDecl(0), in Decl()
333 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
336 if (StatisticsEnabled) add(DK); in Decl()
339 Decl(Kind DK, EmptyShell Empty) in Decl() argument
340 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0), in Decl()
343 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
346 if (StatisticsEnabled) add(DK); in Decl()
683 static unsigned getIdentifierNamespaceForKind(Kind DK);
DDeclTemplate.h337 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument
339 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr), in TemplateDecl()
344 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument
346 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr), in TemplateDecl()
350 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument
353 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), in TemplateDecl()
708 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl() argument
711 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C), in RedeclarableTemplateDecl()
1575 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
1583 explicit ClassTemplateSpecializationDecl(ASTContext &C, Kind DK);
[all …]
/external/scrypt/patches/
Duse_openssl_pbkdf2.patch32 /* 5: DK <-- PBKDF2(P, B, 1, dkLen) */
72 /* 5: DK <-- PBKDF2(P, B, 1, dkLen) */
/external/icu/icu4c/source/data/region/
Dhaw.txt15 DK{"Kenemaka"}
Dps.txt24 DK{"ډنمارک"}
Dfa_AF.txt33 DK{"دنمارک"}
Dchr.txt72 DK{"ᏗᏂᎹᎦ"}
Dyi.txt78 DK{"דענמאַרק"}
Dshi.txt62 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
Dzgh.txt61 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
Dvai.txt62 DK{"ꕜꕇꕮꕃ"}
Dks.txt99 DK{"ڈینٛمارٕک"}
Dbrx.txt98 DK{"डेनमार्क"}
Dor.txt98 DK{"ଡେନମାର୍କ"}
Ddyo.txt57 DK{"Danmark"}
Dhe.txt103 DK{"דנמרק"}
Dsr.txt103 DK{"Данска"}
Dkm.txt102 DK{"ដាណឺម៉ាក"}
Dja.txt103 DK{"デンマーク"}
/external/clang/lib/Frontend/
DASTConsumers.cpp384 Decl::Kind DK = I->getKind(); in PrintDeclContext() local
385 switch (DK) { in PrintDeclContext()
482 Out << "DeclKind: " << DK << '"' << I << "\"\n"; in PrintDeclContext()
/external/clang/lib/AST/
DDeclBase.cpp684 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
685 switch(DK) { in castFromDeclContext()
695 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext()
703 Decl::Kind DK = D->getKind(); in castToDeclContext() local
704 switch(DK) { in castToDeclContext()
714 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
DDeclTemplate.cpp732 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument
739 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl()
749 Kind DK) in ClassTemplateSpecializationDecl() argument
750 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl()
1095 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument
1099 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl()
1105 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument
1107 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr, in VarTemplateSpecializationDecl()

12345678910>>...14