Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h72 omp::Directive DK; member
562 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclOpenMP.cpp103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl()
H A DDeclTemplate.cpp221 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl()
889 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl()
903 Kind DK) in ClassTemplateSpecializationDecl()
1256 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl()
1265 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl()
H A DDeclBase.cpp910 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
929 Decl::Kind DK = D->getKind(); in castToDeclContext() local
H A DDecl.cpp2000 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl()
2843 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, in FunctionDecl()
4248 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl()
4497 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl()
H A DDeclObjC.cpp68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl()
H A DOpenMPClause.cpp383 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h409 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl()
848 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl()
H A DDeclBase.h380 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl()
390 Decl(Kind DK, EmptyShell Empty) in Decl()
H A DDecl.h235 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl()
654 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl()
720 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl()
1640 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl()
2843 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
3116 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() argument
3156 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
H A DDeclObjC.h2416 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl()
H A DDeclCXX.h1956 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, isInline, in FunctionDecl() argument
H A DOpenMPClause.h1913 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp166 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h346 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h437 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1030 static DiagnosticSeverity getDiagnosticSeverity(SourceMgr::DiagKind DK) { in getDiagnosticSeverity()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp87 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
H A DParseOpenMP.cpp2057 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
3408 auto DK = parseOpenMPDirectiveKind(*this); in ParseOpenMPSingleExprWithArgClause() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp1221 unsigned DK = in CheckExplicitInitList() local
1228 unsigned DK = ExtraInitsIsError in CheckExplicitInitList() local
1240 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers in CheckExplicitInitList() local
H A DSemaDecl.cpp5136 unsigned DK = diag::err_anonymous_record_bad_member; in BuildAnonymousStructOrUnion() local
H A DSemaDeclCXX.cpp15939 unsigned DK = diag::err_catch_incomplete; in BuildExceptionDeclaration() local
H A DSemaOpenMP.cpp3846 ArrayRef<Expr *> getImplicitMap(OpenMPDefaultmapClauseKind DK, in getImplicitMap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp335 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp4783 auto DK = VD->isThisDeclarationADefinition(); in HandleCXXStaticMemberVarInstantiation() local