Home
last modified time | relevance | path

Searched refs:DD (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp33 DelayedDiagnostic DD; in makeAvailability() local
34 DD.Kind = Availability; in makeAvailability()
35 DD.Triggered = false; in makeAvailability()
36 DD.Loc = Locs.front(); in makeAvailability()
37 DD.AvailabilityData.ReferringDecl = ReferringDecl; in makeAvailability()
38 DD.AvailabilityData.OffendingDecl = OffendingDecl; in makeAvailability()
39 DD.AvailabilityData.UnknownObjCClass = UnknownObjCClass; in makeAvailability()
40 DD.AvailabilityData.ObjCProperty = ObjCProperty; in makeAvailability()
46 DD.AvailabilityData.Message = MessageData; in makeAvailability()
47 DD.AvailabilityData.MessageLen = Msg.size(); in makeAvailability()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp35 struct DD final : public DDetector { struct
40 explicit DD(const DDFlags *flags);
63 void *mem = MmapOrDie(sizeof(DD), "deadlock detector"); in Create()
64 return new(mem) DD(flags); in Create()
67 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD
72 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread()
76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread()
79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread()
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
92 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit()
[all …]
H A Dsanitizer_deadlock_detector2.cpp83 struct DD final : public DDetector { struct
84 explicit DD(const DDFlags *flags);
118 void *mem = MmapOrDie(sizeof(DD), "deadlock detector"); in Create()
119 return new(mem) DD(flags); in Create()
122 DD::DD(const DDFlags *flags) : flags(*flags) { free_id.reserve(1024); } in DD() function in __sanitizer::DD
124 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread()
130 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread()
135 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread()
143 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
148 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c29 DD real = {.ld = __gcc_qsub(ac, bd)}; in __multc3()
30 DD imag = {.ld = __gcc_qadd(ad, bc)}; in __multc3()
35 DD aDD = {.ld = a}; in __multc3()
36 DD bDD = {.ld = b}; in __multc3()
37 DD cDD = {.ld = c}; in __multc3()
38 DD dDD = {.ld = d}; in __multc3()
57 DD acDD = {.ld = ac}; in __multc3()
58 DD bdDD = {.ld = bd}; in __multc3()
59 DD adDD = {.ld = ad}; in __multc3()
60 DD bcDD = {.ld = bc}; in __multc3()
H A Ddivtc3.c25 DD cDD = {.ld = c}; in __divtc3()
26 DD dDD = {.ld = d}; in __divtc3()
49 DD real = {.ld = __gcc_qdiv(realNumerator, denom)}; in __divtc3()
50 DD imag = {.ld = __gcc_qdiv(imagNumerator, denom)}; in __divtc3()
58 DD aDD = {.ld = a}; in __divtc3()
59 DD bDD = {.ld = b}; in __divtc3()
60 DD rDD = {.ld = denom}; in __divtc3()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h148 DelayedDiagnostic DD; in makeAccess() local
149 DD.Kind = Access; in makeAccess()
150 DD.Triggered = false; in makeAccess()
151 DD.Loc = Loc; in makeAccess()
152 new (&DD.getAccessData()) AccessedEntity(Entity); in makeAccess()
153 return DD; in makeAccess()
160 DelayedDiagnostic DD; in makeForbiddenType() local
161 DD.Kind = ForbiddenType; in makeForbiddenType()
162 DD.Triggered = false; in makeForbiddenType()
163 DD.Loc = loc; in makeForbiddenType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp53 static bool AddLinkageNamesToDeclCallOriginsForTuning(const DwarfDebug *DD) { in AddLinkageNamesToDeclCallOriginsForTuning() argument
54 bool EnabledByDefault = DD->tuneForSCE(); in AddLinkageNamesToDeclCallOriginsForTuning()
85 if ((Skeleton || !DD->useSplitDwarf()) && Label) in addLabelAddress()
86 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress()
89 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress()
93 DD->useAddrOffsetForm() || DD->useAddrOffsetExpressions(); in addLabelAddress()
97 Base = DD->getSectionLabel(&Label->getSection()); in addLabelAddress()
100 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress()
102 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress()
110 assert(DD->getDwarfVersion() >= 5 && in addLabelAddress()
[all …]
H A DDwarfUnit.cpp86 : DIEUnit(UnitTag), UniqueID(UniqueID), CUNode(Node), Asm(A), DD(DW), in DwarfUnit()
121 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound()
126 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound()
135 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound()
146 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound()
164 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound()
172 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound()
189 if (isDwoUnit() && !DD->shareAcrossDWOCUs()) in isShareableAcrossCUs()
193 !DD->generateTypeUnits(); in isShareableAcrossCUs()
215 if (DD->getDwarfVersion() >= 4) in addFlag()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh95 log_must $DD if=/dev/random of=$SRC_FILE bs=$BS count=$CNT
136 log_must $DD if=$SRC_FILE of=$obj bs=$BS count=$CNT
148 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
151 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
161 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
H A Dzfs_rename_006_pos.ksh67 log_must eval "$DD if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1"
79 log_must eval "$DD if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp284 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock() argument
289 mangleName(GlobalDecl(DD, DT), Out); in mangleDtorBlock()
310 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(DC)) in mangleBlock() local
311 mangleDtorBlock(DD, /*DT*/ Dtor_Complete, BD, Out); in mangleBlock()
507 } else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) { in getAllManglings() local
508 Manglings.emplace_back(getMangledStructor(DD, Dtor_Base)); in getAllManglings()
510 Manglings.emplace_back(getMangledStructor(DD, Dtor_Complete)); in getAllManglings()
511 if (DD->isVirtual()) in getAllManglings()
512 Manglings.emplace_back(getMangledStructor(DD, Dtor_Deleting)); in getAllManglings()
570 else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) in getMangledStructor() local
[all …]
H A DCXXABI.h64 TypedefNameDecl *DD) = 0;
70 DeclaratorDecl *DD) = 0;
H A DItaniumCXXABI.cpp166 if (auto *DD = dyn_cast<DecompositionDecl>(VD)) { in getManglingNumber() local
167 DecompositionDeclName Name{DD->bindings()}; in getManglingNumber()
269 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl() argument
276 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp295 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) in BuildAppleKextVirtualCall() local
296 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD); in BuildAppleKextVirtualCall()
305 const CXXDestructorDecl *DD, in BuildAppleKextVirtualDestructorCall() argument
308 assert(DD->isVirtual() && Type != Dtor_Base); in BuildAppleKextVirtualDestructorCall()
311 GlobalDecl(DD, Dtor_Complete)); in BuildAppleKextVirtualDestructorCall()
313 return ::BuildAppleKextVirtualCall(*this, GlobalDecl(DD, Type), Ty, RD); in BuildAppleKextVirtualDestructorCall()
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-cardhu-a04.dts47 gpio = <&gpio TEGRA_GPIO(DD, 6) GPIO_ACTIVE_HIGH>;
58 gpio = <&gpio TEGRA_GPIO(DD, 4) GPIO_ACTIVE_HIGH>;
80 gpio = <&gpio TEGRA_GPIO(DD, 2) GPIO_ACTIVE_HIGH>;
91 gpio = <&gpio TEGRA_GPIO(DD, 0) GPIO_ACTIVE_HIGH>;
/freebsd/tests/sys/cddl/zfs/tests/migration/
H A Dmigration_007_pos.ksh68 prepare $DNAME "$DD if=$BNAME obs=128k of=$TESTDIR/dd${TESTCASE_ID}.dd"
71 migrate $TESTDIR $SUMA $SUMB "$DD if=$TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
H A Dmigration_008_pos.ksh68 prepare $DNAME "$DD if=$BNAME obs=128k of=$TESTDIR/dd${TESTCASE_ID}.dd"
71 migrate $NONZFS_TESTDIR $SUMA $SUMB "$DD if=$TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
H A Dmigration_009_pos.ksh68 prepare $DNAME "$DD if=$BNAME obs=128k of=$NONZFS_TESTDIR/dd${TESTCASE_ID}.dd"
71 migrate $TESTDIR $SUMA $SUMB "$DD if=$NONZFS_TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h155 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange() local
156 if (DD->getOuterLocStart() != DD->getInnerLocStart()) in getSourceRange()
157 return DD->getSourceRange(); in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp370 void VisitDeclaratorDecl(DeclaratorDecl *DD);
388 void VisitDecompositionDecl(DecompositionDecl *DD);
549 if (auto *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit() local
550 if (auto *TInfo = DD->getTypeSourceInfo()) in Visit()
912 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { in VisitDeclaratorDecl() argument
913 VisitValueDecl(DD); in VisitDeclaratorDecl()
914 DD->setInnerLocStart(readSourceLocation()); in VisitDeclaratorDecl()
919 DD->DeclInfo = Info; in VisitDeclaratorDecl()
922 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
1272 struct ObjCInterfaceDecl::DefinitionData &DD = D->data(); in MergeDefinitionData() local
[all …]
/freebsd/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_001_pos.ksh70 log_must $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
72 log_must $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
H A Ddevices_002_neg.ksh70 log_mustnot $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
72 log_mustnot $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
/freebsd/lib/libc/tests/gen/posix_spawn/
H A DMakefile23 DD=dd ${DD_NOSTATUS} macro
25 ${DD} if=/dev/zero of=h_zero bs=1k count=2
/freebsd/stand/powerpc/boot1.chrp/
H A DMakefile38 ${DD} if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
39 ${DD} if=${.CURDIR}/bootinfo.txt of=${.TARGET} seek=${BOOTINFO_OFFSET} \
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd.kshlib78 log_must $DD if=/dev/zero of=$file bs=1024k count=64
86 log_must $DD if=/dev/urandom of=$vdev bs=1024k count=64 conv=notrunc

12345678910>>...12