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

1 2 3 45 6 7 8 910

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 41 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) {
43 if (!CXXUnit || Index >= CXXUnit->stored_diag_size())
46 return new CXStoredDiagnostic(CXXUnit->stored_diag_begin()[Index],
  /external/llvm/include/llvm/ADT/
StringRef.h 179 char operator[](size_t Index) const {
180 assert(Index < Length && "Invalid index!");
181 return Data[Index];
214 /// \return - The index of the first occurrence of \arg C, or npos if not
225 /// \return - The index of the first occurrence of \arg Str, or npos if not
231 /// \return - The index of the last occurrence of \arg C, or npos if not
246 /// \return - The index of the last occurrence of \arg Str, or npos if not
335 /// \param Start - The index of the starting character in the substring; if
336 /// the index is npos or greater than the length of the string then th
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 85 bool SelectAddrRegReg(SDValue N, SDValue &Base, SDValue &Index);
121 SelectAddrRegReg(SDValue N, SDValue &Base, SDValue &Index) {
137 Index = N.getOperand(1);
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 200 const MachineOperand &Index = MI->getOperand(OpNum+2);
209 if (Index.getReg()) {
215 assert(!Index.getReg() && "Should allocate base register first!");
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 68 int Index;
155 void MakeSymbolReal(COFFSymbol &S, size_t Index);
291 /// @returns the index into the string table where the string is now located.
496 void WinCOFFObjectWriter::MakeSymbolReal(COFFSymbol &S, size_t Index) {
503 S.Index = Index;
761 coff_symbol->Index = -1;
768 assert(coff_symbol->Index != -1);
773 coff_symbol->Aux[0].Aux.WeakExternal.TagIndex = coff_symbol->Other->Index;
809 assert((*cr).Symb->Index != -1)
    [all...]
MachObjectWriter.cpp 426 unsigned Index = 1;
428 ie = Asm.end(); it != ie; ++it, ++Index)
429 SectionIndexMap[&it->getSection()] = Index;
430 assert(Index <= 256 && "Too many sections!");
432 // Index 0 is always the empty string.
473 assert(MSD.SectionIndex && "Invalid section index!");
506 assert(MSD.SectionIndex && "Invalid section index!");
516 Index = 0;
518 LocalSymbolData[i].SymbolData->setIndex(Index++);
520 ExternalSymbolData[i].SymbolData->setIndex(Index++)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
LegalizeTypes.cpp     [all...]
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 172 // the global symbol lookup, use a zero index because the table
173 // index will be determined later.
182 // and to the external symbol lookup, use a zero index because
183 // the symbol table index will be determined later.
318 // For a private symbols, keep track of the index inside
334 /// header index.
779 // Symbol index in the symbol table
788 // them needs a different approach to retrieve the symbol table index.
807 // Get the symbol index for the section symbol
    [all...]
MachineModuleInfo.cpp 61 unsigned Index; // The index in BBCallbacks for the BasicBlock.
118 Entry.Index = BBCallbacks.size()-1;
167 BBCallbacks[Entry.Index] = 0; // Clear the callback.
212 BBCallbacks[OldEntry.Index].setPtr(New); // Update the callback.
217 BBCallbacks[OldEntry.Index] = 0; // Update the callback.
558 /// getPersonalityIndex - Return unique index for current personality
559 /// function. NULL/first personality function should always get zero index.
576 // in the zero index.
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 217 if (!CI) return false; // Index isn't a simple constant?
278 unsigned Index = SL->getElementContainingOffset(ByteOffset);
279 uint64_t CurEltOffset = SL->getElementOffset(Index);
285 uint64_t EltSize = TD.getTypeAllocSize(CS->getOperand(Index)->getType());
288 !ReadDataFromGlobal(CS->getOperand(Index), ByteOffset, CurPtr,
292 ++Index;
295 if (Index == CS->getType()->getNumElements())
299 uint64_t NextEltOffset = SL->getElementOffset(Index);
315 uint64_t Index = ByteOffset / EltSize;
316 uint64_t Offset = ByteOffset - Index * EltSize
    [all...]
BasicAliasAnalysis.cpp 319 Value *Index = *I;
320 // Compute the (potentially symbolic) offset in bytes for this index.
323 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
331 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
342 unsigned Width = cast<IntegerType>(Index->getType())->getBitWidth();
346 // Use GetLinearExpression to decompose the index into a C1*V+C2 form.
348 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension,
351 // The GEP index scale ("Scale") scales C1*V+C2, yielding (C1*V+C2)*Scale.
357 // If we already had an occurrence of this index variable, merge thi
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 246 /// frame index in a variable that normally holds a register. isStackSlot()
257 /// stackSlot2Index - Compute the frame index from a register value
264 /// index2StackSlot - Convert a non-negative frame index to a stack slot
267 assert(FI >= 0 && "Cannot hold a negative frame index.");
285 /// virtReg2Index - Convert a virtual register number to a 0-based index.
286 /// The first virtual register in a function will get the index 0.
292 /// index2VirtReg - Convert a 0-based index to a virtual register number.
294 static unsigned index2VirtReg(unsigned Index) {
295 return Index | (1u << 31);
325 assert(SubIdx && "This is not a subregister index");
    [all...]
  /external/chromium/net/disk_cache/
disk_format.h 5 // The cache is stored on disk as a collection of block-files, plus an index
13 // The index file is just a simple hash table that maps a particular entry to
41 // The files that store internal information for the cache (blocks and index)
81 // Header for the master index file.
100 // The structure of the whole index file.
101 struct Index {
181 int16 this_file; // Index of this file.
225 // one of the data streams of the child entry (at index 1), while the control
226 // information is stored in another stream (at index 2), both by parents and
230 // It is stored at offset 0 of the data stream with index 2
    [all...]
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 74 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) {
75 Pass *P = getContainedPass(Index);
  /external/clang/include/clang/Basic/
SourceManager.h 383 /// \brief Read the source location entry with index ID, which will always be
509 /// Negative FileIDs are indexes into this table. To get from ID to an index,
    [all...]
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 309 /// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
312 virtual uintptr_t getConstantPoolEntryAddress(unsigned Index) const = 0;
314 /// getJumpTableEntryAddress - Return the address of the jump table with index
315 /// 'Index' in the function that last called initJumpTableInfo.
317 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
MachineOperand.h 45 MO_FrameIndex, ///< Abstract Stack Frame Index
146 int Index; // For MO_*Index - The index itself.
301 /// subregister Reg:SubReg. Take any existing SubReg index into account,
383 return Contents.OffsetedInfo.Val.Index;
439 Contents.OffsetedInfo.Val.Index = Idx;
  /external/llvm/include/llvm/
PassManagers.h 361 unsigned Index = 0;
364 InheritedAnalysis[Index++] = (*I)->getAvailableAnalysis();
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffFooter.pl 156 Index: Makefile.shared
164 expectedNextLine => "Index: Makefile.shared\n",
295 diffName => "custom property followed by svn:executable, empty line and start of next index diff",
304 Index: Makefile.shared
312 expectedNextLine => "Index: Makefile.shared\n",
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 203 SDValue &Scale, SDValue &Index, SDValue &Disp,
206 SDValue &Scale, SDValue &Index, SDValue &Disp,
209 SDValue &Scale, SDValue &Index, SDValue &Disp,
213 SDValue &Index, SDValue &Disp,
219 SDValue &Index, SDValue &Disp,
231 SDValue &Scale, SDValue &Index,
237 Index = AM.IndexReg;
557 // On 64-bit platforms, we can run into an issue where a frame index
559 // will overflow the displacement field. Assuming that the frame index
575 // we do not try to use an unsafe Disp with a frame index
    [all...]
  /external/clang/tools/scan-build/
scan-build 325 my $Index = shift;
392 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugLine,
499 # Scan each report file and build an index.
500 my @Index;
502 foreach my $file (@files) { ScanFile(\@Index, $Dir, $file, \@Stats); }
523 # Generate an index.html file.
524 my $FName = "$Dir/index.html";
607 for my $row ( @Index ) {
622 my $TotalBugs = scalar(@Index);
684 for my $row ( sort { $a->[2] cmp $b->[2] } @Index ) {
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 455 for (uint64_t Index = Start; Index < End; Index += Size) {
458 if (DisAsm->getInstruction(Inst, Size, memoryObject, Index,
462 outs() << format("%8llx:\t", SectAddress + Index);
464 DumpBytes(StringRef(Bytes.data() + Index, Size));
470 diContext->getLineInfoForAddress(SectAddress + Index);
  /external/llvm/include/llvm-c/
Core.h 544 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index);
545 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
    [all...]

Completed in 1509 milliseconds

1 2 3 45 6 7 8 910