HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 26 - 50 of 235) sorted by null

12 3 4 5 6 7 8 910

  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 8 index = Index.create()
9 tu = index.parse(path)
14 index = Index.create()
15 tu = index.parse(path)
22 index = Index.create()
23 tu = index.parse(path, ['-DDECL_ONE=hello', '-DDECL_TWO=hi'])
30 index = Index.create(
    [all...]
test_diagnostics.py 4 index = Index.create()
5 tu = index.parse('INPUT.c', unsaved_files = [('INPUT.c', source)])
21 index = Index.create()
34 index = Index.create()
49 index = Index.create()
test_cursor.py 1 from clang.cindex import Index, CursorKind
27 index = Index.create()
28 tu = index.parse('t.c', unsaved_files = [('t.c',kInput)])
  /external/clang/lib/Basic/
TargetInfo.cpp 362 unsigned &Index) const {
376 for (Index = 0; Index != NumOutputs; ++Index)
377 if (SymbolicName == OutputConstraints[Index].getName())
419 unsigned Index = 0;
420 if (!resolveSymbolicName(Name, OutputConstraints, NumOutputs, Index))
425 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
428 Info.setTiedOperand(Index, OutputConstraints[Index]);
    [all...]
  /external/clang/lib/Driver/
ArgList.cpp 201 const char *ArgList::GetOrMakeJoinedArgString(unsigned Index,
204 llvm::StringRef Cur = getArgString(Index);
227 unsigned Index = ArgStrings.size();
233 return Index;
274 unsigned Index = BaseArgs.MakeIndex(Value);
275 Arg *A = new Arg(Opt, Index, BaseArgs.getArgString(Index), BaseArg);
282 unsigned Index = BaseArgs.MakeIndex(Opt->getName(), Value);
283 Arg *A = new Arg(Opt, Index, BaseArgs.getArgString(Index + 1), BaseArg)
    [all...]
OptTable.cpp 187 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index) const {
188 unsigned Prev = Index;
189 const char *Str = Args.getArgString(Index);
193 return new Arg(TheInputOption, Index++, Str);
218 if (Arg *A = getOption(Start - OptionInfos + 1)->accept(Args, Index))
222 if (Prev != Index)
226 return new Arg(TheUnknownOption, Index++, Str);
238 unsigned Index = 0, End = ArgEnd - ArgBegin;
239 while (Index < End) {
241 if (Args->getArgString(Index)[0] == '\0')
    [all...]
Arg.cpp 20 : Opt(_Opt), BaseArg(_BaseArg), Index(_Index),
26 : Opt(_Opt), BaseArg(_BaseArg), Index(_Index),
33 : Opt(_Opt), BaseArg(_BaseArg), Index(_Index),
52 llvm::errs() << " Index:" << Index;
  /external/clang/include/clang/Sema/
Template.h 64 /// \brief Retrieve the template argument at a given depth and index.
65 const TemplateArgument &operator()(unsigned Depth, unsigned Index) const {
67 assert(Index < TemplateArgumentLists[getNumLevels() - Depth - 1].second);
68 return TemplateArgumentLists[getNumLevels() - Depth - 1].first[Index];
72 /// given depth and index.
75 bool hasTemplateArgument(unsigned Depth, unsigned Index) const {
78 if (Index >= TemplateArgumentLists[getNumLevels() - Depth - 1].second)
81 return !(*this)(Depth, Index).isNull();
85 void setArgument(unsigned Depth, unsigned Index,
88 assert(Index < TemplateArgumentLists[getNumLevels() - Depth - 1].second)
    [all...]
Designator.h 51 Expr *Index;
91 return ArrayInfo.Index;
136 static Designator getArray(Expr *Index,
140 D.ArrayInfo.Index = Index;
182 /// InitIndex - The index of the initializer expression this is for. For
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 39 index f5d5e74..3b6aa92 100644
49 Index: foo.h
50 index f5d5e74..3b6aa92 100644
64 index 0000000..3c9f114
73 Index: foo.h
75 index 0000000..3c9f114
90 index 1e50d1d..0000000
96 index d45dd40..3494526 100644
101 Index: foo
103 index 1e50d1d..000000
    [all...]
runPatchCommand.pl 39 # Since $patch has no "Index:" path, passing this to runPatchCommand
59 Index: $fileToPatch
  /external/jdiff/src/jdiff/
HTMLIndexes.java 23 /** Emit all the bottom left frame index files. */
35 // are any removals etc for the allDiffs index.
59 * the given program element type in an alphabetical index.
61 * @param indexBaseName The base name of the index file.
76 title = programElementType + " Removals Index";
79 title = programElementType + " Additions Index";
82 title = programElementType + " Changes Index";
85 title = programElementType + " Differences Index";
125 * with a link to the top of the index.
141 Index entry = (Index)(iter.next())
    [all...]
  /external/clang/
Android.mk 15 lib/Index \
  /external/llvm/include/llvm/ADT/
IndexedMap.h 1 //===- llvm/ADT/IndexedMap.h - An index map implementation ------*- C++ -*-===//
10 // This file implements an indexed map. The index map template takes two
30 unsigned operator()(unsigned Index) const {
31 return Index;
49 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
54 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 50 int GPFI; // Index of the frame object for restoring $gp
51 mutable int DynAllocFI; // Frame index of dynamically allocated stack area.
99 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; }
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 25 /// FramePointerSaveIndex - Frame index of where the old frame pointer is
30 /// ReturnAddrSaveIndex - Frame index of where the return address is stored.
66 /// VarArgsNumGPR - Index of the first unused integer
69 /// VarArgsNumFPR - Index of the first unused double
117 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; }
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 106 void setRAIndex(int Index) { ReturnAddrIndex = Index; }
X86MachObjectWriter.cpp 116 unsigned Index = 0;
134 Index = 0;
182 Index = A_Base->getIndex();
186 Index = A_SD.getFragment()->getParent()->getOrdinal() + 1;
193 MRE.Word1 = ((Index << 0) |
201 Index = B_Base->getIndex();
205 Index = B_SD.getFragment()->getParent()->getOrdinal() + 1;
229 Index = Base->getIndex();
236 // The index is the section ordinal (1-based).
237 Index = SD.getFragment()->getParent()->getOrdinal() + 1
    [all...]
  /external/llvm/lib/VMCore/
Attributes.cpp 156 ID.AddInteger(uint64_t(Attr[i].Attrs) << 32 | unsigned(Attr[i].Index));
176 assert((!i || Attrs[i-1].Index < Attrs[i].Index) &&
243 /// getAttributes - The attributes for the specified index are
250 for (unsigned i = 0, e = Attrs.size(); i != e && Attrs[i].Index <= Idx; ++i)
251 if (Attrs[i].Index == Idx)
291 for (; i != e && OldAttrList[i].Index < Idx; ++i)
294 // If there are attributes already at this index, merge them in.
295 if (i != e && OldAttrList[i].Index == Idx) {
328 for (; i != e && OldAttrList[i].Index < Idx; ++i
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 132 unsigned index = 0; local
135 output[index] = hex_rep[(*i & 0xF0) >> 4];
136 output[index + 1] = hex_rep[*i & 0xF];
137 index += 3;
226 uint64_t Index;
236 for (Index = Start; Index < End; Index += Size) {
245 if (DisAsm->getInstruction(Inst, Size, memoryObject, Index, DebugOut)) {
248 outs() << format("%8x:\t", addr + Index);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 139 /// the initializer list one element at a time. The IList and Index
141 /// (syntactic) initializer list and the index into that initializer
143 /// responsible for moving that Index forward as it consumes elements.
147 /// initializer list and the index into that initializer list where we
168 unsigned &Index, InitListExpr *StructuredList,
173 unsigned &Index, InitListExpr *StructuredList,
179 unsigned &Index,
185 unsigned &Index,
190 unsigned &Index,
195 unsigned &Index,
    [all...]
  /external/llvm/include/llvm/Support/
OutputBuffer.h 156 unsigned char &operator[](unsigned Index) {
157 return Output[Index];
159 const unsigned char &operator[](unsigned Index) const {
160 return Output[Index];
  /external/llvm/lib/Linker/
Linker.cpp 167 for (unsigned Index = 0; Index != LibPaths.size(); ++Index) {
168 sys::Path Directory(LibPaths[Index]);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 171 * Returns : Code Book Index if successfull.
185 OMX_INT Index;
194 for (Index=0; pCodeBook->codeLen != 0; Index++)
202 return Index;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 171 * Returns : Code Book Index if successfull.
185 OMX_INT Index;
194 for (Index=0; pCodeBook->codeLen != 0; Index++)
202 return Index;

Completed in 492 milliseconds

12 3 4 5 6 7 8 910