| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClauseAppertainment.cpp | 80 const LLVMClauseLists &getListsForDirective(OpenACCDirectiveKind DK) { in getListsForDirective() argument 84 return Rel.DirKind == DK; in getListsForDirective() 139 OpenACCDirectiveKind DK, SourceLocation DirectiveLoc, in DiagnoseRequiredClauses() argument 141 if (DK == OpenACCDirectiveKind::Invalid) in DiagnoseRequiredClauses() 144 const LLVMClauseLists &Lists = getListsForDirective(DK); in DiagnoseRequiredClauses() 155 << DK << getListOfClauses(Lists.Required); in DiagnoseRequiredClauses() 162 OpenACCDirectiveKind DK, OpenACCClauseKind CK, SourceLocation ClauseLoc, in DiagnoseAllowedOnceClauses() argument 164 if (DK == OpenACCDirectiveKind::Invalid || CK == OpenACCClauseKind::Invalid) in DiagnoseAllowedOnceClauses() 169 const LLVMClauseLists &Lists = getListsForDirective(DK); in DiagnoseAllowedOnceClauses() 180 Diag(ClauseLoc, diag::err_acc_duplicate_clause_disallowed) << DK << CK; in DiagnoseAllowedOnceClauses() [all …]
|
| H A D | SemaOpenACCClause.cpp | 1127 bool IsOrphanLoop(OpenACCDirectiveKind DK, OpenACCDirectiveKind AssocKind) { in IsOrphanLoop() argument 1128 return DK == OpenACCDirectiveKind::Loop && in IsOrphanLoop() 1132 bool HasAssocKind(OpenACCDirectiveKind DK, OpenACCDirectiveKind AssocKind) { in HasAssocKind() argument 1133 return DK == OpenACCDirectiveKind::Loop && in HasAssocKind() 1138 OpenACCClauseKind CK, OpenACCDirectiveKind DK, in DiagIntArgInvalid() argument 1141 << GK << CK << IsOrphanLoop(DK, AssocKind) << DK in DiagIntArgInvalid() 1142 << HasAssocKind(DK, AssocKind) << AssocKind; in DiagIntArgInvalid() 1146 OpenACCClauseKind CK, OpenACCDirectiveKind DK, in DiagIntArgInvalid() argument 1149 << TagKind << CK << IsOrphanLoop(DK, AssocKind) << DK in DiagIntArgInvalid() 1150 << HasAssocKind(DK, AssocKind) << AssocKind; in DiagIntArgInvalid() [all …]
|
| H A D | SemaOpenACC.cpp | 72 bool PreserveLoopRAIIDepthInAssociatedStmtRAII(OpenACCDirectiveKind DK) { in PreserveLoopRAIIDepthInAssociatedStmtRAII() argument 73 switch (DK) { in PreserveLoopRAIIDepthInAssociatedStmtRAII() 108 SemaOpenACC &S, OpenACCDirectiveKind DK, SourceLocation DirLoc, in AssociatedStmtRAII() argument 112 DirKind(DK), OldLoopGangClauseOnKernel(S.LoopGangClauseOnKernel), in AssociatedStmtRAII() 391 ExprResult SemaOpenACC::ActOnIntExpr(OpenACCDirectiveKind DK, in ActOnIntExpr() argument 395 assert(((DK != OpenACCDirectiveKind::Invalid && in ActOnIntExpr() 397 (DK == OpenACCDirectiveKind::Invalid && in ActOnIntExpr() 399 (DK == OpenACCDirectiveKind::Invalid && in ActOnIntExpr() 419 IntExprConverter(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ActOnIntExpr() argument 424 DirectiveKind(DK), ClauseKind(CK), IntExpr(IntExpr) {} in ActOnIntExpr() [all …]
|
| /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 | 282 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 285 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {} in TemplateDecl() 970 ASTContext &Context, Kind DK, TagKind TK, DeclContext *DC, in ClassTemplateSpecializationDecl() argument 974 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl() 979 assert(DK == Kind::ClassTemplateSpecialization || StrictPackMatch == false); in ClassTemplateSpecializationDecl() 983 Kind DK) in ClassTemplateSpecializationDecl() argument 984 : CXXRecordDecl(DK, TagTypeKind::Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl() 1405 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument 1408 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl() 1414 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument [all …]
|
| /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/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 761 Parser::ParseOpenACCIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCIntExpr() argument 770 return {getActions().OpenACC().ActOnIntExpr(DK, CK, Loc, ER.get()), in ParseOpenACCIntExpr() 774 bool Parser::ParseOpenACCIntExprList(OpenACCDirectiveKind DK, in ParseOpenACCIntExprList() argument 777 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() 791 CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() 1270 Parser::ParseOpenACCAsyncArgument(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCAsyncArgument() argument 1272 return ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCAsyncArgument() 1421 Parser::OpenACCVarParseResult Parser::ParseOpenACCVar(OpenACCDirectiveKind DK, in ParseOpenACCVar() argument 1425 getActions().OpenACC().ActOnStartParseVar(DK, CK); in ParseOpenACCVar() 1433 Res = getActions().OpenACC().ActOnVar(DK, CK, Res.get()); in ParseOpenACCVar() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 229 bool DiagnoseRequiredClauses(OpenACCDirectiveKind DK, SourceLocation DirLoc, 232 bool DiagnoseAllowedClauses(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 237 bool DiagnoseAllowedOnceClauses(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 240 bool DiagnoseExclusiveClauses(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 870 ExprResult ActOnIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 875 void ActOnStartParseVar(OpenACCDirectiveKind DK, OpenACCClauseKind CK); 881 ExprResult ActOnVar(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 928 OpenACCDirectiveKind DK, OpenACCGangKind GK,
|
| /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 | DeclBase.h | 392 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument 394 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false), in Decl() 397 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 399 if (StatisticsEnabled) add(DK); in Decl() 402 Decl(Kind DK, EmptyShell Empty) in Decl() argument 403 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl() 406 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 408 if (StatisticsEnabled) add(DK); in Decl() 894 static unsigned getIdentifierNamespaceForKind(Kind DK);
|
| H A D | Decl.h | 285 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument 286 : Decl(DK, DC, L), Name(N) {} in NamedDecl() 697 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument 699 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 779 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument 782 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl() 1107 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, 1775 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument 1778 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl() 2133 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, [all …]
|
| /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/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";
|