| /freebsd/share/i18n/csmapper/EBCDIC/ |
| H A D | EBCDIC.part | 6 DK-NO 7 DK-NO-A
|
| H A D | UCS%EBCDIC-DK-NO.src | 1 # $NetBSD: UCS%EBCDIC-DK-NO.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $ 4 NAME "UCS/EBCDIC-DK-NO"
|
| H A D | EBCDIC-DK-NO%UCS.src | 1 # $NetBSD: EBCDIC-DK-NO%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $ 4 NAME "EBCDIC-DK-NO/UCS"
|
| H A D | EBCDIC-DK-NO-A%UCS.src | 1 # $NetBSD: EBCDIC-DK-NO-A%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $ 4 NAME "EBCDIC-DK-NO-A/UCS"
|
| H A D | UCS%EBCDIC-DK-NO-A.src | 1 # $NetBSD: UCS%EBCDIC-DK-NO-A.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $ 4 NAME "UCS/EBCDIC-DK-NO-A"
|
| /freebsd/share/i18n/esdb/EBCDIC/ |
| H A D | EBCDIC.part | 6 DK-NO 7 DK-NO-A
|
| /freebsd/share/i18n/esdb/ISO646/ |
| H A D | ISO646.alias | 28 DK dk 29 DK ds_2089 30 DK ds2089
|
| H A D | ISO646.part | 27 DK
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclOpenMP.cpp | 105 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl() argument 107 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
|
| H A D | DeclTemplate.cpp | 263 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 266 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {} in TemplateDecl() 921 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument 927 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl() 935 Kind DK) in ClassTemplateSpecializationDecl() argument 936 : CXXRecordDecl(DK, TagTypeKind::Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl() 1357 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument 1360 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl() 1366 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument 1368 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr, in VarTemplateSpecializationDecl()
|
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | vectors.c | 215 void DK (krb5_keyblock *out, krb5_keyblock *in, const krb5_data *usage) { in DK() function 339 DK (&dk, &key, &usage); in test_dr_dk() 431 DK (&dk, &k, &usage); in test_pbkdf2() 441 DK (&dk, &k, &usage); in test_pbkdf2()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NonTrivialTypeVisitor.h | 28 RetTy visitWithKind(QualType::DestructionKind DK, QualType FT, in visitWithKind() 30 switch (DK) { in visitWithKind()
|
| H A 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() 673 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument 675 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 751 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument 754 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl() 1076 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, 1728 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument 1731 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl() 2086 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, [all …]
|
| H A D | DeclBase.h | 395 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument 397 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false), in Decl() 400 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 402 if (StatisticsEnabled) add(DK); in Decl() 405 Decl(Kind DK, EmptyShell Empty) in Decl() argument 406 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl() 409 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 411 if (StatisticsEnabled) add(DK); in Decl() 886 static unsigned getIdentifierNamespaceForKind(Kind DK);
|
| H A D | DeclTemplate.h | 399 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, 404 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl() argument 406 : TemplateDecl(DK, DC, L, Name, Params, nullptr) {} in TemplateDecl() 823 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl() argument 826 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C) {} in RedeclarableTemplateDecl() 1844 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, 1851 explicit ClassTemplateSpecializationDecl(ASTContext &C, Kind DK); 2633 VarTemplateSpecializationDecl(Kind DK, ASTContext &Context, DeclContext *DC, 2640 explicit VarTemplateSpecializationDecl(Kind DK, ASTContext &Context);
|
| /freebsd/share/i18n/csmapper/ISO646/ |
| H A D | ISO646-DK%UCS.646 | 1 # $NetBSD: ISO646-DK%UCS.646,v 1.1 2003/06/27 08:40:40 tshiozak Exp $
|
| H A D | ISO646.part | 27 DK
|
| H A D | Makefile | 12 ISO646-DK%UCS.646 ISO646-ES%UCS.646 ISO646-ES2%UCS.646 \
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 1045 OpenACCDirectiveKind DK) in AssociatedStmtRAII() argument 1047 DirKind(DK) { in AssociatedStmtRAII() 1233 ExprResult SemaOpenACC::ActOnIntExpr(OpenACCDirectiveKind DK, in ActOnIntExpr() argument 1237 assert(((DK != OpenACCDirectiveKind::Invalid && in ActOnIntExpr() 1239 (DK == OpenACCDirectiveKind::Invalid && in ActOnIntExpr() 1241 (DK == OpenACCDirectiveKind::Invalid && in ActOnIntExpr() 1261 IntExprConverter(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ActOnIntExpr() argument 1266 DirectiveKind(DK), ClauseKind(CK), IntExpr(IntExpr) {} in ActOnIntExpr() 1315 } IntExprDiagnoser(DK, CK, IntExpr); in ActOnIntExpr()
|
| /freebsd/sys/contrib/device-tree/src/arm64/st/ |
| H A D | stm32mp215f-dk.dts | 13 model = "STMicroelectronics STM32MP215F-DK Discovery Board";
|
| H A D | stm32mp257f-dk.dts | 18 model = "STMicroelectronics STM32MP257F-DK Discovery Board";
|
| H A D | stm32mp235f-dk.dts | 18 model = "STMicroelectronics STM32MP235F-DK Discovery Board";
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 657 Parser::ParseOpenACCIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCIntExpr() argument 672 return {getActions().OpenACC().ActOnIntExpr(DK, CK, Loc, ER.get()), in ParseOpenACCIntExpr() 676 bool Parser::ParseOpenACCIntExprList(OpenACCDirectiveKind DK, in ParseOpenACCIntExprList() argument 679 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() 693 CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() 1150 Parser::ParseOpenACCAsyncArgument(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCAsyncArgument() argument 1152 return ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCAsyncArgument()
|
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | ti,tfp410.txt | 12 through th DK[3:1] pins. This property shall be present only if the TFP410
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A 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() 579 void visitWithKind(QualType::DestructionKind DK, QualType FT, in visitWithKind() 583 visitArray(DK, AT, FT.isVolatileQualified(), FD, CurStructOffset, Addrs); in visitWithKind() 587 Super::visitWithKind(DK, FT, FD, CurStructOffset, Addrs); in visitWithKind()
|