Home
last modified time | relevance | path

Searched refs:DC (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/netbsd-src/sys/arch/m68k/fpsp/
H A Dsatan.sa81 BOUNDS1 DC.L $3FFB8000,$4002FFFF
83 ONE DC.L $3F800000
85 DC.L $00000000
87 ATANA3 DC.L $BFF6687E,$314987D8
88 ATANA2 DC.L $4002AC69,$34A26DB3
90 ATANA1 DC.L $BFC2476F,$4E1DA28E
91 ATANB6 DC.L $3FB34444,$7F876989
93 ATANB5 DC.L $BFB744EE,$7FAF45DB
94 ATANB4 DC.L $3FBC71C6,$46940220
96 ATANB3 DC.L $BFC24924,$921872F9
[all …]
H A Dslogn.sa101 BOUNDS1 DC.L $3FFEF07D,$3FFF8841
102 BOUNDS2 DC.L $3FFE8000,$3FFFC000
104 LOGOF2 DC.L $3FFE0000,$B17217F7,$D1CF79AC,$00000000
106 one DC.L $3F800000
107 zero DC.L $00000000
108 infty DC.L $7F800000
109 negone DC.L $BF800000
111 LOGA6 DC.L $3FC2499A,$B5E4040B
112 LOGA5 DC.L $BFC555B5,$848CB7DB
114 LOGA4 DC.L $3FC99999,$987D8730
[all …]
H A Dstwotox.sa114 BOUNDS1 DC.L $3FB98000,$400D80C0 ... 2^(-70),16480
115 BOUNDS2 DC.L $3FB98000,$400B9B07 ... 2^(-70),16480 LOG2/LOG10
117 L2TEN64 DC.L $406A934F,$0979A371 ... 64LOG10/LOG2
118 L10TWO1 DC.L $3F734413,$509F8000 ... LOG2/64LOG10
120 L10TWO2 DC.L $BFCD0000,$C0219DC1,$DA994FD2,$00000000
122 LOG10 DC.L $40000000,$935D8DDD,$AAA8AC17,$00000000
124 LOG2 DC.L $3FFE0000,$B17217F7,$D1CF79AC,$00000000
126 EXPA5 DC.L $3F56C16D,$6F7BD0B2
127 EXPA4 DC.L $3F811112,$302C712C
128 EXPA3 DC.L $3FA55555,$55554CC1
[all …]
H A Dstan.sa88 BOUNDS1 DC.L $3FD78000,$4004BC7E
89 TWOBYPI DC.L $3FE45F30,$6DC9C883
91 TANQ4 DC.L $3EA0B759,$F50F8688
92 TANP3 DC.L $BEF2BAA5,$A8924F04
94 TANQ3 DC.L $BF346F59,$B39BA65F,$00000000,$00000000
96 TANP2 DC.L $3FF60000,$E073D3FC,$199C4A00,$00000000
98 TANQ2 DC.L $3FF90000,$D23CD684,$15D95FA1,$00000000
100 TANP1 DC.L $BFFC0000,$8895A6C5,$FB423BCA,$00000000
102 TANQ1 DC.L $BFFD0000,$EEF57E0D,$A84BC8CE,$00000000
104 INVTWOPI DC.L $3FFC0000,$A2F9836E,$4E44152A,$00000000
[all …]
H A Dsetox.sa368 L2 DC.L $3FDC0000,$82E30865,$4361C4C6,$00000000
370 EXPA3 DC.L $3FA55555,$55554431
371 EXPA2 DC.L $3FC55555,$55554018
373 HUGE DC.L $7FFE0000,$FFFFFFFF,$FFFFFFFF,$00000000
374 TINY DC.L $00010000,$FFFFFFFF,$FFFFFFFF,$00000000
376 EM1A4 DC.L $3F811111,$11174385
377 EM1A3 DC.L $3FA55555,$55554F5A
379 EM1A2 DC.L $3FC55555,$55555555,$00000000,$00000000
381 EM1B8 DC.L $3EC71DE3,$A5774682
382 EM1B7 DC.L $3EFA01A0,$19D7CB68
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp104 LLVMDisasmContext *DC = new LLVMDisasmContext( in LLVMCreateDisasmCPUFeatures() local
108 if (!DC) in LLVMCreateDisasmCPUFeatures()
111 DC->setCPU(CPU); in LLVMCreateDisasmCPUFeatures()
112 return DC; in LLVMCreateDisasmCPUFeatures()
134 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); in LLVMDisasmDispose() local
135 delete DC; in LLVMDisasmDispose()
140 static void emitComments(LLVMDisasmContext *DC, in emitComments() argument
143 StringRef Comments = DC->CommentsToEmit.str(); in emitComments()
145 const MCAsmInfo *MAI = DC->getAsmInfo(); in emitComments()
163 DC->CommentsToEmit.clear(); in emitComments()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporterLookupTable.cpp89 void ASTImporterLookupTable::add(DeclContext *DC, NamedDecl *ND) { in add() argument
90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add()
95 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() argument
96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove()
104 DeclContext *DC = ND->getDeclContext()->getPrimaryContext(); in add() local
105 add(DC, ND); in add()
106 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in add()
107 if (DC != ReDC) in add()
113 DeclContext *DC = ND->getDeclContext()->getPrimaryContext(); in remove() local
114 remove(DC, ND); in remove()
[all …]
H A DDeclBase.cpp260 auto *DC = getFriendObjectKind() ? getLexicalDeclContext() : getDeclContext(); in isTemplated() local
261 return DC->isDependentContext() || isTemplateDecl() || in isTemplated()
266 if (auto *DC = dyn_cast<DeclContext>(this)) in getTemplateDepth() local
267 if (DC->isFileContext()) in getTemplateDepth()
281 const DeclContext *DC = in getTemplateDepth() local
283 return cast<Decl>(DC)->getTemplateDepth(); in getTemplateDepth()
287 for (const DeclContext *DC = getDeclContext(); in getParentFunctionOrMethod() local
288 DC && !DC->isTranslationUnit() && !DC->isNamespace(); in getParentFunctionOrMethod()
289 DC = DC->getParent()) in getParentFunctionOrMethod()
290 if (DC->isFunctionOrMethod()) in getParentFunctionOrMethod()
[all …]
H A DDeclTemplate.cpp221 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument
224 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {} in TemplateDecl()
342 DeclContext *DC, in Create() argument
348 return new (C, DC) FunctionTemplateDecl(C, DC, L, Name, Params, Decl); in Create()
441 DeclContext *DC, in Create() argument
448 return new (C, DC) ClassTemplateDecl(C, DC, L, Name, Params, Decl); in Create()
617 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() argument
624 new (C, DC, in Create()
626 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename, in Create()
698 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl() argument
[all …]
H A DDeclOpenMP.cpp29 DeclContext *DC, in Create() argument
33 C, DC, llvm::None, VL.size(), L); in Create()
57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create() argument
61 C, DC, CL, VL.size(), L); in Create()
85 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() argument
88 return OMPDeclarativeDirective::createDirective<OMPRequiresDecl>(C, DC, CL, 0, in Create()
103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl() argument
105 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
113 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create() argument
115 return new (C, DC) OMPDeclareReductionDecl(OMPDeclareReduction, DC, L, Name, in Create()
[all …]
H A DExternalASTMerger.cpp38 const DeclContext *CanonicalizeDC(const DeclContext *DC) { in CanonicalizeDC() argument
39 if (isa<LinkageSpecDecl>(DC)) in CanonicalizeDC()
40 return DC->getRedeclContext(); in CanonicalizeDC()
41 return DC; in CanonicalizeDC()
45 LookupSameContext(Source<TranslationUnitDecl *> SourceTU, const DeclContext *DC, in LookupSameContext() argument
47 DC = CanonicalizeDC(DC); in LookupSameContext()
48 if (DC->isTranslationUnit()) { in LookupSameContext()
52 LookupSameContext(SourceTU, DC->getParent(), ReverseImporter); in LookupSameContext()
57 auto *ND = cast<NamedDecl>(DC); in LookupSameContext()
80 SearchResultDecl->getKind() == DC->getDeclKind()) in LookupSameContext()
[all …]
H A DDecl.cpp304 const DeclContext *DC = D->getDeclContext(); in getOutermostFuncOrBlockContext() local
305 while (DC->getDeclKind() != Decl::TranslationUnit) { in getOutermostFuncOrBlockContext()
306 if (isa<FunctionDecl>(DC) || isa<BlockDecl>(DC)) in getOutermostFuncOrBlockContext()
307 Ret = cast<Decl>(DC); in getOutermostFuncOrBlockContext()
308 DC = DC->getParent(); in getOutermostFuncOrBlockContext()
717 for (const DeclContext *DC = D->getDeclContext(); in getLVForNamespaceScopeDecl() local
718 !isa<TranslationUnitDecl>(DC); in getLVForNamespaceScopeDecl()
719 DC = DC->getParent()) { in getLVForNamespaceScopeDecl()
720 const auto *ND = dyn_cast<NamespaceDecl>(DC); in getLVForNamespaceScopeDecl()
1096 const DeclContext *DC = getDeclContext()->getRedeclContext(); in isReserved() local
[all …]
H A DDeclObjC.cpp68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl() argument
71 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl()
178 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() argument
183 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(DC)) { in findPropertyDecl()
191 if (auto *IDecl = dyn_cast<ObjCInterfaceDecl>(DC)) { in findPropertyDecl()
199 DeclContext::lookup_result R = DC->lookup(propertyID); in findPropertyDecl()
850 const DeclContext *DC = getDeclContext(); in isDesignatedInitializerForTheInterface() local
851 if (isa<ObjCProtocolDecl>(DC)) in isDesignatedInitializerForTheInterface()
1492 DeclContext *DC, in Create() argument
1499 auto *Result = new (C, DC) in Create()
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Ddn.out64 description: UID=jsmith,DC=example,DC=net
65 description: OU=Sales+CN=J. Smith,DC=example,DC=net
66 description: CN=John Smith\, III,DC=example,DC=net
67 description: CN=John Smith\2C III,DC=example,DC=net
68 description: OU=Sales\; Data\+Algorithms,DC=example,DC=net
69 description: OU=Sales\3B Data\2BAlgorithms,DC=example,DC=net
70 description: CN=Before\0dAfter,DC=example,DC=net
71 description: CN=\23John Smith\20,DC=example,DC=net
72 description: CN=\#John Smith\ ,DC=example,DC=net
74 description: testUUID=597ae2f6-16a6-1027-98f4-abcdefABCDEF,DC=Example
[all …]
H A Dtest-dn.ldif20 member: UID=jsmith,DC=example,DC=net
21 member: OU=Sales+CN=J. Smith,DC=example,DC=net
22 member: CN=John Smith\, III,DC=example,DC=net
23 member: OU=Sales\; Data\+Algorithms,DC=example,DC=net
24 member: CN=Before\0dAfter,DC=example,DC=net
25 member: CN=\23John Smith\20,DC=example,DC=net
27 member: testUUID=597ae2f6-16a6-1027-98f4-abcdefABCDEF,DC=Example
29 seeAlso: CN=John Smith\2C III,DC=example,DC=net
30 seeAlso: OU=Sales\3B Data\2BAlgorithms,DC=example,DC=net
31 seeAlso: CN=\#John Smith\ ,DC=example,DC=net
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTLambda.h33 inline bool isLambdaCallOperator(const DeclContext *DC) { in isLambdaCallOperator() argument
34 if (!DC || !isa<CXXMethodDecl>(DC)) return false; in isLambdaCallOperator()
35 return isLambdaCallOperator(cast<CXXMethodDecl>(DC)); in isLambdaCallOperator()
62 inline bool isGenericLambdaCallOperatorSpecialization(DeclContext *DC) { in isGenericLambdaCallOperatorSpecialization() argument
64 dyn_cast<CXXMethodDecl>(DC)); in isGenericLambdaCallOperatorSpecialization()
68 DeclContext *DC) { in isGenericLambdaCallOperatorOrStaticInvokerSpecialization() argument
69 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DC); in isGenericLambdaCallOperatorOrStaticInvokerSpecialization()
81 inline DeclContext *getLambdaAwareParentOfDeclContext(DeclContext *DC) { in getLambdaAwareParentOfDeclContext() argument
82 if (isLambdaCallOperator(DC)) in getLambdaAwareParentOfDeclContext()
83 return DC->getParent()->getParent(); in getLambdaAwareParentOfDeclContext()
[all …]
H A DDeclOpenMP.h50 static T *createDirective(const ASTContext &C, DeclContext *DC, in createDirective() argument
53 auto *Inst = new (C, DC, size(Clauses.size(), NumChildren)) in createDirective()
54 T(DC, std::forward<Params>(P)...); in createDirective()
115 OMPThreadPrivateDecl(DeclContext *DC = nullptr,
117 : OMPDeclarativeDirective<Decl>(OMPThreadPrivate, DC, L) {}
132 static OMPThreadPrivateDecl *Create(ASTContext &C, DeclContext *DC,
203 OMPDeclareReductionDecl(Kind DK, DeclContext *DC, SourceLocation L,
214 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name,
272 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() argument
274 const_cast<DeclContext *>(DC)); in castFromDeclContext()
[all …]
H A DDecl.h107 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() argument
108 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC)); in castFromDeclContext()
130 static PragmaCommentDecl *Create(const ASTContext &C, TranslationUnitDecl *DC,
165 TranslationUnitDecl *DC,
213 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() argument
214 return static_cast<ExternCContextDecl *>(const_cast<DeclContext*>(DC)); in castFromDeclContext()
235 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument
236 : Decl(DK, DC, L), Name(N) {} in NamedDecl()
344 const DeclContext *DC = getDeclContext(); in isCXXClassMember() local
349 if (isa<EnumDecl>(DC)) in isCXXClassMember()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp23 SourceLocation ImportLoc, DeclContext *DC, in checkModuleImportContext() argument
27 if (auto *LSD = dyn_cast<LinkageSpecDecl>(DC)) { in checkModuleImportContext()
36 DC = LSD->getParent(); in checkModuleImportContext()
39 while (isa<LinkageSpecDecl>(DC) || isa<ExportDecl>(DC)) in checkModuleImportContext()
40 DC = DC->getParent(); in checkModuleImportContext()
42 if (!isa<TranslationUnitDecl>(DC)) { in checkModuleImportContext()
46 << M->getFullModuleName() << DC; in checkModuleImportContext()
47 S.Diag(cast<Decl>(DC)->getBeginLoc(), in checkModuleImportContext()
49 << DC; in checkModuleImportContext()
335 for (auto *DC = D->getLexicalDeclContext(); DC; DC = DC->getLexicalParent()) in getEnclosingExportDecl() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
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
334 (DC)->abort_on_error = true
346 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
359 #define diagnostic_report_warnings_p(DC, LOC) \ argument
360 (!(DC)->dc_inhibit_warnings \
[all …]
H A Dtree-diagnostic.h33 #define diagnostic_last_function(DC) \ argument
34 ((tree) diagnostic_context_auxiliary_data (DC))
38 #define diagnostic_last_function_changed(DC, DI) \ argument
39 (diagnostic_last_function (DC) != (diagnostic_abstract_origin (DI) \
45 #define diagnostic_set_last_function(DC, DI) \ argument
46 diagnostic_context_auxiliary_data (DC) \
/netbsd-src/external/gpl3/gcc/dist/gcc/
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
425 (DC)->abort_on_error = true
437 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
450 #define diagnostic_report_warnings_p(DC, LOC) \ argument
451 (!(DC)->dc_inhibit_warnings \
[all …]
H A Dtree-diagnostic.h33 #define diagnostic_last_function(DC) \ argument
34 ((tree) diagnostic_context_auxiliary_data (DC))
38 #define diagnostic_last_function_changed(DC, DI) \ argument
39 (diagnostic_last_function (DC) != (diagnostic_abstract_origin (DI) \
45 #define diagnostic_set_last_function(DC, DI) \ argument
46 diagnostic_context_auxiliary_data (DC) \
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3088.txt46 naming [RFC2247] (e.g., UID=jdoe,DC=eng,DC=example,DC=net) allows
131 DC=example,DC=net example.net
132 UID=jdoe,DC=example,DC=net example.net
133 DC=. . [2]
134 DC=example,DC=net,DC=. . [3]
135 DC=example,DC=.,DC=net net [4]
136 DC=example.net example.net [5]
138 UID=jdoe,DC=example,C=US null
139 DC=example,O=example,DC=net net
140 DC=example+O=example,DC=net net
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp29 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument
30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer()
237 const DeclContext *DC, in indexTypeSourceInfo() argument
243 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo()
248 const DeclContext *DC, in indexTypeLoc() argument
254 if (!DC) in indexTypeLoc()
255 DC = Parent->getLexicalDeclContext(); in indexTypeLoc()
256 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
261 const DeclContext *DC) { in indexNestedNameSpecifierLoc() argument
266 indexNestedNameSpecifierLoc(Prefix, Parent, DC); in indexNestedNameSpecifierLoc()
[all …]

12345678910>>...19