/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 657 Parser::ParseOpenACCIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCIntExpr() 676 bool Parser::ParseOpenACCIntExprList(OpenACCDirectiveKind DK, in ParseOpenACCIntExprList() 1150 Parser::ParseOpenACCAsyncArgument(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCAsyncArgument()
|
H A D | Parser.cpp | 95 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
|
H A D | ParseOpenMP.cpp | 2266 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 3967 auto DK = parseOpenMPDirectiveKind(*this); in ParseOpenMPSingleExprWithArgClause() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 1045 OpenACCDirectiveKind DK) in AssociatedStmtRAII() 1233 ExprResult SemaOpenACC::ActOnIntExpr(OpenACCDirectiveKind DK, in ActOnIntExpr() 1261 IntExprConverter(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ActOnIntExpr()
|
H A D | SemaInit.cpp | 1303 unsigned DK = in CheckExplicitInitList() local 1310 unsigned DK = ExtraInitsIsError in CheckExplicitInitList() local 1322 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers in CheckExplicitInitList() local
|
H A D | SemaOpenMP.cpp | 4198 ArrayRef<Expr *> getImplicitMap(OpenMPDefaultmapClauseKind DK, in getImplicitMap() 6094 OpenMPDirectiveKind DK = Kind; in ActOnOpenMPExecutableDirective() local 9105 auto IsOpenMPTaskloopDirective = [](OpenMPDirectiveKind DK) { in ActOnOpenMPLoopInitialization() 9173 OpenMPDirectiveKind DK = (SemaRef.getLangOpts().OpenMP < 50 || in checkOpenMPIterationSpace() local
|
H A D | SemaDecl.cpp | 5593 unsigned DK = diag::err_anonymous_record_bad_member; in BuildAnonymousStructOrUnion() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 404 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl() 823 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl()
|
H A D | DeclBase.h | 395 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() 405 Decl(Kind DK, EmptyShell Empty) in Decl()
|
H A D | Decl.h | 261 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() 673 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() 751 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() 1728 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() 3090 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl() 3380 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() argument 3420 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
|
H A D | DeclCXX.h | 2077 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in FunctionDecl() argument 3433 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl()
|
H A D | DeclObjC.h | 2476 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, in ObjCImplDecl()
|
H A D | OpenMPClause.h | 2139 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclOpenMP.cpp | 105 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl()
|
H A D | DeclTemplate.cpp | 263 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() 921 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() 935 Kind DK) in ClassTemplateSpecializationDecl() 1357 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() 1366 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl()
|
H A D | DeclBase.cpp | 1043 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local 1056 Decl::Kind DK = D->getKind(); in castToDeclContext() local 1261 Decl::Kind DK = D->getKind(); in classof() local
|
H A D | Decl.cpp | 2116 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl() 3029 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, in FunctionDecl() 4691 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl() 4984 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 | 403 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 176 virtual void describe(DescriptionKind DK, const CallEvent &Call, in describe() 1060 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe() 1169 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe() 1217 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe() 1278 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe()
|
/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
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 521 omp::Directive DK; member 2009 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 1054 static DiagnosticSeverity getDiagnosticSeverity(SourceMgr::DiagKind DK) { in getDiagnosticSeverity()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 5954 auto DK = VD->isThisDeclarationADefinition(); in HandleCXXStaticMemberVarInstantiation() local
|