Home
last modified time | relevance | path

Searched refs:CD (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dmakefile.vms25 $(CD) [.bfd]
27 $(CD) [-.opcodes]
29 $(CD) [-.libiberty]
31 $(CD) [-.binutils]
33 $(CD) [-.gas]
35 $(CD) [-]
47 $(CD) [.binutils]
49 $(CD) [-]
52 $(CD) [.binutils]
54 $(CD) [-]
[all …]
/openbsd-src/gnu/usr.bin/binutils/
H A Dmakefile.vms25 $(CD) [.bfd]
27 $(CD) [-.opcodes]
29 $(CD) [-.libiberty]
31 $(CD) [-.binutils]
33 $(CD) [-.gas]
35 $(CD) [-]
47 $(CD) [.binutils]
49 $(CD) [-]
52 $(CD) [.binutils]
54 $(CD) [-]
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp94 const auto MatchNameOnly = [](const CallDescription &CD, in matchesImpl()
98 return II == *CD.II; // Fast case. in matchesImpl()
104 return Name.getAsString() == CD.getFunctionName(); in matchesImpl()
109 const CallDescription &CD) -> bool { in matchesImpl() argument
110 const bool ArgsMatch = !CD.RequiredArgs || *CD.RequiredArgs == ArgCount; in matchesImpl()
112 !CD.RequiredParams || *CD.RequiredParams == ParamCount; in matchesImpl()
116 const auto MatchQualifiedNameParts = [](const CallDescription &CD, in matchesImpl()
125 auto QualifierPartsIt = CD.begin_qualified_name_parts(); in matchesImpl()
126 const auto QualifierPartsEndIt = CD.end_qualified_name_parts(); in matchesImpl()
159 for (const CallDescription &CD : List) in CallDescriptionSet() local
[all …]
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DREADME.hfs_boot3 It *may* be possible to make the hybrid CD bootable on a Mac. As I do not
4 have easy access to a CD-R (nor a Mac) at the moment, I have not actually
5 created and written a bootable hybrid to CD - however, I *think* it will work!
7 A bootable HFS CD requires an Apple CD-ROM (or compatible) driver, a bootable
10 A driver can be obtained from any other Mac bootable CD-ROM using the
15 suitable System Folder, again from another CD-ROM or disk.
26 first HFS partition it finds on the given CD-ROM and this is used for the
33 where CDROM_device is the device name used by the CD-ROM (e.g. /dev/cdrom)
37 HFS CD Label Block 512 bytes
45 a Mac CD. hdisk.pl is part of hfsutils.
[all …]
H A DREADME.mkhybrid2 mkhybrid v1.12b5.1 - make ISO9660/HFS shared hybrid CD volume
30 hybrid CDROM images. You will have to use some other CD-R package to write
31 the image to a CD.
52 To create a HFS hybrid CD with the Joliet and Rock Ridge extensions or
57 To create a HFS hybrid CD from the source directory cd_dir that contains
62 To create a HFS hybrid CD from the source directory cd_dir, giving all files
68 To create a CD with the 'Apple Extensions to ISO9660', from the source
75 The following example puts different files on the CD that all have
77 ISO9660/RockRidge Joliet or HFS CD.
85 CD along with the three README files - but only one will be seen from
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp215 ClassData CD; in run() local
217 CD.ASTClassLocations = in run()
219 CD.ASTClassRanges = in run()
221 CD.TypeSourceInfos = in run()
223 CD.TypeLocs = CaptureMethods("class clang::TypeLoc", ASTClass, Result); in run()
224 CD.NestedNameLocs = in run()
226 CD.DeclNameInfos = in run()
230 CD.DeclNameInfos.insert(CD.DeclNameInfos.end(), DI.begin(), DI.end()); in run()
264 CD.TemplateParms.push_back(TParam->getName().str()); in run()
269 ClassEntries[ClassName] = CD; in run()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMangle.cpp271 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock() argument
276 mangleName(GlobalDecl(CD, CT), Out); in mangleCtorBlock()
305 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in mangleBlock() local
306 mangleCtorBlock(CD, /*CT*/ Ctor_Complete, BD, Out); in mangleBlock()
371 } else if (const auto *CD = in mangleObjCMethodName() local
373 OS << CD->getName(); in mangleObjCMethodName()
493 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) { in getAllManglings() local
494 Manglings.emplace_back(getMangledStructor(CD, Ctor_Base)); in getAllManglings()
497 if (!CD->getParent()->isAbstract()) in getAllManglings()
498 Manglings.emplace_back(getMangledStructor(CD, Ctor_Complete)); in getAllManglings()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp198 const CFGDeadness &CD);
204 CFGDeadness CD; in run() local
205 CD.processFunction(F, DT); in run()
206 Verify(F, DT, CD); in run()
221 CFGDeadness CD; in runOnFunction() local
222 CD.processFunction(F, DT); in runOnFunction()
223 Verify(F, DT, CD); in runOnFunction()
455 const CFGDeadness &CD; member in __anon3f3b4b710311::GCPtrTracker
467 const CFGDeadness &CD);
470 return CD.hasLiveIncomingEdge(PN, InBB); in hasLiveIncomingEdge()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dmakefile.vms-in77 $(CD) [-.bfd]
79 $(CD) [-.binutils]
82 $(CD) [-.libiberty]
84 $(CD) [-.binutils]
87 $(CD) [-.opcodes]
89 $(CD) [-.binutils]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dmakefile.vms-in77 $(CD) [-.bfd]
79 $(CD) [-.binutils]
82 $(CD) [-.libiberty]
84 $(CD) [-.binutils]
87 $(CD) [-.opcodes]
89 $(CD) [-.binutils]
/openbsd-src/distrib/notes/amd64/
H A Dinstall5 should your computer support it, is to boot off the OpenBSD CD-ROM,
6 USB key, or off one of the bootable CD-ROM mini images. Otherwise, you
13 If you are using CD-ROM, USB key or floppy media, ensure the media is
18 correct installation media (floppy, CD, USB key or network/PXE) rather
27 CD-ROM drive, or across a network, most likely more than a minute.
49 OpenBSDInstallPart6({:-CD-ROM, -:})
H A Dcontents26 cdbr First-stage CD bootstrap (boot sector), which loads
31 cdboot Second-stage CD bootstrap loader for non-emulation
32 OpenBSD El Torito CD-ROMs. It processes boot.conf
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dloc_as.t49 ok($objAs->lt("\x{9A3}$t", "\x{9A4}\x{9CD}\x{200D}"));
50 ok($objAs->lt("\x{9A4}\x{9CD}\x{200D}$t", "\x{9A4}"));
56 ok($objAs->lt("\x{9B9}$t", "\x{995}\x{9CD}\x{9B7}"));
57 ok($objAs->lt("\x{995}\x{9CD}\x{9B7}$t", "\x{9BD}"));
64 ok($objAs->eq("\x{9A4}\x{9CD}\x{200D}", "\x{9CE}"));
/openbsd-src/distrib/notes/i386/
H A Dinstall5 should your computer support it, is to boot off an OpenBSD CD-ROM,
6 USB key, or off one of the bootable CD-ROM mini images. Otherwise, you
13 If you are using CD-ROM, USB key or floppy media, ensure the media is
18 correct installation media (floppy, CD, USB key or network/PXE) rather
27 CD-ROM drive, or across a network, most likely more than a minute.
50 OpenBSDInstallPart6({:-CD-ROM, -:})
H A Dcontents26 cdbr First-stage CD bootstrap (boot sector), which loads
31 cdboot Second-stage CD bootstrap loader for non-emulation
32 OpenBSD El Torito CD-ROMs. It processes boot.conf
/openbsd-src/usr.bin/file/magdir/
H A Dcddb4 # CDDB: file(1) magic for CDDB(tm) format CD text data files
9 # CDDB-enabled CD player applications.
12 0 search/1/w #\040xmcd CDDB(tm) format CD text data
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp62 CoverageData CD = CM.getCoverageForFunction(Function); in get() local
63 for (const auto &LCS : getLineCoverageStats(CD)) { in get()
73 sumBranches(NumBranches, CoveredBranches, CD.getBranches()); in get()
74 sumBranchExpansions(NumBranches, CoveredBranches, CM, CD.getExpansions()); in get()
/openbsd-src/distrib/notes/alpha/
H A Dinstall5 to boot from the bootable CD-ROM mini image, then install from your favorite
8 Booting from CD-ROM installation media:
12 to find the device ID of your CD-ROM drive (the device ID is
14 with DKA for a SCSI CD-ROM drive). If your drive shows up with
16 (unless it is DKA0). For example, if your CD-ROM drive is listed
20 Insert the OpenBSD/MACHINE CD-ROM and enter
112 Installing using the CD-ROM or Network procedure:
119 from a slow network connection or a CD-ROM, most likely more than
132 OpenBSDInstallPart6({:-CD-ROM, -:})
H A Dxfer4 CD-ROM
8 If you can burn the bootable CD-ROM mini image, you can boot from it.
12 If you do not have a CD-ROM drive on your alpha:
/openbsd-src/distrib/notes/hppa/
H A Dinstall6 from either the network or a CD-ROM.
9 Booting from CD-ROM installation media:
11 To boot from SCSI CD-ROM, simply insert the CD into the drive before power
23 P0 SESCSI.2.0 TOSHIBA CD-ROM XM-6201TA
29 To boot from your CD-ROM type:
111 a slow network connection or a CD-ROM, most likely more than a minute.
133 OpenBSDInstallPart6({:-CD-ROM, -:})
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DUsedDeclVisitor.h110 if (auto *CD = dyn_cast<CapturedDecl>(D)) { in visitUsedDecl() local
111 if (auto *S = CD->getBody()) { in visitUsedDecl()
114 } else if (auto *CD = dyn_cast<BlockDecl>(D)) { in visitUsedDecl() local
115 if (auto *S = CD->getBody()) { in visitUsedDecl()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp92 if (const auto *CD = in checkBind() local
94 if (CD->isImplicit()) { in checkBind()
95 for (auto *I : CD->inits()) { in checkBind()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.cpp351 auto *CD = dyn_cast<CXXConstructorDecl>(DiagDecl); in CheckCallable() local
352 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
353 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable()
355 DiagDecl = CD = Inherited; in CheckCallable()
361 if (CD && CD->isInheritingConstructor()) in CheckCallable()
363 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
366 << DiagDecl->isConstexpr() << (bool)CD << DiagDecl; in CheckCallable()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp92 void VisitObjCContainerDecl(const ObjCContainerDecl *CD,
391 if (auto *CD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) in getCategoryContext() local
392 return CD; in getCategoryContext()
411 auto *CD = getCategoryContext(D); in VisitObjCMethodDecl() local
412 VisitObjCContainerDecl(ID, CD); in VisitObjCMethodDecl()
432 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local
433 const ObjCInterfaceDecl *ID = CD->getClassInterface(); in VisitObjCContainerDecl()
444 if (CD->IsClassExtension()) { in VisitObjCContainerDecl()
446 GenLoc(CD, /*IncludeOffset=*/true); in VisitObjCContainerDecl()
449 GenObjCCategory(ID->getName(), CD->getName(), in VisitObjCContainerDecl()
[all …]
/openbsd-src/games/hack/
H A Dhack.termcap.c75 char *CD; /* tested in pri.c: docorner() */ variable
136 CD = tgetstr("cd", &tbufptr); in startup()
319 if(CD) in cl_eos()
320 xputs(CD); in cl_eos()

12345678910>>...14