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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h55 /// CreateXXXX for the directive of kind DK.
60 omp::Directive DK; member in struct:llvm::OpenMPIRBuilder::FinalizationInfo
132 /// \param DK The kind of directive that caused the barrier.
138 InsertPointTy CreateBarrier(const LocationDescription &Loc, omp::Directive DK,
207 /// \param DK The directive which caused the barrier
214 omp::Directive DK, bool ForceSimpleCall,
222 /// Return true if the last entry in the finalization stack is of kind \p DK
224 bool isLastFinalizationInfoCancellable(omp::Directive DK) { argument
227 FinalizationStack.back().DK == DK;
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h49 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : argument
50 Decl(DK, DC, L), NumVars(0) { }
134 OMPDeclareReductionDecl(Kind DK, DeclContext *DC, SourceLocation L,
233 OMPDeclareMapperDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
237 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), VarName(VarName),
356 OMPRequiresDecl(Kind DK, DeclContext *DC, SourceLocation L) argument
357 : Decl(DK, DC, L), NumClauses(0) {}
442 OMPAllocateDecl(Kind DK, DeclContext *DC, SourceLocation L) argument
443 : Decl(DK, D
[all...]
H A DNonTrivialTypeVisitor.h28 RetTy visitWithKind(QualType::DestructionKind DK, QualType FT, argument
30 switch (DK) {
H A DDeclBase.h379 Decl(Kind DK, DeclContext *DC, SourceLocation L) argument
381 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false),
384 IdentifierNamespace(getIdentifierNamespaceForKind(DK)),
386 if (StatisticsEnabled) add(DK);
389 Decl(Kind DK, EmptyShell Empty) argument
390 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false),
393 IdentifierNamespace(getIdentifierNamespaceForKind(DK)),
395 if (StatisticsEnabled) add(DK);
807 static unsigned getIdentifierNamespaceForKind(Kind DK);
H A DDecl.h235 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) argument
236 : Decl(DK, DC, L), Name(N) {}
625 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
627 : NamedDecl(DK, DC, L, N), DeclType(T) {}
691 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
694 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {}
989 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1601 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1604 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) {
1920 FunctionDecl(Kind DK, ASTContex
[all...]
H A DDeclTemplate.h407 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
412 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, argument
414 : TemplateDecl(DK, DC, L, Name, Params, nullptr) {}
851 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, argument
854 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C) {}
1850 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
1857 explicit ClassTemplateSpecializationDecl(ASTContext &C, Kind DK);
2711 VarTemplateSpecializationDecl(Kind DK, ASTContext &Context, DeclContext *DC,
2718 explicit VarTemplateSpecializationDecl(Kind DK, ASTContext &Context);
H A DDeclObjC.h994 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id,
2446 ObjCImplDecl(Kind DK, DeclContext *DC, argument
2450 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc),
H A DDeclCXX.h1935 CXXMethodDecl(Kind DK, ASTContext &C, CXXRecordDecl *RD, argument
1941 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, isInline,
/freebsd-11-stable/contrib/gcc/
H A Ddiagnostic.h169 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)]
/freebsd-11-stable/share/i18n/csmapper/ISO646/
H A DMakefile13 ISO646-DK%UCS.646 ISO646-ES%UCS.646 ISO646-ES2%UCS.646 \
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp135 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name,
137 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
134 OMPDeclareReductionDecl( Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) argument
H A DDeclTemplate.cpp196 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
199 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {}
864 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, argument
870 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
878 Kind DK)
879 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(),
1227 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1230 : VarDecl(DK, Context, DC, StartLoc, IdLoc,
1236 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, argument
1238 : VarDecl(DK,
877 ClassTemplateSpecializationDecl(ASTContext &C, Kind DK) argument
1226 VarTemplateSpecializationDecl( Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, ArrayRef<TemplateArgument> Args) argument
[all...]
H A DDeclBase.cpp864 Decl::Kind DK = D->getDeclKind(); local
865 switch(DK) {
875 if (DK >= first##NAME && DK <= last##NAME) \
883 Decl::Kind DK = D->getKind(); local
884 switch(DK) {
894 if (DK >= first##NAME && DK <= last##NAME) \
H A DDecl.cpp1963 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, argument
1967 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
2779 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, argument
2786 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo,
2788 DeclContext(DK), redeclarable_base(C), Body(), ODRHash(0),
4117 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, argument
4120 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C),
4122 assert((DK != Enum || TK == TTK_Enum) &&
4366 RecordDecl::RecordDecl(Kind DK, TagKin argument
[all...]
H A DDeclObjC.cpp67 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, argument
70 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp173 OpenMPIRBuilder::CreateBarrier(const LocationDescription &Loc, Directive DK, argument
177 return emitBarrierImpl(Loc, DK, ForceSimpleCall, CheckCancelFlag);
616 assert(FiniInfo.DK == OMPD_parallel &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp290 void visitWithKind(QualType::DestructionKind DK, QualType FT, argument
293 visitArray(DK, AT, FT.isVolatileQualified(), FD, CurStructOffset);
297 Super::visitWithKind(DK, FT, FD, CurStructOffset);
575 void visitWithKind(QualType::DestructionKind DK, QualType FT, argument
579 visitArray(DK, AT, FT.isVolatileQualified(), FD, CurStructOffset, Addrs);
583 Super::visitWithKind(DK, FT, FD, CurStructOffset, Addrs);
H A DCodeGenModule.cpp4423 auto DK = VD->isThisDeclarationADefinition(); local
4424 if (DK == VarDecl::Definition && VD->hasAttr<DLLImportAttr>())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp56 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {} argument
2495 auto DK = parseOpenMPDirectiveKind(*this); local
2496 Arg.push_back(DK);
2497 if (DK != OMPD_unknown) {
H A DParser.cpp84 /// \param DK The kind of diagnostic to emit.
86 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, argument
92 Diag(Loc, DK);
96 Diag(Loc, DK)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4976 unsigned DK = diag::err_anonymous_record_bad_member; local
4978 DK = diag::err_anonymous_record_with_type;
4980 DK = diag::err_anonymous_record_with_function;
4982 DK = diag::err_anonymous_record_with_static;
4986 DK == diag::err_anonymous_record_with_type)
4990 Diag(Mem->getLocation(), DK) << Record->isUnion();
11538 void visitWithKind(QualType::DestructionKind DK, QualType QT, argument
11543 return Super::visitWithKind(DK, QT, FD, InNonTrivialUnion);
H A DSemaInit.cpp1199 unsigned DK = local
1203 SemaRef.Diag(IList->getInit(Index)->getBeginLoc(), DK)
1212 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers local
1214 SemaRef.Diag(IList->getInit(Index)->getBeginLoc(), DK)
H A DSemaDeclCXX.cpp15470 unsigned DK = diag::err_catch_incomplete;
15474 DK = diag::err_catch_incomplete_ptr;
15479 DK = diag::err_catch_incomplete_ref;
15482 !BaseType->isDependentType() && RequireCompleteType(Loc, BaseType, DK))
H A DSemaOpenMP.cpp4211 unsigned operator()(argument_type DK) { return unsigned(DK); }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1090 void SuggestParentheses(SourceLocation Loc, unsigned DK,

Completed in 553 milliseconds