Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 3176) sorted by relevance

12345678910>>...128

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-22.c24 D(0) D(1) D(2) D(3) D(4) D(5) D(6) D(7)
25 D(8) D(9) D(10) D(11) D(12) D(13) D(14) D(15)
32 D(0) D(1) D(2) D(3) D(4) D(5) D(6) D(7) in foo()
33 D(8) D(9) D(10) D(11) D(12) D(13) D(14) D(15) in foo()
46 D(0) D(1) D(2) D(3) D(4) D(5) D(6) D(7) in foo()
47 D(8) D(9) D(10) D(11) D(12) D(13) D(14) D(15) in foo()
56 D(0) D(1) D(2) D(3) D(4) D(5) D(6) D(7) in main()
57 D(8) D(9) D(10) D(11) D(12) D(13) D(14) D(15) in main()
65 D(0) D(1) D(2) D(3) D(4) D(5) D(6) D(7) in main()
66 D(8) D(9) D(10) D(11) D(12) D(13) D(14) D(15) in main()
[all …]
/openbsd/regress/sbin/pfctl/
H A Dpfr5.ok50 D ::/0
51 D ::/1
52 D ::/2
53 D ::/3
54 D ::/4
55 D ::/5
56 D ::/6
57 D ::/7
67 D ::/0
68 D ::/1
[all …]
H A Dpfr4.ok50 D 0.0.0.0/0
51 D 0.0.0.0/1
52 D 0.0.0.0/2
53 D 0.0.0.0/3
54 D 0.0.0.0/4
55 D 0.0.0.0/5
56 D 0.0.0.0/6
57 D 0.0.0.0/7
67 D 0.0.0.0/0
68 D 0.0.0.0/1
[all …]
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp192 IndexCtx.indexBody(Body, D, D); in handleObjCMethod()
299 IndexCtx.indexBody(Body, D, D); in VisitFunctionDecl()
310 IndexCtx.indexBody(D->getInit(), D); in VisitVarDecl()
337 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCIvarDecl()
343 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitMSPropertyDecl()
349 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitEnumConstantDecl()
459 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCImplementationDecl()
503 TRY_TO(IndexCtx.handleReference(C, D->getLocation(), D, D, in VisitObjCCategoryImplDecl()
530 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitObjCPropertyDecl()
593 TRY_DECL(D, IndexCtx.handleDecl(D)); in VisitNamespaceDecl()
[all …]
H A DUSRGeneration.cpp51 if (!D) in GetExternalSourceContainer()
226 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitFunctionDecl()
311 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitVarDecl()
502 ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitTagDecl()
507 D = D->getCanonicalDecl(); in VisitTagDecl()
586 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitTypedefDecl()
617 D = D->getCanonicalDecl(); in GenLoc()
1034 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitUnresolvedUsingValueDecl()
1043 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitUnresolvedUsingTypenameDecl()
1052 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitConceptDecl()
[all …]
H A DIndexingContext.cpp55 return handleDecl(D, D->getLocation(), Roles, Relations); in handleDecl()
67 D = cast<ObjCPropertyImplDecl>(D)->getPropertyDecl(); in handleDecl()
262 isa<FieldDecl>(D) || isa<MSPropertyDecl>(D) || isa<ObjCImplDecl>(D) || in isDeclADefinition()
263 isa<ObjCPropertyImplDecl>(D) || isa<ConceptDecl>(D)) in isDeclADefinition()
298 D = D->getCanonicalDecl(); in getCanonicalDecl()
301 D = TTD; in getCanonicalDecl()
306 return D; in getCanonicalDecl()
363 if (D->isImplicit() && !isa<ObjCMethodDecl>(D)) in handleDeclOccurrence()
397 D = adjustTemplateImplicitInstantiation(D); in handleDeclOccurrence()
398 if (!D) in handleDeclOccurrence()
[all …]
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp304 if (D->getDeclContext() != D->getLexicalDeclContext()) in VisitDecl()
393 if (D->getDeclContext() == D->getLexicalDeclContext() && in VisitTypedefDecl()
396 D->getFirstDecl() == D->getMostRecentDecl() && in VisitTypedefDecl()
458 if (D->getDeclContext() == D->getLexicalDeclContext() && in VisitEnumDecl()
464 D->getFirstDecl() == D->getMostRecentDecl() && in VisitEnumDecl()
499 if (D->getDeclContext() == D->getLexicalDeclContext() && in VisitRecordDecl()
505 D->getFirstDecl() == D->getMostRecentDecl() && in VisitRecordDecl()
917 llvm::ArrayRef(D->init_begin(), D->init_end())); in VisitObjCImplementationDecl()
1091 D->getFirstDecl() == D->getMostRecentDecl() && in VisitVarDecl()
1277 D == D->getMostRecentDecl()) { in VisitNamespaceDecl()
[all …]
H A DASTReaderDecl.cpp655 VisitDecl(D); in VisitPragmaCommentDecl()
664 VisitDecl(D); in VisitPragmaDetectMismatchDecl()
1479 VisitDecl(D); in VisitObjCPropertyImplDecl()
1692 VisitDecl(D); in VisitTopLevelStmtDecl()
1743 VisitDecl(D); in VisitLinkageSpecDecl()
2648 D->getASTContext().addDestruction(D->Value); in VisitLifetimeExtendedTemporaryDecl()
2750 D->Common = D->getCanonicalDecl()->Common; in mergeRedeclarableTemplate()
3378 assert(D); in getMostRecentDecl()
3997 return D; in ReadDeclRecord()
4029 Decl *D = Record.D; in loadDeclUpdateRecords() local
[all …]
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DArabicShaping.txt128 062D; HAH; D; HAH
204 069D; SAD WITH 2 DOTS BELOW; D; SAD
283 071D; YUDH; D; YUDH
299 072D; PERSIAN BHETH; D; BETH
321 075D; AIN WITH 2 DOTS ABOVE; D; AIN
353 077D; SEEN WITH DIGIT FOUR ABOVE; D; SEEN
409 084D; MANDAIC AN; D; No_Joining_Group
536 182D; MONGOLIAN GA; D; No_Joining_Group
552 183D; MONGOLIAN ZA; D; No_Joining_Group
568 184D; MONGOLIAN TODO QA; D; No_Joining_Group
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp386 D != DEnd; ++D) { in VisitDeclContext()
432 if (isa<TagDecl>(*D) && !cast<TagDecl>(*D)->isFreeStanding()) { in VisitDeclContext()
447 Visit(*D); in VisitDeclContext()
452 isa<OMPDeclareMapperDecl>(*D) || isa<OMPRequiresDecl>(*D) || in VisitDeclContext()
569 Out << *D; in VisitEnumConstantDecl()
622 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
767 if (D->isPure()) in VisitFunctionDecl()
775 if (!D->hasPrototype() && D->getNumParams()) { in VisitFunctionDecl()
926 VisitVarDecl(D); in VisitParmVarDecl()
1626 Out << *D; in VisitUsingDecl()
[all …]
H A DComputeDependence.cpp33 return D; in computeDependence()
103 if (!D) in computeDependence()
139 return D; in computeDependence()
157 return D; in computeDependence()
199 return D; in computeDependence()
223 return D; in computeDependence()
259 return D; in computeDependence()
269 return D; in computeDependence()
279 return D; in computeDependence()
314 return D; in computeDependence()
[all …]
H A DTextNodeDumper.cpp36 if (First != D) in dumpPreviousDeclImpl()
243 if (!D) { in Visit()
254 if (D->getLexicalDeclContext() != D->getDeclContext()) in Visit()
683 if (!D) { in dumpBareDeclRef()
736 if (!D) in dumpDeclRef()
1636 dumpName(D); in VisitTypedefDecl()
1649 dumpName(D); in VisitEnumDecl()
1725 OS << D << " " << D->getParent()->getName() << "::" << D->getDeclName() in VisitFunctionDecl()
1743 if (!D->isInlineSpecified() && D->isInlined()) { in VisitFunctionDecl()
1750 if (!D->param_empty() && !D->param_begin()) in VisitFunctionDecl()
[all …]
/openbsd/sys/dev/pci/drm/i915/gt/shaders/clear_kernel/
H A Dhsw.asm49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N };
50 and(1) g3<1>D g3<0,1,0>D 1D { align1 1N }; /* g3 has HSID */
51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N };
52 and(1) g3.1<1>D g3.1<0,1,0>D 3D { align1 1N }; /* g3.1 has sliceID …
55 shr(1) g3.2<1>D sr0<0,1,0>D 8D { align1 1N };
56 and(1) g3.2<1>D g3.2<0,1,0>D 15D { align1 1N }; /* g3.2 = EUID */
57 mul(1) g3.4<1>D g3<0,1,0>D 16D { align1 1N };
61 and(1) g3.3<1>D sr0<0,1,0>D 7D { align1 1N };
62 mul(1) g3.3<1>D g3.3<0,1,0>D 4D { align1 1N };
74 add(1) g5<1>D g5<0,1,0>D 1D { align1 1N };
[all …]
H A Divb.asm49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N };
50 and(1) g3<1>D g3<0,1,0>D 1D { align1 1N }; /* g3 has HSID */
51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N };
52 and(1) g3.1<1>D g3.1<0,1,0>D 3D { align1 1N }; /* g3.1 has sliceID …
55 shr(1) g3.2<1>D sr0<0,1,0>D 8D { align1 1N };
56 and(1) g3.2<1>D g3.2<0,1,0>D 15D { align1 1N }; /* g3.2 = EUID */
57 mul(1) g3.4<1>D g3<0,1,0>D 16D { align1 1N };
61 and(1) g3.3<1>D sr0<0,1,0>D 7D { align1 1N };
62 mul(1) g3.3<1>D g3.3<0,1,0>D 4D { align1 1N };
73 add(1) g5<1>D g5<0,1,0>D 1D { align1 1N };
[all …]
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp627 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
633 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
639 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
645 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
654 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
660 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
864 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCProperty()
871 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleNamespace()
882 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunctionTemplate()
1027 D = getEntityDecl(D); in markEntityOccurrenceInFile()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h82 void setDeserialize(bool D) { Deserialize = D; } in setDeserialize() argument
94 if (!D) in Visit()
103 D->getASTContext().getLocalCommentForDeclUncached(D)) in Visit()
107 if (!isa<FunctionDecl>(*D) && !isa<ObjCMethodDecl>(*D)) { in Visit()
278 Visit(D); in Visit()
298 Visit(D); in dumpDeclContext()
454 if (D->hasInit()) in VisitVarDecl()
459 VisitVarDecl(D); in VisitDecompositionDecl()
588 VisitVarDecl(D); in VisitVarTemplateSpecializationDecl()
693 Visit(D); in VisitDeclStmt()
[all …]
H A DDependenceFlags.h147 Dependence(TypeDependence D) in LLVM_COMMON_DEPENDENCE()
154 Dependence(ExprDependence D) in LLVM_COMMON_DEPENDENCE()
254 return Dependence(D).expr(); in toExprDependenceAsWritten()
260 return Dependence(D).expr(); in toExprDependence()
269 if (D & ExprDependence::Value) in turnValueToTypeDependence()
270 D |= ExprDependence::Type; in turnValueToTypeDependence()
271 return D; in turnValueToTypeDependence()
276 return Dependence(D).type(); in toTypeDependence()
279 return Dependence(D).type(); in toTypeDependence()
282 return Dependence(D).type(); in toTypeDependence()
[all …]
/openbsd/sys/dev/fdt/
H A Dsxipio_pins.h395 { SXIPIO_PIN(D, 0), {
401 { SXIPIO_PIN(D, 1), {
407 { SXIPIO_PIN(D, 2), {
413 { SXIPIO_PIN(D, 3), {
419 { SXIPIO_PIN(D, 4), {
425 { SXIPIO_PIN(D, 5), {
431 { SXIPIO_PIN(D, 6), {
437 { SXIPIO_PIN(D, 7), {
443 { SXIPIO_PIN(D, 8), {
449 { SXIPIO_PIN(D, 9), {
[all …]
/openbsd/regress/misc/c++abi/
H A Dnm1.C8 D(cpuid_t)
9 D(dev_t)
10 D(fixpt_t)
12 D(gid_t)
13 D(id_t)
16 D(ino_t)
17 D(key_t)
18 D(mode_t)
20 D(pid_t)
26 D(uid_t)
[all …]
/openbsd/lib/libcrypto/ripemd/
H A Dripemd.c132 unsigned int A, B, C, D, E; in ripemd160_block_data_order() local
141 D = ctx->D; in ripemd160_block_data_order()
188 RIP1(B, C, D, E, A, X4, 5); in ripemd160_block_data_order()
189 RIP1(A, B, C, D, E, X5, 8); in ripemd160_block_data_order()
272 d = D; in ripemd160_block_data_order()
278 D = ctx->D; in ripemd160_block_data_order()
366 D = ctx->B + c + D; in ripemd160_block_data_order()
368 ctx->C = ctx->D + e + A; in ripemd160_block_data_order()
369 ctx->D = ctx->E + a + B; in ripemd160_block_data_order()
371 ctx->A = D; in ripemd160_block_data_order()
[all …]
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Ddouble.h97 _FP_UNPACK_RAW_2(D,X,val); \
109 _FP_UNPACK_RAW_2(D,X,val); \
110 _FP_UNPACK_SEMIRAW(D,2,X); \
122 _FP_PACK_RAW_2(D,val,X); \
134 _FP_PACK_SEMIRAW(D,2,X); \
135 _FP_PACK_RAW_2(D,val,X); \
140 _FP_PACK_SEMIRAW(D,2,X); \
219 _FP_PACK_RAW_1(D,val,X); \
231 _FP_PACK_SEMIRAW(D,1,X); \
232 _FP_PACK_RAW_1(D,val,X); \
[all …]
/openbsd/gnu/llvm/llvm/
H A DCREDITS.TXT37 D: Sparse bitmap
56 D: RISC-V backend
78 D: SROA
199 D: MCJIT
210 D: C interface
308 D: Alpha backend
323 D: Mips backend
346 D: z/OS support
412 D: MSVC support
457 D: MSIL backend
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DSHA1.cpp41 E += ((B & (C ^ D)) ^ D) + blk0(Buf, I) + 0x5A827999 + rol(A, 5); in r0()
47 E += ((B & (C ^ D)) ^ D) + blk(Buf, I) + 0x5A827999 + rol(A, 5); in r1()
95 uint32_t D = InternalState.State[3]; in hashBlock() local
99 r0(A, B, C, D, E, 0, InternalState.Buffer.L); in hashBlock()
100 r0(E, A, B, C, D, 1, InternalState.Buffer.L); in hashBlock()
101 r0(D, E, A, B, C, 2, InternalState.Buffer.L); in hashBlock()
102 r0(C, D, E, A, B, 3, InternalState.Buffer.L); in hashBlock()
103 r0(B, C, D, E, A, 4, InternalState.Buffer.L); in hashBlock()
104 r0(A, B, C, D, E, 5, InternalState.Buffer.L); in hashBlock()
105 r0(E, A, B, C, D, 6, InternalState.Buffer.L); in hashBlock()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DAnyCall.h66 const Decl *D = nullptr; variable
74 if (D && ((K == Function && !isa<FunctionDecl>(D)) || in AnyCall()
76 D = nullptr; in AnyCall()
94 AnyCall(const CXXDestructorDecl *D) : E(nullptr), D(D), K(Destructor) {} in AnyCall() argument
96 AnyCall(const CXXConstructorDecl *D) : E(nullptr), D(D), K(Constructor) {} in AnyCall() argument
98 AnyCall(const ObjCMethodDecl *D) : E(nullptr), D(D), K(ObjCMethod) {} in AnyCall() argument
100 AnyCall(const FunctionDecl *D) : E(nullptr), D(D) { in AnyCall() argument
145 if (!D) in parameters()
198 return D; in getDecl()
212 if (D) in dump()
[all …]
/openbsd/lib/libcrypto/md5/asm/
H A Dmd5-586.pl19 $D="edx";
39 local(%n)=($A,$D,$B,$A,$C,$B,$D,$C);
195 &mov($D, &DWP(12,$tmp1,"",0));
201 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478);
202 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756);
203 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db);
204 &R0( 0,$B,$C,$D,$A,$X, 3,22,0xc1bdceee);
205 &R0( 0,$A,$B,$C,$D,$X, 4, 7,0xf57c0faf);
206 &R0( 0,$D,$A,$B,$C,$X, 5,12,0x4787c62a);
287 &add($D,$tmp1);
[all …]

12345678910>>...128