Searched refs:Begin (Results 1 - 25 of 106) sorted by relevance

12345

/external/e2fsprogs/
H A D.missing-copyright3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
/external/llvm/lib/MC/
H A DMCModule.cpp16 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;
15 createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End) argument
H A DMCAtom.cpp22 Parent->remap(this, Begin, End+Size);
29 Parent->remap(this, Begin, End+1);
35 assert((SplitPt > Begin && SplitPt <= End) &&
39 uint64_t LeftBegin = Begin;
77 assert((TruncPt >= Begin && TruncPt < End) &&
80 Parent->remap(this, Begin, TruncPt);
83 Data.resize(TruncPt - Begin + 1);
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h54 T *Begin, *End, *Capacity; member in class:clang::BumpVector
58 : Begin(NULL), End(NULL), Capacity(NULL) {
65 destroy_range(Begin, End);
84 iterator begin() { return Begin; }
85 const_iterator begin() const { return Begin; }
95 bool empty() const { return Begin == End; }
96 size_type size() const { return End-Begin; }
99 assert(Begin + idx < End);
100 return Begin[idx];
103 assert(Begin
[all...]
/external/llvm/lib/CodeGen/
H A DAllocationOrder.h26 const unsigned *Begin; member in class:llvm::AllocationOrder
50 Pos = Begin;
H A DAllocationOrder.cpp28 : Begin(0), End(0), Pos(0), RCI(RegClassInfo), OwnedBegin(false) {
53 Begin = P;
66 Begin = O.begin();
78 delete [] Begin;
H A DMachineLoopInfo.cpp55 MachineFunction::iterator Begin = TopMBB->getParent()->begin(); local
56 if (TopMBB != Begin) {
60 if (TopMBB == Begin) break;
H A DCodePlacementOpt.cpp54 MachineFunction::iterator Begin,
125 /// Splice - Move the sequence of instructions [Begin,End) to just before
132 MachineFunction::iterator Begin,
134 assert(Begin != MF.begin() && End != MF.begin() && InsertPt != MF.begin() &&
136 MachineFunction::iterator OldBeginPrior = prior(Begin);
139 MF.splice(InsertPt, Begin, End);
141 prior(Begin)->updateTerminator();
184 MachineFunction::iterator Begin = Pred; local
185 MachineFunction::iterator End = llvm::next(Begin);
186 while (Begin !
130 Splice(MachineFunction &MF, MachineFunction::iterator InsertPt, MachineFunction::iterator Begin, MachineFunction::iterator End) argument
305 MachineFunction::iterator Begin = BB; local
[all...]
H A DAntiDepBreaker.h46 MachineBasicBlock::iterator Begin,
/external/chromium/app/sql/
H A Dtransaction.h17 // Creates the scoped transaction object. You MUST call Begin() to begin the
33 bool Begin();
H A Dtransaction_unittest.cc47 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());
H A Dtransaction.cc22 bool Transaction::Begin() { function in class:sql::Transaction
34 << "Did you remember to call Begin() and check its return?";
44 << "Did you remember to call Begin() and check its return?";
/external/clang/include/clang/AST/
H A DASTVector.h56 T *Begin, *End, *Capacity; member in class:clang::ASTVector
63 : Begin(NULL), End(NULL), Capacity(NULL) {
70 destroy_range(Begin, End);
89 iterator begin() { return Begin; }
90 const_iterator begin() const { return Begin; }
100 bool empty() const { return Begin == End; }
101 size_type size() const { return End-Begin; }
104 assert(Begin + idx < End);
105 return Begin[idx];
108 assert(Begin
[all...]
/external/llvm/include/llvm/MC/
H A DMCAtom.h39 uint64_t Begin, End; member in class:llvm::MCAtom
46 : Type(T), Parent(P), Begin(B), End(E) { }
H A DMCModule.h52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
H A DMCWin64EH.h64 MCWin64EHUnwindInfo() : Begin(0), End(0), ExceptionHandler(0),
69 MCSymbol *Begin; member in struct:llvm::MCWin64EHUnwindInfo
/external/llvm/lib/VMCore/
H A DUser.cpp48 Use *Begin = static_cast<Use*>(::operator new(size)); local
49 Use *End = Begin + N;
51 return Use::initTags(Begin, End);
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp59 const SourceLocation Begin = FullExpr->getSourceRange().getBegin(); local
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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternParser.cs54 if ( ttype == TreePatternLexer.Begin )
72 if ( ttype != TreePatternLexer.Begin )
81 while ( ttype == TreePatternLexer.Begin ||
86 if ( ttype == TreePatternLexer.Begin )
H A DTreePatternLexer.cs39 public const int Begin = 1; field in class:Antlr.Runtime.Tree.TreePatternLexer
96 return Begin;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h67 const MCSymbol *Begin; member in struct:llvm::DotDebugLocEntry
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
[all...]
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp98 clearRefsIn(*scope.Begin, info.Refs);
122 clearUnavailableDiags(*scope.Begin);
126 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
141 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
182 Scopes.back().Begin = I;
197 Scopes.back().Begin = I;
227 Stmt::child_iterator Begin; member in struct:__anon3023::AutoreleasePoolRewriter::PoolScope
232 PoolScope() : PoolVar(0), CompoundParent(0), Begin(), End(),
236 Stmt::child_iterator rangeS = Begin;
240 Stmt::child_iterator rangeE = Begin;
[all...]
H A DTransformActions.cpp65 FullSourceLoc Begin, End; member in struct:__anon3033::TransformActionsImpl::CharRange
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/
H A DLowerSwitch.cpp63 BasicBlock* switchConvert(CaseItr Begin, CaseItr End, Value* Val,
130 BasicBlock* LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, argument
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);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp175 ParseHelper(const char *Begin, const char *End) argument
176 : Begin(Begin), End(End), C(Begin), P(Begin), PEnd(NULL) { }
229 const char * const Begin; // beginning of expected content member in class:__anon3222::ParseHelper
298 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
307 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
334 PP.Diag(Pos.getLocWithOffset(ContentBegin-PH.Begin),

Completed in 303 milliseconds

12345