/openbsd-src/gnu/gcc/gcc/ |
H A D | diagnostic.h | 169 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 230 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() 911 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() 925 Kind DK) in ClassTemplateSpecializationDecl() 1338 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() 1347 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl()
|
H A D | DeclOpenMP.cpp | 103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl()
|
H A D | DeclBase.cpp | 932 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local 951 Decl::Kind DK = D->getKind(); in castToDeclContext() local
|
H A D | Decl.cpp | 2070 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl() 2964 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, in FunctionDecl() 4401 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl() 4694 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl()
|
H A D | DeclObjC.cpp | 68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl()
|
H A D | OpenMPClause.cpp | 400 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 417 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl() 871 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl()
|
H A D | DeclBase.h | 382 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() 392 Decl(Kind DK, EmptyShell Empty) in Decl()
|
H A D | Decl.h | 259 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() 709 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() 787 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() 1730 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() 2990 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl() 3263 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() argument 3303 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
|
H A D | DeclCXX.h | 2005 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in FunctionDecl() argument 3340 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl()
|
H A D | DeclObjC.h | 2464 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl()
|
H A D | OpenMPClause.h | 2139 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 149 virtual std::string describe(DescriptionKind DK, ProgramStateRef State, in describe() 784 DescriptionKind DK, ProgramStateRef State, const Summary &Summary) const { in describe() 794 DescriptionKind DK, ProgramStateRef State, const Summary &Summary) const { in describe() 840 DescriptionKind DK, ProgramStateRef State, const Summary &Summary) const { in describe()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 218 omp::Directive DK; member 1021 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | diagnostic.h | 268 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 1054 static DiagnosticSeverity getDiagnosticSeverity(SourceMgr::DiagKind DK) { in getDiagnosticSeverity()
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | Parser.cpp | 87 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
|
H A D | ParseOpenMP.cpp | 2257 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 3970 auto DK = parseOpenMPDirectiveKind(*this); in ParseOpenMPSingleExprWithArgClause() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1235 unsigned DK = in CheckExplicitInitList() local 1242 unsigned DK = ExtraInitsIsError in CheckExplicitInitList() local 1254 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers in CheckExplicitInitList() local
|
H A D | SemaDecl.cpp | 5621 unsigned DK = diag::err_anonymous_record_bad_member; in BuildAnonymousStructOrUnion() local
|
H A D | SemaDeclCXX.cpp | 16464 unsigned DK = diag::err_catch_incomplete; in BuildExceptionDeclaration() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 5354 auto DK = VD->isThisDeclarationADefinition(); in HandleCXXStaticMemberVarInstantiation() local
|
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 669 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier()
|