Home
last modified time | relevance | path

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

123

/freebsd/share/i18n/csmapper/EBCDIC/
H A DEBCDIC.part6 DK-NO
7 DK-NO-A
H A DUCS%EBCDIC-DK-NO.src1 # $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 DEBCDIC-DK-NO%UCS.src1 # $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 DEBCDIC-DK-NO-A%UCS.src1 # $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 DUCS%EBCDIC-DK-NO-A.src1 # $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 DEBCDIC.part6 DK-NO
7 DK-NO-A
/freebsd/share/i18n/esdb/ISO646/
H A DISO646.alias28 DK dk
29 DK ds_2089
30 DK ds2089
H A DISO646.part27 DK
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp105 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 DDeclTemplate.cpp263 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()
H A DDeclBase.cpp1043 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
1044 switch (DK) { in castFromDeclContext()
1056 Decl::Kind DK = D->getKind(); in castToDeclContext() local
1057 switch(DK) { in castToDeclContext()
1261 Decl::Kind DK = D->getKind(); in classof() local
1262 switch (DK) { in classof()
H A DDecl.cpp2116 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl() argument
2120 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
3029 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, in FunctionDecl() argument
3036 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo, in FunctionDecl()
3038 DeclContext(DK), redeclarable_base(C), Body(), ODRHash(0), in FunctionDecl()
4691 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl() argument
4694 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl()
4696 assert((DK != Enum || TK == TagTypeKind::Enum) && in TagDecl()
4984 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() argument
4988 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNonTrivialTypeVisitor.h28 RetTy visitWithKind(QualType::DestructionKind DK, QualType FT, in visitWithKind()
30 switch (DK) { in visitWithKind()
H A DDecl.h261 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 DDeclBase.h395 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 DDeclTemplate.h399 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 DISO646-DK%UCS.6461 # $NetBSD: ISO646-DK%UCS.646,v 1.1 2003/06/27 08:40:40 tshiozak Exp $
H A DISO646.part27 DK
H A DMakefile12 ISO646-DK%UCS.646 ISO646-ES%UCS.646 ISO646-ES2%UCS.646 \
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1045 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/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp657 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 Dti,tfp410.txt12 through th DK[3:1] pins. This property shall be present only if the TFP410
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp294 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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp176 virtual void describe(DescriptionKind DK, const CallEvent &Call, in describe() argument
291 void describe(DescriptionKind DK, const CallEvent &Call,
383 void describe(DescriptionKind DK, const CallEvent &Call,
430 void describe(DescriptionKind DK, const CallEvent &Call,
488 void describe(DescriptionKind DK, const CallEvent &Call,
1060 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe() argument
1066 Out << ((DK == Violation) ? "should be " : "is "); in describe()
1169 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe() argument
1173 if (DK == Violation) in describe()
1217 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
167 findSingleDependency(DK, Arg, Autorelease->getParent(), Autorelease, PA)); in contractAutorelease()

123