Searched refs:Begin (Results 76 - 100 of 106) sorted by relevance

12345

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp148 void setStage(Iterator Begin, Iterator End, LiveRangeStage NewStage) { argument
150 for (;Begin != End; ++Begin) {
151 unsigned Reg = (*Begin)->reg;
H A DAggressiveAntiDepBreaker.cpp721 MachineBasicBlock::iterator Begin,
779 for (MachineBasicBlock::iterator I = End, E = Begin;
H A DTwoAddressInstructionPass.cpp451 MachineRegisterInfo::def_iterator Begin = MRI->def_begin(Reg);
454 if (llvm::next(Begin) != MRI->def_end())
456 DefMI = &*Begin;
/external/openfst/src/include/fst/
H A Dutil.h395 const_iterator Begin() const { return set_.begin(); } function in class:fst::CompactSet
H A Dmatcher.h1033 multi_eps_iter_ = multi_eps_labels_.Begin();
/external/chromium/chrome/browser/history/
H A Din_memory_url_index_unittest.cc62 transaction.Begin();
88 transaction.Begin();
H A Dthumbnail_database.cc66 transaction.Begin();
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocvideo.cpp400 lock.Begin(TPoint(0,0)); // Lock bitmap heap
500 lock.Begin(TPoint(0,0)); // Lock bitmap heap
/external/webkit/Source/WebCore/css/
H A DCSSSelector.cpp80 case Begin:
643 case CSSSelector::Begin:
H A DCSSGrammar.y1096 $$ = CSSSelector::Begin;
/external/clang/tools/libclang/
H A DCIndex.cpp218 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())), local
221 if (End.first != Begin.first) {
224 End.first = Begin.first;
225 End.second = SM.getFileIDSize(Begin.first);
228 assert(Begin.first == End.first);
229 if (Begin.second > End.second)
232 FileID File = Begin.first;
233 unsigned Offset = Begin.second;
234 unsigned Length = End.second - Begin.second;
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp969 unsigned Begin = getMBlazeRegisterNumbering(MBlaze::R5); local
972 unsigned StackLoc = Start - Begin + 1;
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1281 // Begin by inserting a conservative value into the map. If the insertion
2207 BasicBlock::iterator I = RetainRV, Begin = RetainRV->getParent()->begin(); local
2208 if (I != Begin) {
2209 do --I; while (I != Begin && isNoopInstruction(I));
3978 BasicBlock::iterator Begin = BB->begin(); local
3979 while (I != Begin && GetBasicInstructionClass(I) != IC_Retain)
/external/clang/lib/AST/
H A DType.cpp1877 TemplateArgument *Begin = reinterpret_cast<TemplateArgument *>(this + 1); local
1878 *reinterpret_cast<QualType*>(Begin + getNumArgs()) = AliasedType;
/external/v8/src/
H A Dd8.cc1378 current->Begin(argv, 1);
1384 current->Begin(argv, i + 1);
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc671 transaction.Begin();
/external/clang/include/clang/AST/
H A DDeclBase.h856 static void printGroup(Decl** Begin, unsigned NumDecls,
H A DASTContext.h1196 TemplateName getOverloadedTemplateName(UnresolvedSetIterator Begin,
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2846 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator2
2961 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator3
3094 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator4
3245 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator5
3415 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator6
3601 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator7
3806 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator8
4028 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator9
4268 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator10
/external/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2848 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator2
2963 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator3
3096 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator4
3247 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator5
3417 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator6
3603 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator7
3808 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator8
4030 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator9
4270 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator10
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2848 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator2
2963 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator3
3096 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator4
3247 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator5
3417 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator6
3603 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator7
3808 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator8
4030 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator9
4270 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator10
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2829 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator2
2944 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator3
3077 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator4
3228 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator5
3398 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator6
3584 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator7
3789 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator8
4011 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator9
4251 virtual ParamIteratorInterface<ParamType>* Begin() const { function in class:testing::internal::CartesianProductGenerator10
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1464 const char *Begin = Body.data() + Pos +1; local
1465 StringRef Argument(Begin, I - (Pos +1));
/external/llvm/lib/VMCore/
H A DInstructions.cpp105 Use *Begin = static_cast<Use*>(::operator new(size)); local
106 Use *End = Begin + N;
108 return Use::initTags(Begin, End);
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp481 BasicBlock *Begin = Builder.GetInsertBlock(); local
489 Builder.SetInsertPoint(Begin);
495 Result->addIncoming(ZeroLiteral, Begin);

Completed in 2838 milliseconds

12345