Home
last modified time | relevance | path

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

12345678

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp104 LLVMDisasmContext *DC = new LLVMDisasmContext( in LLVMCreateDisasmCPUFeatures() local
134 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); in LLVMDisasmDispose() local
140 static void emitComments(LLVMDisasmContext *DC, in emitComments()
195 static int getLatency(LLVMDisasmContext *DC, const MCInst &Inst) { in getLatency()
231 static void emitLatency(LLVMDisasmContext *DC, const MCInst &Inst) { in emitLatency()
256 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); in LLVMDisasmInstruction() local
305 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); in LLVMSetDisasmOptions() local
312 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); in LLVMSetDisasmOptions() local
319 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); in LLVMSetDisasmOptions() local
335 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); in LLVMSetDisasmOptions() local
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTLambda.h33 inline bool isLambdaCallOperator(const DeclContext *DC) { in isLambdaCallOperator()
62 inline bool isGenericLambdaCallOperatorSpecialization(DeclContext *DC) { in isGenericLambdaCallOperatorSpecialization()
68 DeclContext *DC) { in isGenericLambdaCallOperatorOrStaticInvokerSpecialization()
81 inline DeclContext *getLambdaAwareParentOfDeclContext(DeclContext *DC) { in getLambdaAwareParentOfDeclContext()
H A DDeclOpenMP.h50 static T *createDirective(const ASTContext &C, DeclContext *DC, in createDirective()
272 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext()
302 OMPDeclareMapperDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareMapperDecl()
371 static OMPDeclareMapperDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext()
387 OMPCapturedExprDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, in OMPCapturedExprDecl()
422 OMPRequiresDecl(DeclContext *DC, SourceLocation L) in OMPRequiresDecl()
479 OMPAllocateDecl(DeclContext *DC, SourceLocation L) in OMPAllocateDecl()
H A DDecl.h344 const DeclContext *DC = getDeclContext(); in isCXXClassMember() local
654 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl()
720 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl()
1145 if (const DeclContext *DC = getLexicalDeclContext()) in isLocalVarDecl() local
2843 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
3016 EnumConstantDecl(DeclContext *DC, SourceLocation L, in EnumConstantDecl()
3116 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() argument
3156 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
3543 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext()
4083 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-diagnostic.h33 #define diagnostic_last_function(DC) \ argument
38 #define diagnostic_last_function_changed(DC, DI) \ argument
45 #define diagnostic_set_last_function(DC, DI) \ argument
H A Ddiagnostic.h316 #define diagnostic_starter(DC) (DC)->begin_diagnostic argument
320 #define diagnostic_finalizer(DC) (DC)->end_diagnostic argument
323 #define diagnostic_context_auxiliary_data(DC) (DC)->x_data argument
327 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder) argument
330 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule) argument
333 #define diagnostic_abort_on_error(DC) \ argument
346 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
359 #define diagnostic_report_warnings_p(DC, LOC) \ argument
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-diagnostic.h33 #define diagnostic_last_function(DC) \ argument
38 #define diagnostic_last_function_changed(DC, DI) \ argument
45 #define diagnostic_set_last_function(DC, DI) \ argument
H A Ddiagnostic.h407 #define diagnostic_starter(DC) (DC)->begin_diagnostic argument
411 #define diagnostic_finalizer(DC) (DC)->end_diagnostic argument
414 #define diagnostic_context_auxiliary_data(DC) (DC)->x_data argument
418 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder) argument
421 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule) argument
424 #define diagnostic_abort_on_error(DC) \ argument
437 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
450 #define diagnostic_report_warnings_p(DC, LOC) \ argument
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporterLookupTable.cpp89 void ASTImporterLookupTable::add(DeclContext *DC, NamedDecl *ND) { in add()
95 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove()
104 DeclContext *DC = ND->getDeclContext()->getPrimaryContext(); in add() local
113 DeclContext *DC = ND->getDeclContext()->getPrimaryContext(); in remove() local
121 ASTImporterLookupTable::lookup(DeclContext *DC, DeclarationName Name) const { in lookup()
152 DeclContext *DC = Entry.first; in dump() local
H A DDeclOpenMP.cpp29 DeclContext *DC, in Create()
57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create()
85 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create()
103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl()
113 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create()
143 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create()
174 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create()
H A DDeclTemplate.cpp342 DeclContext *DC, in Create()
441 DeclContext *DC, in Create()
617 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create()
731 const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create()
790 DeclContext *DC, SourceLocation L, unsigned D, unsigned P, in TemplateTemplateParmDecl()
910 DeclContext *DC, in Create()
1003 ConceptDecl *ConceptDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1027 DeclContext *DC, in ClassTemplatePartialSpecializationDecl()
1046 Create(ASTContext &Context, TagKind TK,DeclContext *DC, in Create()
1083 FriendTemplateDecl::Create(ASTContext &Context, DeclContext *DC, in Create()
[all …]
H A DDeclBase.cpp266 if (auto *DC = dyn_cast<DeclContext>(this)) in getTemplateDepth() local
281 const DeclContext *DC = in getTemplateDepth() local
287 for (const DeclContext *DC = getDeclContext(); in getParentFunctionOrMethod() local
327 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext()
395 const DeclContext *DC = getDeclContext(); in isInStdNamespace() local
403 DeclContext *DC = getDeclContext(); in getTranslationUnitDecl() local
1192 const DeclContext *DC = this; in getExternCContext() local
1503 auto *DC = D->getDeclContext(); in removeDecl() local
1576 for (auto *DC : Contexts) { in buildLookup() local
1588 for (auto *DC : Contexts) in buildLookup() local
[all …]
H A DExternalASTSource.cpp98 ExternalASTSource::FindExternalVisibleDeclsByName(const DeclContext *DC, in FindExternalVisibleDeclsByName()
103 void ExternalASTSource::completeVisibleDeclsMap(const DeclContext *DC) {} in completeVisibleDeclsMap()
106 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
H A DDecl.cpp304 const DeclContext *DC = D->getDeclContext(); in getOutermostFuncOrBlockContext() local
717 for (const DeclContext *DC = D->getDeclContext(); in getLVForNamespaceScopeDecl() local
1651 const DeclContext *DC = Contexts[I - 1]; in printNestedNameSpecifier() local
2000 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl()
2017 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2084 const DeclContext *DC = D.getDeclContext(); in getDeclLanguageLinkage() local
2100 const DeclContext *DC = D.getDeclContext(); in isDeclExternC() local
3209 for (const DeclContext *DC = getDeclContext(); in isGlobal() local
4383 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4794 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create()
[all …]
H A DDeclCXX.cpp124 DeclContext *DC, SourceLocation StartLoc, in CXXRecordDecl()
147 CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC, in CreateLambda()
1914 static bool isDeclContextInNamespace(const DeclContext *DC) { in isDeclContextInNamespace()
2077 CXXDeductionGuideDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2094 ASTContext &C, DeclContext *DC, SourceLocation StartLoc) { in Create()
2821 DeclContext *DC, in Create()
3015 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3106 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3173 BindingDecl *BindingDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3255 MSGuidDecl::MSGuidDecl(DeclContext *DC, QualType T, Parts P) in MSGuidDecl()
[all …]
H A DDeclObjC.cpp68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl()
178 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl()
850 const DeclContext *DC = getDeclContext(); in isDesignatedInitializerForTheInterface() local
1492 DeclContext *DC, in Create()
1826 const auto *DC = cast<ObjCContainerDecl>(getDeclContext()); in getContainingInterface() local
1861 *ObjCAtDefsFieldDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1880 ObjCProtocolDecl::ObjCProtocolDecl(ASTContext &C, DeclContext *DC, in ObjCProtocolDecl()
2101 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2205 ObjCImplementationDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2256 ObjCCompatibleAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create()
[all …]
H A DExternalASTMerger.cpp38 const DeclContext *CanonicalizeDC(const DeclContext *DC) { in CanonicalizeDC()
45 LookupSameContext(Source<TranslationUnitDecl *> SourceTU, const DeclContext *DC, in LookupSameContext()
280 void ExternalASTMerger::ForEachMatchingDC(const DeclContext *DC, in ForEachMatchingDC()
479 bool ExternalASTMerger::FindExternalVisibleDeclsByName(const DeclContext *DC, in FindExternalVisibleDeclsByName()
529 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp23 SourceLocation ImportLoc, DeclContext *DC, in checkModuleImportContext()
335 for (auto *DC = D->getLexicalDeclContext(); DC; DC = DC->getLexicalParent()) in getEnclosingExportDecl() local
452 for (auto *DC = CurContext; DC; DC = DC->getLexicalParent()) { in ActOnModuleBegin() local
493 for (auto *DC = CurContext; DC; DC = DC->getLexicalParent()) { in ActOnModuleEnd() local
547 for (const DeclContext *DC = CurContext; DC; DC = DC->getLexicalParent()) { in ActOnStartExportDecl() local
673 if (auto *DC = dyn_cast<DeclContext>(D)) in checkExportedDecl() local
680 static bool checkExportedDeclContext(Sema &S, DeclContext *DC, in checkExportedDeclContext()
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp29 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer()
237 const DeclContext *DC, in indexTypeSourceInfo()
248 const DeclContext *DC, in indexTypeLoc()
261 const DeclContext *DC) { in indexNestedNameSpecifierLoc()
H A DIndexDecl.cpp48 const DeclContext *DC) { in handleTemplateArgumentLoc()
101 auto *DC = Parm->getDeclContext(); in handleDeclarator() local
594 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); in VisitUsingDecl() local
605 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); in VisitUsingDirectiveDecl() local
622 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); in VisitUnresolvedUsingValueDecl() local
631 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); in VisitUnresolvedUsingTypenameDecl() local
754 bool IndexingContext::indexDeclContext(const DeclContext *DC) { in indexDeclContext()
/netbsd/sys/arch/amiga/dev/
H A Dkbdmap.c45 #define DC (KBD_MODE_DEAD | KBD_MODE_CIRC) macro
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddiagnostic.c56 int *DC = (int *)LLVMContextGetDiagnosticContext(C); in llvm_test_diagnostic_handler() local
/netbsd/sys/arch/amiga/stand/loadkmap/pl_din/
H A Dpl_din-kbdmap.c19 #define DC (KBD_MODE_DEAD | KBD_MODE_CIRC) macro
/netbsd/sys/arch/amiga/stand/loadkmap/din/
H A Ddin-kbdmap.c14 #define DC (KBD_MODE_DEAD | KBD_MODE_CIRC) macro
/netbsd/sys/arch/amiga/stand/loadkmap/fr/
H A Dfr-kbdmap.c50 #define DC (KBD_MODE_DEAD | KBD_MODE_CIRC) macro

12345678