/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DelayedDiagnostic.cpp | 33 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 D | sanitizer_deadlock_detector1.cpp | 35 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 D | sanitizer_deadlock_detector2.cpp | 83 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 D | multc3.c | 29 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 D | divtc3.c | 25 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 D | DelayedDiagnostic.h | 148 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 D | DwarfCompileUnit.cpp | 53 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 D | DwarfUnit.cpp | 86 : 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 D | zfs_rename_007_pos.ksh | 95 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 D | zfs_rename_006_pos.ksh | 67 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 D | Mangle.cpp | 284 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 D | CXXABI.h | 64 TypedefNameDecl *DD) = 0; 70 DeclaratorDecl *DD) = 0;
|
H A D | ItaniumCXXABI.cpp | 166 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 D | CGCXX.cpp | 295 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 D | tegra30-cardhu-a04.dts | 47 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 D | migration_007_pos.ksh | 68 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 D | migration_008_pos.ksh | 68 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 D | migration_009_pos.ksh | 68 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 D | DeclFriend.h | 155 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 D | ASTReaderDecl.cpp | 370 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 D | devices_001_pos.ksh | 70 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 D | devices_002_neg.ksh | 70 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 D | Makefile | 23 DD=dd ${DD_NOSTATUS} macro 25 ${DD} if=/dev/zero of=h_zero bs=1k count=2
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | Makefile | 38 ${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 D | zfsd.kshlib | 78 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
|