Home
last modified time | relevance | path

Searched defs:DK (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h60 omp::Directive DK; member
224 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable()
/external/clang/include/clang/AST/
DDeclOpenMP.h49 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : in OMPThreadPrivateDecl()
116 OMPDeclareReductionDecl(Kind DK, DeclContext *DC, SourceLocation L, in OMPDeclareReductionDecl()
DDeclTemplate.h334 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name) in TemplateDecl()
340 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl()
346 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl()
713 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl()
DDecl.h224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl()
595 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl()
664 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl()
1383 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl()
1678 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl()
2334 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
2583 : NamedDecl(DK, DC, L, Id), TypeForDecl(nullptr), LocStart(StartL) {} in NamedDecl() argument
2615 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
2807 TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl()
DDeclBase.h334 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl()
345 Decl(Kind DK, EmptyShell Empty) in Decl()
DDeclObjC.h911 ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl()
2315 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl()
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h66 omp::Directive DK; member
377 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp196 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl()
864 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl()
878 Kind DK) in ClassTemplateSpecializationDecl()
1231 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl()
1240 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl()
DDeclOpenMP.cpp103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl()
DDeclBase.cpp911 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
930 Decl::Kind DK = D->getKind(); in castToDeclContext() local
DDecl.cpp1976 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl()
2810 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, in FunctionDecl()
4215 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl()
4464 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h408 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl()
847 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl()
DDecl.h235 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl()
640 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl()
706 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl()
1623 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl()
2823 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
3096 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() argument
3136 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
DDeclBase.h380 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl()
390 Decl(Kind DK, EmptyShell Empty) in Decl()
/external/clang/lib/Frontend/
DASTConsumers.cpp382 Decl::Kind DK = I->getKind(); in PrintDeclContext() local
/external/clang/lib/AST/
DDeclTemplate.cpp705 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl()
721 Kind DK) in ClassTemplateSpecializationDecl()
1055 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl()
1064 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl()
DDeclBase.cpp727 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
746 Decl::Kind DK = D->getKind(); in castToDeclContext() local
DDecl.cpp1783 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl()
3715 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl()
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp165 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp173 OpenMPIRBuilder::CreateBarrier(const LocationDescription &Loc, Directive DK, in CreateBarrier()
/external/clang/lib/Parse/
DParser.cpp108 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
/external/llvm-project/clang/lib/Parse/
DParser.cpp87 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
DParseOpenMP.cpp1912 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
3057 auto DK = parseOpenMPDirectiveKind(*this); in ParseOpenMPSingleExprWithArgClause() local
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp293 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp1207 unsigned DK = in CheckExplicitInitList() local
1214 unsigned DK = ExtraInitsIsError in CheckExplicitInitList() local
1226 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers in CheckExplicitInitList() local

12