| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 35 static Expected<SmallVector<transformer::Edit, 1>> 37 SmallVector<transformer::Edit, 1> Edits; in translateEdits() 52 return SmallVector<Edit, 0>(); in translateEdits() 59 transformer::Edit T; in translateEdits() 75 EditGenerator transformer::edit(ASTEdit Edit) { in edit() argument 76 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit() 77 return translateEdits(Result, {Edit}); in edit() 83 -> Expected<SmallVector<transformer::Edit, 1>> { in noopEdit() 91 Edit E; in noopEdit() 95 return SmallVector<Edit, 1>{E}; in noopEdit() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 378 Edit = &LRE; in reset() 393 Edit->anyRematerializable(nullptr); in reset() 437 auto &PS = getSubRangeForMask(S.LaneMask, Edit->getParent()); in addDeadDef() 472 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 473 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() 516 addDeadDef(LIS.getInterval(Edit->get(RegIdx)), VNI, false); in forceRecompute() 563 LiveInterval &DestLI = LIS.getInterval(Edit->get(RegIdx)); in buildCopy() 591 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() 598 unsigned Original = VRM.getOriginal(Edit->get(RegIdx)); in defFromParent() 607 if (Edit->canRematerializeAt(RM, OrigVNI, UseIdx, true)) { in defFromParent() [all …]
|
| H A D | InlineSpiller.cpp | 173 LiveRangeEdit *Edit; member in __anonf47227990111::InlineSpiller 288 Register Reg = Edit->getReg(); in isSnippet() 333 Register Reg = Edit->getReg(); in collectRegsToSpill() 606 if (!Edit->canRematerializeAt(RM, OrigVNI, UseIdx, false)) { in reMaterializeFor() 624 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor() 638 Register NewVReg = Edit->createFrom(Original); in reMaterializeFor() 642 Edit->rematerializeAt(*MI.getParent(), MI, NewVReg, RM, TRI); in reMaterializeFor() 670 if (!Edit->anyRematerializable(AA)) in reMaterializeAll() 719 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill, AA); in reMaterializeAll() 730 Edit->eraseVirtReg(Reg); in reMaterializeAll() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
| H A D | driver.cpp | 108 StringRef Edit, in ApplyOneQAOverride() argument 112 if (Edit[0] == '^') { in ApplyOneQAOverride() 114 GetStableCStr(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride() 117 } else if (Edit[0] == '+') { in ApplyOneQAOverride() 119 GetStableCStr(SavedStrings, Edit.substr(1)); in ApplyOneQAOverride() 122 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.endswith("/") && in ApplyOneQAOverride() 123 Edit.slice(2, Edit.size()-1).find('/') != StringRef::npos) { in ApplyOneQAOverride() 124 StringRef MatchPattern = Edit.substr(2).split('/').first; in ApplyOneQAOverride() 125 StringRef ReplPattern = Edit.substr(2).split('/').second; in ApplyOneQAOverride() 139 } else if (Edit[0] == 'x' || Edit[0] == 'X') { in ApplyOneQAOverride() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 45 struct Edit { struct 62 using EditGenerator = MatchConsumer<llvm::SmallVector<Edit, 1>>; argument 237 inline ASTEdit withMetadata(ASTEdit Edit, Callable Metadata) { in withMetadata() argument 238 Edit.Metadata = in withMetadata() 244 return Edit; in withMetadata() 305 ASTEdit Edit, 307 return makeRule(std::move(M), edit(std::move(Edit)), std::move(Explanation)); 405 llvm::Expected<SmallVector<Edit, 1>> 409 llvm::Expected<SmallVector<Edit, 1>> 413 llvm::Expected<SmallVector<Edit, 1>> [all …]
|
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | Installation | 14 Edit (or create) the bootptab: 18 Edit /etc/services to add these two lines: 22 Edit /etc/inetd.conf to add the line:
|
| H A D | README | 40 4) Edit the bootptab. It has some explanitory comments, and there 55 Edit the bootptab. The man page and the comments in the file should 60 Edit your /etc/rc.local or /etc/inetd.conf file to start up bootpd upon
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/ |
| H A D | Commit.cpp | 24 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation() 31 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() 36 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange() 187 Edit data; in addInsert() 202 Edit data; in addInsertFromRange() 217 Edit data; in addRemove()
|
| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/ |
| H A D | !Edit | 1 | $NetBSD: !Edit,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $ 3 | !Edit file for !BtNetBSD application
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
| H A D | Commit.h | 37 struct Edit { struct 58 SmallVector<Edit, 8> CachedEdits; argument 119 using edit_iterator = SmallVectorImpl<Edit>::const_iterator;
|
| /netbsd-src/external/bsd/file/dist/ |
| H A D | RELEASE-PROCEDURE | 18 - Click on "Edit" next to the HEAD version 24 click on "Add and Edit Version"
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/ |
| H A D | main.m | 28 [menu addItemWithTitle: @"Edit" 75 [menu setSubmenu: edit forItem: [menu itemWithTitle: @"Edit"]];
|
| /netbsd-src/external/apache2/llvm/lib/libclangEdit/ |
| H A D | Makefile | 7 .PATH: ${CLANG_SRCDIR}/lib/Edit
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Edit/ |
| H A D | BUILD.gn | 1 static_library("Edit") {
|
| /netbsd-src/sys/arch/amiga/conf/ |
| H A D | _READ_ME_FIRST_ | 4 Edit GENERIC.in instead, then "make all"!
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | INSTALL | 27 Edit config.h. The stuff I expect you to change is down a bit from the 59 Edit your /usr/lib/crontab file into little pieces -- see the CONVERSION file 81 Edit your /etc/rc or /etc/rc.local, looking for the line that starts up
|
| H A D | README | 50 Edit config.h 51 Edit Makefile
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | qttest2_de.ts | 9 <source>Edit</source>
|
| /netbsd-src/distrib/acorn32/stand/ |
| H A D | Makefile | 43 SETTYPE_FILES=!BtNetBSD/!Boot !BtNetBSD/!Edit !BtNetBSD/!Help !BtNetBSD/!Run 48 SETTYPE_FILE_!BtNetBSD/!Edit=feb
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Frontend/Rewrite/ |
| H A D | BUILD.gn | 7 "//clang/lib/Edit",
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ |
| H A D | CMakeLists.txt | 12 add_subdirectory(Edit)
|
| /netbsd-src/games/hunt/ |
| H A D | README | 48 1. Edit file "Makefile" and make sure the options selected are 74 emulation library that is in -lbsd. Edit these only if 77 2. Edit file "Makefile" and look at the "install:" target. By 82 3. Edit file "pathname.c" and make sure the file names and port
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Interpreter/ |
| H A D | BUILD.gn | 10 "//clang/lib/Edit",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/ARCMigrate/ |
| H A D | BUILD.gn | 8 "//clang/lib/Edit",
|
| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/Docs/ |
| H A D | Files | 10 !Edit - Edits the `fastboot' file
|