HomeSort by relevance Sort by last modified time
    Searched refs:Begin (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/e2fsprogs/
.missing-copyright 3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
  /external/llvm/lib/MC/
MCModule.cpp 16 uint64_t Begin, uint64_t End) {
17 assert(Begin < End && "Creating MCAtom with endpoints reversed?");
20 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Begin);
24 MCAtom *NewAtom = new MCAtom(Type, this, Begin, End);
26 OffsetMap.insert(Begin, End, NewAtom);
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin);
42 Atom->Begin = NewBegin;
MCAtom.cpp 22 Parent->remap(this, Begin, End+Size);
29 Parent->remap(this, Begin, End+1);
35 assert((SplitPt > Begin && SplitPt <= End) &&
38 // Compute the new begin/end points.
39 uint64_t LeftBegin = Begin;
53 std::vector<MCData>::iterator I = Data.begin() + (RightBegin - LeftBegin);
60 std::vector<std::pair<uint64_t, MCInst> >::iterator I = Text.begin();
77 assert((TruncPt >= Begin && TruncPt < End) &&
80 Parent->remap(this, Begin, TruncPt);
83 Data.resize(TruncPt - Begin + 1)
    [all...]
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 54 T *Begin, *End, *Capacity;
58 : Begin(NULL), End(NULL), Capacity(NULL) {
65 destroy_range(Begin, End);
84 iterator begin() { return Begin; } function in class:clang::BumpVector
85 const_iterator begin() const { return Begin; } function in class:clang::BumpVector
92 reverse_iterator rend() { return reverse_iterator(begin()); }
93 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
95 bool empty() const { return Begin == End;
    [all...]
  /external/llvm/lib/CodeGen/
AllocationOrder.h 26 const unsigned *Begin;
51 Pos = Begin;
AllocationOrder.cpp 28 : Begin(0), End(0), Pos(0), RCI(RegClassInfo), OwnedBegin(false) {
53 Begin = P;
66 Begin = O.begin();
78 delete [] Begin;
MachineLoopInfo.cpp 55 MachineFunction::iterator Begin = TopMBB->getParent()->begin();
56 if (TopMBB != Begin) {
60 if (TopMBB == Begin) break;
CodePlacementOpt.cpp 57 MachineFunction::iterator Begin,
128 /// Splice - Move the sequence of instructions [Begin,End) to just before
135 MachineFunction::iterator Begin,
137 assert(Begin != MF.begin() && End != MF.begin() && InsertPt != MF.begin() &&
139 MachineFunction::iterator OldBeginPrior = prior(Begin);
142 MF.splice(InsertPt, Begin, End);
144 prior(Begin)->updateTerminator()
    [all...]
AntiDepBreaker.h 46 MachineBasicBlock::iterator Begin,
CriticalAntiDepBreaker.h 83 MachineBasicBlock::iterator Begin,
  /external/clang/include/clang/AST/
ASTVector.h 56 T *Begin, *End, *Capacity;
63 : Begin(NULL), End(NULL), Capacity(NULL) {
70 destroy_range(Begin, End);
89 iterator begin() { return Begin; } function in class:clang::ASTVector
90 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
97 reverse_iterator rend() { return reverse_iterator(begin()); }
98 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
100 bool empty() const { return Begin == End;
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 59 const SourceLocation Begin = FullExpr->getSourceRange().getBegin();
98 S, Begin, VK_LValue);
109 CharSourceRange::getTokenRange(Begin, Begin)));
112 Hints.push_back(FixItHint::CreateInsertion(Begin, "*("));
115 Hints.push_back(FixItHint::CreateInsertion(Begin, "*"));
136 S, Begin, VK_RValue);
143 CharSourceRange::getTokenRange(Begin, Begin)));
146 Hints.push_back(FixItHint::CreateInsertion(Begin, "&("))
    [all...]
  /external/chromium/app/sql/
transaction.h 17 // Creates the scoped transaction object. You MUST call Begin() to begin the
29 // database is accessed, not in the begin transaction command.
33 bool Begin();
transaction_unittest.cc 47 EXPECT_TRUE(t.Begin());
65 EXPECT_TRUE(t.Begin());
77 EXPECT_TRUE(t2.Begin());
94 EXPECT_TRUE(outer.Begin());
100 EXPECT_TRUE(inner1.Begin());
114 EXPECT_TRUE(inner2.Begin());
122 // A third inner one will fail in Begin since one has already been rolled
127 EXPECT_FALSE(inner3.Begin());
transaction.cc 22 bool Transaction::Begin() {
34 << "Did you remember to call Begin() and check its return?";
44 << "Did you remember to call Begin() and check its return?";
  /external/llvm/include/llvm/MC/
MCAtom.h 39 uint64_t Begin, End;
46 : Type(T), Parent(P), Begin(B), End(E) { }
MCModule.h 52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
MCWin64EH.h 64 MCWin64EHUnwindInfo() : Begin(0), End(0), ExceptionHandler(0),
69 MCSymbol *Begin;
  /external/llvm/lib/VMCore/
User.cpp 46 Use *Begin = static_cast<Use*>(::operator new(size));
47 Use *End = Begin + N;
49 return Use::initTags(Begin, End);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 67 const MCSymbol *Begin;
87 : Begin(0), End(0), Variable(0), Merged(false),
91 : Begin(B), End(E), Loc(L), Variable(V), Merged(false),
94 : Begin(B), End(E), Variable(0), Merged(false),
97 : Begin(B), End(E), Variable(0), Merged(false),
100 : Begin(B), End(E), Variable(0), Merged(false),
105 bool isEmpty() { return Begin == 0 && End == 0; }
108 if (!(Begin && Loc == Next->Loc && End == Next->Begin))
110 Next->Begin = Begin
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 87 I = PoolVars.begin(), E = PoolVars.end(); I != E; ++I) {
95 scpI = info.Scopes.begin(),
98 clearRefsIn(*scope.Begin, info.Refs);
100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
119 scpI = info.Scopes.begin(),
122 clearUnavailableDiags(*scope.Begin);
126 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
141 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
150 scpI = info.Scopes.begin(),
154 relI = scope.Releases.begin(),
    [all...]
TransformActions.cpp 65 FullSourceLoc Begin, End;
71 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
74 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
77 assert(Begin.isValid() && End.isValid());
81 if (End.isBeforeInTranslationUnitThan(RHS.Begin))
83 if (RHS.End.isBeforeInTranslationUnitThan(Begin))
85 if (!Begin.isBeforeInTranslationUnitThan(RHS.Begin) &&
88 if (Begin.isBeforeInTranslationUnitThan(RHS.Begin) &
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 63 BasicBlock* switchConvert(CaseItr Begin, CaseItr End, Value* Val,
97 for (Function::iterator I = F.begin(), E = F.end(); I != E; ) {
118 for (LowerSwitch::CaseVector::const_iterator B = C.begin(),
130 BasicBlock* LowerSwitch::switchConvert(CaseItr Begin, CaseItr End,
134 unsigned Size = End - Begin;
137 return newLeafBlock(*Begin, Val, OrigBlock, Default);
140 std::vector<CaseRange> LHS(Begin, Begin + Mid);
142 std::vector<CaseRange> RHS(Begin + Mid, End);
145 CaseRange& Pivot = *(Begin + Mid)
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 162 for (DirectiveList::iterator I = L->begin(), E = L->end(); I != E; ++I)
171 ParseHelper(const char *Begin, const char *End)
172 : Begin(Begin), End(End), C(Begin), P(Begin), PEnd(NULL) { }
200 // When true, P marks begin-position of S in content.
202 P = std::search(C, End, S.begin(), S.end());
225 const char * const Begin; // beginning of expected content
290 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
    [all...]
  /external/chromium/chrome/browser/history/
archived_database.cc 46 if (!transaction.Begin()) {

Completed in 732 milliseconds

1 2 3 4 5