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

/external/clang/tools/driver/
H A Ddriver.cpp89 /// \param Edit - The override command to perform.
93 StringRef Edit,
97 if (Edit[0] == '^') {
99 SaveStringInSet(SavedStrings, Edit.substr(1));
102 } else if (Edit[0] == '+') {
104 SaveStringInSet(SavedStrings, Edit.substr(1));
107 } else if (Edit[0] == 's' && Edit[1] == '/' && Edit.endswith("/") &&
108 Edit
91 ApplyOneQAOverride(raw_ostream &OS, SmallVectorImpl<const char*> &Args, StringRef Edit, std::set<std::string> &SavedStrings) argument
149 OS << "### Adding argument " << Edit << " at end\\n"; local
152 OS << "### Unrecognized edit: " << Edit << "\\n"; local
[all...]
/external/clang/lib/
H A DMakefile12 StaticAnalyzer Edit Rewrite ARCMigrate Serialization Frontend \
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp334 Edit(0),
341 Edit = &LRE;
356 Edit->anyRematerializable(0);
377 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI");
378 LiveInterval *LI = Edit->get(RegIdx);
423 Edit->get(RegIdx)->addRange(LiveRange(Def, Def.getDeadSlot(), VNI));
435 LiveInterval *LI = Edit->get(RegIdx);
443 if (Edit->canRematerializeAt(RM, UseIdx, true)) {
444 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late);
449 .addReg(Edit
[all...]
H A DInlineSpiller.cpp68 LiveRangeEdit *Edit; member in class:__anon8665::InlineSpiller
221 /// Edit->getReg().
223 unsigned Reg = Edit->getReg();
266 unsigned Reg = Edit->getReg();
632 if (Edit->getReg() == Original)
656 if (DefMI && Edit->checkRematerializable(VNI, DefMI, AA)) {
857 if (!Edit->canRematerializeAt(RM, UseIdx, false)) {
878 Edit->markRematerialized(RM.ParentVNI);
884 LiveInterval &NewLI = Edit->createFrom(Original);
888 SlotIndex DefIdx = Edit
[all...]
H A DSplitKit.h199 /// SplitEditor - Edit machine code and LiveIntervals for live range
249 /// Edit - The current parent register and new intervals created.
250 LiveRangeEdit *Edit; member in class:llvm::SplitEditor
252 /// Index into Edit of the currently open interval.
267 /// Edit.get(RegAssign.lookup(Idx)) is the register that should be live at
277 /// 1. No entry - the value is not mapped to Edit.get(RegIdx).
279 /// Edit.get(RegIdx). Each value is represented by a minimal live range at
342 /// rewriteAssigned - Rewrite all uses of Edit.getReg() to assigned registers.
415 /// @param LRMap When not null, this vector will map each live range in Edit
/external/clang/
H A DAndroid.mk13 lib/Edit \
/external/clang/include/clang/Edit/
H A DCommit.h13 #include "clang/Edit/FileOffset.h"
32 struct Edit { struct in class:clang::edit::Commit
53 SmallVector<Edit, 8> CachedEdits;
106 typedef SmallVector<Edit, 8>::const_iterator edit_iterator;
/external/clang/lib/Edit/
H A DCommit.cpp10 #include "clang/Edit/Commit.h"
11 #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 {
182 Edit data;
197 Edit data;
212 Edit data;
282 Edit &act = CachedEdits[i];
H A DEditedSource.cpp10 #include "clang/Edit/EditedSource.h"
11 #include "clang/Edit/Commit.h"
12 #include "clang/Edit/EditsReceiver.h"
223 const edit::Commit::Edit &edit = *I;
/external/dropbear/debian/
H A Ddropbear.postinst31 Dropbear will not start by default. Edit this file to change this behaviour.
/external/chromium/chrome/browser/autocomplete/
H A Dkeyword_provider_unittest.cc84 TEST_F(KeywordProviderTest, Edit) {
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec193 Edit table 6.16 on page 231: change the type of TEXTURE_INTERNAL_FORMAT
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp20 #include "clang/Edit/Rewriters.h"
21 #include "clang/Edit/Commit.h"
1847 const edit::Commit::Edit &Edit = *I; local
1848 switch (Edit.Kind) {
1850 Builder.AddFixItHint(FixItHint::CreateInsertion(Edit.OrigLoc,
1851 Edit.Text,
1852 Edit.BeforePrev));
1856 FixItHint::CreateInsertionFromRange(Edit.OrigLoc,
1857 Edit
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 393 milliseconds