| /freebsd-12-stable/share/i18n/esdb/ISO646/ |
| D | ISO646.alias | 29 DK dk 30 DK ds_2089 31 DK ds2089
|
| D | ISO646.part | 28 DK
|
| /freebsd-12-stable/share/i18n/csmapper/EBCDIC/ |
| D | EBCDIC.part | 7 DK-NO 8 DK-NO-A
|
| D | EBCDIC-DK-NO-A%UCS.src | 1 # $FreeBSD: stable/12/share/i18n/csmapper/EBCDIC/EBCDIC-DK-NO-A%UCS.src 219019 2011-02-25 00:04:39Z… 2 # $NetBSD: EBCDIC-DK-NO-A%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $ 5 NAME "EBCDIC-DK-NO-A/UCS"
|
| D | UCS%EBCDIC-DK-NO-A.src | 1 # $FreeBSD: stable/12/share/i18n/csmapper/EBCDIC/UCS%EBCDIC-DK-NO-A.src 219019 2011-02-25 00:04:39Z… 2 # $NetBSD: UCS%EBCDIC-DK-NO-A.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $ 5 NAME "UCS/EBCDIC-DK-NO-A"
|
| D | UCS%EBCDIC-DK-NO.src | 1 # $FreeBSD: stable/12/share/i18n/csmapper/EBCDIC/UCS%EBCDIC-DK-NO.src 219019 2011-02-25 00:04:39Z g… 2 # $NetBSD: UCS%EBCDIC-DK-NO.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $ 5 NAME "UCS/EBCDIC-DK-NO"
|
| D | EBCDIC-DK-NO%UCS.src | 1 # $FreeBSD: stable/12/share/i18n/csmapper/EBCDIC/EBCDIC-DK-NO%UCS.src 219019 2011-02-25 00:04:39Z g… 2 # $NetBSD: EBCDIC-DK-NO%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $ 5 NAME "EBCDIC-DK-NO/UCS"
|
| /freebsd-12-stable/share/i18n/esdb/EBCDIC/ |
| D | EBCDIC.part | 7 DK-NO 8 DK-NO-A
|
| /freebsd-12-stable/share/i18n/csmapper/ISO646/ |
| D | ISO646-DK%UCS.646 | 1 # $FreeBSD: stable/12/share/i18n/csmapper/ISO646/ISO646-DK%UCS.646 219019 2011-02-25 00:04:39Z gabo… 2 # $NetBSD: ISO646-DK%UCS.646,v 1.1 2003/06/27 08:40:40 tshiozak Exp $
|
| D | ISO646.part | 28 DK
|
| D | Makefile | 13 ISO646-DK%UCS.646 ISO646-ES%UCS.646 ISO646-ES2%UCS.646 \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| D | OMPIRBuilder.h | 72 omp::Directive DK; member 174 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK, 549 omp::Directive DK, bool ForceSimpleCall, 564 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable() argument 567 FinalizationStack.back().DK == DK; in isLastFinalizationInfoCancellable()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclOpenMP.cpp | 103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl() argument 105 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
|
| D | DeclTemplate.cpp | 222 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 225 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {} in TemplateDecl() 890 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument 896 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl() 904 Kind DK) in ClassTemplateSpecializationDecl() argument 905 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl() 1257 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument 1260 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl() 1266 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument 1268 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr, in VarTemplateSpecializationDecl()
|
| D | DeclBase.cpp | 914 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local 915 switch(DK) { in castFromDeclContext() 925 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext() 933 Decl::Kind DK = D->getKind(); in castToDeclContext() local 934 switch(DK) { in castToDeclContext() 944 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
|
| D | Decl.cpp | 2000 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl() argument 2004 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl() 2836 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, in FunctionDecl() argument 2843 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo, in FunctionDecl() 2845 DeclContext(DK), redeclarable_base(C), Body(), ODRHash(0), in FunctionDecl() 4241 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl() argument 4244 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl() 4246 assert((DK != Enum || TK == TTK_Enum) && in TagDecl() 4490 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() argument 4494 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | diagnostic.h | 169 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | NonTrivialTypeVisitor.h | 28 RetTy visitWithKind(QualType::DestructionKind DK, QualType FT, in visitWithKind() 30 switch (DK) { in visitWithKind()
|
| D | Decl.h | 261 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument 262 : Decl(DK, DC, L), Name(N) {} in NamedDecl() 680 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument 682 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 746 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument 749 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl() 1043 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, 1666 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument 1669 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl() 1988 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, [all …]
|
| D | DeclBase.h | 380 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument 382 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false), in Decl() 385 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 387 if (StatisticsEnabled) add(DK); in Decl() 390 Decl(Kind DK, EmptyShell Empty) in Decl() argument 391 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl() 394 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 396 if (StatisticsEnabled) add(DK); in Decl() 822 static unsigned getIdentifierNamespaceForKind(Kind DK);
|
| D | DeclTemplate.h | 404 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, 409 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl() argument 411 : TemplateDecl(DK, DC, L, Name, Params, nullptr) {} in TemplateDecl() 848 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl() argument 851 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C) {} in RedeclarableTemplateDecl() 1847 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, 1854 explicit ClassTemplateSpecializationDecl(ASTContext &C, Kind DK); 2716 VarTemplateSpecializationDecl(Kind DK, ASTContext &Context, DeclContext *DC, 2723 explicit VarTemplateSpecializationDecl(Kind DK, ASTContext &Context);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGNonTrivialStruct.cpp | 294 void visitWithKind(QualType::DestructionKind DK, QualType FT, in visitWithKind() 297 visitArray(DK, AT, FT.isVolatileQualified(), FD, CurStructOffset); in visitWithKind() 301 Super::visitWithKind(DK, FT, FD, CurStructOffset); in visitWithKind() 585 void visitWithKind(QualType::DestructionKind DK, QualType FT, in visitWithKind() 589 visitArray(DK, AT, FT.isVolatileQualified(), FD, CurStructOffset, Addrs); in visitWithKind() 593 Super::visitWithKind(DK, FT, FD, CurStructOffset, Addrs); in visitWithKind()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 166 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local 170 findSingleDependency(DK, Arg, Autorelease->getParent(), Autorelease, PA)); in contractAutorelease()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseOpenMP.cpp | 63 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} in OpenMPDirectiveKindExWrapper() 2058 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2061 DK = parseOpenMPDirectiveKind(*this); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2062 if (DK == OMPD_end_declare_variant) in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2064 else if (DK == OMPD_begin_declare_variant) in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2072 DK, Loc, DKLoc, /* SkipUntilOpenMPEnd */ true); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 3417 auto DK = parseOpenMPDirectiveKind(*this); in ParseOpenMPSingleExprWithArgClause() local 3418 Arg.push_back(DK); in ParseOpenMPSingleExprWithArgClause() 3419 if (DK != OMPD_unknown) { in ParseOpenMPSingleExprWithArgClause()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DiagnosticInfo.h | 1030 static DiagnosticSeverity getDiagnosticSeverity(SourceMgr::DiagKind DK) { in getDiagnosticSeverity() argument 1031 switch (DK) { in getDiagnosticSeverity()
|