HomeSort by relevance Sort by last modified time
    Searched defs:Begin (Results 101 - 125 of 125) sorted by null

1 2 3 45

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 454 for (SmallVectorImpl<InsnRange>::const_iterator RI = Ranges.begin(),
467 SmallVectorImpl<InsnRange>::const_iterator RI = Ranges.begin();
511 for (SmallVectorImpl<InsnRange>::const_iterator RI = Ranges.begin(),
519 SmallVectorImpl<InsnRange>::const_iterator RI = Ranges.begin();
549 MCSymbol *StartLabel = getLabelBeforeInsn(Ranges.begin()->first);
620 ScopesWithImportedEntities.begin(), ScopesWithImportedEntities.end(),
634 for (SmallVectorImpl<DIE *>::iterator I = Children.begin(),
2585 MCSymbol *begin = Asm->OutStreamer.getContext().CreateTempSymbol(); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 320 for (Function::iterator BB = Fn.begin(), E = Fn.end(); BB != E; ++BB) {
321 PHINode *PN = dyn_cast<PHINode>(BB->begin());
329 for (BasicBlock::iterator I = BB->begin(); (PN = dyn_cast<PHINode>(I)); ++I)
392 MachineBasicBlock *EntryMBB = MF->begin();
408 EntryMBB->insert(EntryMBB->begin(), MI);
462 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end(); I != E;
469 for (MachineBasicBlock::const_iterator II = MBB->begin(), IE = MBB->end();
489 I = FuncInfo->RegFixups.begin(), E = FuncInfo->RegFixups.end();
516 void SelectionDAGISel::SelectBasicBlock(BasicBlock::const_iterator Begin,
522 for (BasicBlock::const_iterator I = Begin; I != End && !SDB->HasTailCall; ++I
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 106 Use *Begin = static_cast<Use*>(::operator new(size));
107 Use *End = Begin + N;
109 return Use::initTags(Begin, End);
284 std::copy(Args.begin(), Args.end(), op_begin());
552 std::copy(Args.begin(), Args.end(), op_begin());
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h     [all...]
  /art/runtime/
dex_file.h 808 const byte* Begin() const {
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 62 ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 64 ValuesIn(ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util-generated.h 64 ValuesIn(ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h 64 ValuesIn(ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util-generated.h 64 ValuesIn(ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 66 iterator begin() { return Vector.begin(); } function in class:__anon24015::MapVector
68 const_iterator begin() const { return Vector.begin(); } function in class:__anon24015::MapVector
74 for (typename MapTy::const_iterator I = Map.begin(), E = Map.end();
79 for (typename VectorTy::const_iterator I = Vector.begin(),
83 Map[I->first] == size_t(I - Vector.begin())));
107 return std::make_pair(Vector.begin() + Num, true);
109 return std::make_pair(Vector.begin() + Pair.first->second, false);
115 return Vector.begin() + It->second
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 64 ValuesIn(ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h 64 ValuesIn(ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util-generated.h 62 ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h 64 ValuesIn(ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 57 void (GLAPIENTRY * Begin)(GLenum);
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 515 for (StringMap<MCAsmMacro*>::iterator it = MacroMap.begin(),
652 for (MCContext::SymbolTable::const_iterator i = Symbols.begin(),
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 57 void (GLAPIENTRY * Begin)(GLenum);
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 166 unsigned Begin;
173 : Begin(R.getBegin().getRawEncoding()),
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 213 // If the begin/end of the range lie in the same FileID, do the optimization
234 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())),
237 if (End.first != Begin.first) {
239 // picking the end of the file of begin location.
240 End.first = Begin.first;
241 End.second = SM.getFileIDSize(Begin.first);
244 assert(Begin.first == End.first);
245 if (Begin.second > End.second)
248 FileID File = Begin.first;
249 unsigned Offset = Begin.second
    [all...]
  /external/v8/src/
hydrogen.cc     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 29 GLAPI void APIENTRY GLAPI_PREFIX(Begin)(GLenum mode);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h 126 KEYWORD1 void KEYWORD2 NAME(Begin)(GLenum mode)
129 DISPATCH(Begin, (mode), (F, "glBegin(0x%x);\n", mode));
    [all...]

Completed in 6979 milliseconds

1 2 3 45