Searched defs:Begin (Results 1 - 25 of 56) sorted by relevance

123

/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
/external/chromium/app/sql/
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/llvm/lib/CodeGen/
H A DAllocationOrder.h26 const unsigned *Begin; member in class:llvm::AllocationOrder
51 Pos = Begin;
H A DMachineLoopInfo.cpp55 MachineFunction::iterator Begin = TopMBB->getParent()->begin(); local
56 if (TopMBB != Begin) {
60 if (TopMBB == Begin) break;
H A DCodePlacementOpt.cpp57 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();
187 MachineFunction::iterator Begin = Pred; local
188 MachineFunction::iterator End = llvm::next(Begin);
189 while (Begin !
133 Splice(MachineFunction &MF, MachineFunction::iterator InsertPt, MachineFunction::iterator Begin, MachineFunction::iterator End) argument
308 MachineFunction::iterator Begin = BB; local
[all...]
H A DCriticalAntiDepBreaker.cpp420 MachineBasicBlock::iterator Begin,
507 for (MachineBasicBlock::iterator I = End, E = Begin;
419 BreakAntiDependencies(const std::vector<SUnit>& SUnits, MachineBasicBlock::iterator Begin, MachineBasicBlock::iterator End, unsigned InsertPosIndex, DbgValueVector &DbgValues) argument
H A DScheduleDAGInstrs.h137 MachineBasicBlock::iterator Begin; // The beginning of the range to member in class:llvm::ScheduleDAGInstrs
/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/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 DMCWin64EH.h64 MCWin64EHUnwindInfo() : Begin(0), End(0), ExceptionHandler(0),
69 MCSymbol *Begin; member in struct:llvm::MCWin64EHUnwindInfo
H A DMCDwarf.h264 MCDwarfFrameInfo() : Begin(0), End(0), Personality(0), Lsda(0),
267 MCSymbol *Begin; member in struct:llvm::MCDwarfFrameInfo
/external/llvm/lib/VMCore/
H A DUser.cpp46 Use *Begin = static_cast<Use*>(::operator new(size)); local
47 Use *End = Begin + N;
49 return Use::initTags(Begin, End);
/external/chromium/chrome/browser/autofill/
H A Dautofill_country.cc295 static const Iterator Begin();
337 const CountryDataMap::Iterator CountryDataMap::Begin() { function in class:__anon984::CountryDataMap
415 for (CountryDataMap::Iterator it = CountryDataMap::Begin();
471 for (CountryDataMap::Iterator it = CountryDataMap::Begin();
591 for (CountryDataMap::Iterator it = CountryDataMap::Begin();
/external/chromium/chrome/common/
H A Dsqlite_utils.h54 // Note: the constructor does NOT Begin a transaction.
61 int Begin() { function in class:SQLTransaction
/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/clang/lib/Lex/
H A DPreprocessingRecord.cpp47 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
90 unsigned Begin = findBeginLocalPreprocessedEntity(Range.getBegin()); local
92 return std::make_pair(Begin, End);
188 RI = PreprocessedEntities.end(), Begin = PreprocessedEntities.begin();
189 RI != Begin; --RI) {
/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/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/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:__anon2718::AutoreleasePoolRewriter::PoolScope
232 PoolScope() : PoolVar(0), CompoundParent(0), Begin(), End(),
236 Stmt::child_iterator rangeS = Begin;
240 Stmt::child_iterator rangeE = Begin;
[all...]
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h120 Begin, enumerator in enum:WebCore::SVGSMILElement::BeginOrEnd
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h149 virtual ParamIteratorInterface<T>* Begin() const = 0;
171 iterator begin() const { return iterator(impl_->Begin()); }
190 virtual ParamIteratorInterface<T>* Begin() const { function in class:testing::internal::RangeGenerator
275 virtual ParamIteratorInterface<T>* Begin() const { function in class:testing::internal::ValuesInIteratorRangeGenerator
/external/clang/lib/AST/
H A DDeclPrinter.cpp130 void Decl::printGroup(Decl** Begin, unsigned NumDecls, argument
134 (*Begin)->print(Out, Policy, Indentation);
138 Decl** End = Begin + NumDecls;
139 TagDecl* TD = dyn_cast<TagDecl>(*Begin);
141 ++Begin;
151 for ( ; Begin != End; ++Begin) {
160 (*Begin)->print(Out, SubPolicy, Indentation);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp171 ParseHelper(const char *Begin, const char *End) argument
172 : Begin(Begin), End(End), C(Begin), P(Begin), PEnd(NULL) { }
225 const char * const Begin; // beginning of expected content member in class:__anon2892::ParseHelper
290 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
299 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
326 PP.Diag(Pos.getLocWithOffset(ContentBegin-PH.Begin),
/external/clang/tools/libclang/
H A DIndexingContext.cpp670 unsigned Begin = SA.getCurSize(); local
675 EntityInfo.name = SA.getCStr(Begin);
678 unsigned Begin = SA.getCurSize(); local
683 EntityInfo.USR = SA.getCStr(Begin);
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h168 virtual ParamIteratorInterface<T>* Begin() const = 0;
190 iterator begin() const { return iterator(impl_->Begin()); }
209 virtual ParamIteratorInterface<T>* Begin() const { function in class:testing::internal::RangeGenerator
287 virtual ParamIteratorInterface<T>* Begin() const { function in class:testing::internal::ValuesInIteratorRangeGenerator

Completed in 2561 milliseconds

123