Searched refs:Edit (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/lib/clang/libclangedit/
H A DMakefile7 SRCDIR= tools/clang/lib/Edit
/freebsd-10.1-release/contrib/llvm/tools/clang/tools/driver/
H A Ddriver.cpp93 /// \param Edit - The override command to perform.
97 StringRef Edit,
101 if (Edit[0] == '^') {
103 SaveStringInSet(SavedStrings, Edit.substr(1));
106 } else if (Edit[0] == '+') {
108 SaveStringInSet(SavedStrings, Edit.substr(1));
111 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.endswith("/") &&
112 Edit
95 ApplyOneQAOverride(raw_ostream &OS, SmallVectorImpl<const char*> &Args, StringRef Edit, std::set<std::string> &SavedStrings) argument
153 OS << "### Adding argument " << Edit << " at end\\n"; local
156 OS << "### Unrecognized edit: " << Edit << "\\n"; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.cpp336 Edit(0),
343 Edit = &LRE;
358 Edit->anyRematerializable(0);
379 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI");
380 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
425 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
438 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
446 if (Edit->canRematerializeAt(RM, UseIdx, true)) {
447 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late);
452 .addReg(Edit
[all...]
H A DInlineSpiller.cpp72 LiveRangeEdit *Edit; member in class:__anon2246::InlineSpiller
224 /// Edit->getReg().
226 unsigned Reg = Edit->getReg();
269 unsigned Reg = Edit->getReg();
634 if (Edit->getReg() == Original)
658 if (DefMI && Edit->checkRematerializable(VNI, DefMI, AA)) {
859 if (!Edit->canRematerializeAt(RM, UseIdx, false)) {
880 Edit->markRematerialized(RM.ParentVNI);
886 unsigned NewVReg = Edit->createFrom(Original);
889 SlotIndex DefIdx = Edit
[all...]
H A DSplitKit.h200 /// SplitEditor - Edit machine code and LiveIntervals for live range
251 /// Edit - The current parent register and new intervals created.
252 LiveRangeEdit *Edit; member in class:llvm::SplitEditor
254 /// Index into Edit of the currently open interval.
269 /// Edit.get(RegAssign.lookup(Idx)) is the register that should be live at
279 /// 1. No entry - the value is not mapped to Edit.get(RegIdx).
281 /// Edit.get(RegIdx). Each value is represented by a minimal live range at
344 /// rewriteAssigned - Rewrite all uses of Edit.getReg() to assigned registers.
417 /// @param LRMap When not null, this vector will map each live range in Edit
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h13 #include "clang/Edit/FileOffset.h"
33 struct Edit { struct in class:clang::edit::Commit
55 SmallVector<Edit, 8> CachedEdits;
110 typedef SmallVectorImpl<Edit>::const_iterator edit_iterator;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp10 #include "clang/Edit/Commit.h"
12 #include "clang/Edit/EditedSource.h"
19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {
26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const {
31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const {
184 Edit data;
199 Edit data;
214 Edit data;
284 Edit &act = CachedEdits[i];
H A DEditedSource.cpp10 #include "clang/Edit/EditedSource.h"
13 #include "clang/Edit/Commit.h"
14 #include "clang/Edit/EditsReceiver.h"
226 const edit::Commit::Edit &edit = *I;
/freebsd-10.1-release/sys/dev/ixgb/
H A DREADME81 Edit /boot/loader.conf, and add the following line:
89 Edit /etc/rc.conf, and create the appropriate ifconfig_ixgb<interface_num>
126 Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in
/freebsd-10.1-release/usr.sbin/cron/doc/
H A DINSTALL23 Edit config.h. The stuff I expect you to change is down a bit from the
55 Edit your /usr/lib/crontab file into little pieces -- see the CONVERSION file
77 Edit your /etc/rc or /etc/rc.local, looking for the line that starts up
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp21 #include "clang/Edit/Commit.h"
22 #include "clang/Edit/Rewriters.h"
1970 const edit::Commit::Edit &Edit = *I; local
1971 switch (Edit.Kind) {
1973 Builder.AddFixItHint(FixItHint::CreateInsertion(Edit.OrigLoc,
1974 Edit.Text,
1975 Edit.BeforePrev));
1979 FixItHint::CreateInsertionFromRange(Edit.OrigLoc,
1980 Edit
[all...]
/freebsd-10.1-release/usr.bin/calendar/calendars/hu_HU.ISO8859-2/
H A Dcalendar.nevnapok278 09/16 Edit

Completed in 95 milliseconds