HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 126 - 150 of 247) sorted by null

1 2 3 4 56 7 8 910

  /external/llvm/lib/MC/
ELFObjectWriter.h 87 int Index;
93 : r_offset(0), Index(0), Type(0), Symbol(0), r_addend(0) {}
98 : r_offset(RelocOffset), Index(Idx), Type(RelType),
133 // This holds the symbol table index of the last local symbol.
135 // This holds the .strtab section index.
137 // This holds the .symtab section index.
WinCOFFStreamer.cpp 225 SD.Index = RealSD.Index;
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 63 typedef std::map</* key */unsigned, unsigned/* index */> TypesMapTy;
69 typedef std::map</* name */std::string, unsigned/* index */> RecordTypesMapTy;
72 typedef std::map<std::string, unsigned/* index */> StringsMapTy;
82 // and encodeRSFunc. Return false if the value of Index indicates failure.
83 inline bool checkReturnIndex(unsigned *Index) {
84 if (*Index == 0)
87 (*Index)--;
222 // This record type has been encoded before. Fast return its index here.
368 // Write string table and string index table
376 // Prepare named MDNode for string table and string index table
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 512 /// \brief Retrieve the depth and index of a template parameter.
525 /// \brief Retrieve the depth and index of an unexpanded parameter pack.
743 unsigned Depth, Index;
744 llvm::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]);
745 if (Depth == 0 && !SawIndices[Index]) {
746 SawIndices[Index] = true;
747 PackIndices.push_back(Index);
754 // expanded by this pack expansion (the outer index) and for each
    [all...]
SemaTemplateInstantiate.cpp 630 /// \brief Retrieve the depth and index of a parameter pack.
706 unsigned Depth, Index;
707 llvm::tie(Depth, Index) = getDepthAndIndex(PartialPack);
708 if (TemplateArgs.hasTemplateArgument(Depth, Index)) {
709 Result = TemplateArgs(Depth, Index);
710 TemplateArgs.setArgument(Depth, Index, TemplateArgument());
725 unsigned Depth, Index;
726 llvm::tie(Depth, Index) = getDepthAndIndex(PartialPack);
727 TemplateArgs.setArgument(Depth, Index, Arg);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 97 unsigned Index, ExplodedNode *Pred);
605 // The CFGBlock index of the CallExpr.
606 unsigned Index;
612 : Eng(eng), Pred(pred), CE(s), CalleeCtx(callee), Block(blk), Index(idx) {}
626 unsigned getIndex() const { return Index; }
  /external/chromium/net/tools/dump_cache/
dump_files.cc 23 const wchar_t kIndexName[] = L"index";
52 // Dumps the contents of the Index-file header.
58 printf("Index file:\n");
133 disk_cache::Index* index_;
149 index_ = reinterpret_cast<disk_cache::Index*>(index_file_->Init(
152 printf("Unable to map index\n");
  /external/llvm/lib/Target/PTX/
PTXISelDAGToDAG.cpp 108 SDValue Index = Node->getOperand(1);
137 SDValue Ops[] = { Index, Pred, PredOp, Chain };
186 //dbgs() << "Selecting FrameIndex at index " << FI << "\n";
PTXISelLowering.cpp 241 // Use a unique index in the instruction to prevent instruction folding.
243 SDValue Index = DAG.getTargetConstant(i, MVT::i32);
246 Index);
  /external/webkit/LayoutTests/dom/html/level2/html/
button06.js 78 Index that represents the element's position in the tabbing order.
object10.js 78 Index that represents the element's position in the tabbing order.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
button06.js 78 Index that represents the element's position in the tabbing order.
object10.js 78 Index that represents the element's position in the tabbing order.
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 472 OMX_ERRORTYPE VPP_GetBufferDirection(OMX_BUFFERHEADERTYPE *pBufHeader, OMX_DIRTYPE *eDir, OMX_U32 Index);
497 OMX_U32 Index);
  /external/v8/test/mjsunit/
array-indexing.js 58 // Negative index out of range.
60 // Negative index in rage.
62 // Index in range.
125 // Index out of range.
127 // Index in range.
131 // Negative index in range.
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Value.cpp 371 Value *Index = *I;
376 ConstantInt *CI = dyn_cast<ConstantInt>(Index);
  /external/clang/lib/Basic/
SourceManager.cpp 499 unsigned Index = unsigned(-LoadedID) - 2;
500 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range");
501 assert(!SLocEntryLoaded[Index] && "FileID already loaded");
502 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset,
504 SLocEntryLoaded[Index] = true;
552 unsigned Index = unsigned(-LoadedID) - 2;
553 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range");
554 assert(!SLocEntryLoaded[Index] && "FileID already loaded");
555 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info);
556 SLocEntryLoaded[Index] = true
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 222 for (SlotIndex index = I->start.getBaseIndex(),
224 index != end;
225 index = index.getNextIndex()) {
226 MachineInstr *MI = getInstructionFromIndex(index);
266 /// isPartialRedef - Return true if the specified def at the specific index is
393 "PHI def index points at actual instruction.");
658 "PHI def index points at actual instruction.");
684 // Track the index of the current machine instr.
1471 SlotIndex index = getInstructionIndex(MI); local
1495 SlotIndex index = rwi.Index; local
1903 SlotIndex index = spills[i].index; local
1966 SlotIndex index = restores[i].index; local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 237 // a provided index on dirty bits in |dirty_index|. Parameter may be null,
248 // a provided index on dirty bits in |dirty_index|. Parameter may be null,
480 // that putting the value would have caused a duplicate in the index.
557 // (a) The index allows efficient lookup of an Entry* with particular
560 // (b) There may be conditions for inclusion in the index -- for example,
562 // (c) Because the index set contains only Entry*, one must be careful
565 // The traits of an index are a Comparator (to define the set ordering) and a
567 // index, the traits are grouped into a class called an Indexer which
570 // Traits type for metahandle index.
572 // This index is of the metahandle field values
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 619 unsigned Index;
621 Index = Introduced;
623 Index = Deprecated;
625 Index = Obsoleted;
627 Index = Unknown;
629 if (Index < Unknown) {
630 if (!Changes[Index].KeywordLoc.isInvalid()) {
633 << SourceRange(Changes[Index].KeywordLoc,
634 Changes[Index].VersionRange.getEnd());
637 Changes[Index].KeywordLoc = KeywordLoc
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 445 /// Ordinal - The section index in the assemblers section list.
448 /// LayoutOrder - The index of this section in the layout order.
549 /// Index - Index field, for use by the object file implementation.
550 uint64_t Index;
623 /// getIndex - Get the (implementation defined) index.
624 uint64_t getIndex() const { return Index; }
626 /// setIndex - Set the (implementation defined) index.
627 void setIndex(uint64_t Value) { Index = Value; }
  /external/clang/lib/CodeGen/
CGCleanup.h 75 /// from this index onwards belong to this scope.
330 void addBranchAfter(llvm::ConstantInt *Index,
334 ExtInfo.BranchAfters.push_back(std::make_pair(Block, Index));
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 262 bool SelectAddressRegReg(SDValue N, SDValue &Base, SDValue &Index,
273 bool SelectAddressRegRegOnly(SDValue N, SDValue &Base, SDValue &Index,
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodelistindexnotzero.js 79 index starting from zero.
80 (Index not equal 0)
83 employee and access its fourth child by using an index

Completed in 5823 milliseconds

1 2 3 4 56 7 8 910