/external/llvm/lib/Target/PTX/ |
PTXParamManager.cpp | 33 unsigned Index = AllParams.size(); 34 AllParams[Index] = Param; 35 ArgumentParams.push_back(Index); 37 return Index; 50 unsigned Index = AllParams.size(); 51 AllParams[Index] = Param; 52 ReturnParams.push_back(Index); 54 return Index; 67 unsigned Index = AllParams.size(); 68 AllParams[Index] = Param [all...] |
/external/clang/lib/Driver/ |
Option.cpp | 115 Arg *OptionGroup::accept(const ArgList &Args, unsigned &Index) const { 123 Arg *InputOption::accept(const ArgList &Args, unsigned &Index) const { 131 Arg *UnknownOption::accept(const ArgList &Args, unsigned &Index) const { 140 Arg *FlagOption::accept(const ArgList &Args, unsigned &Index) const { 143 if (getName().size() != strlen(Args.getArgString(Index))) 146 return new Arg(getUnaliasedOption(), Index++); 154 Arg *JoinedOption::accept(const ArgList &Args, unsigned &Index) const { 156 const char *Value = Args.getArgString(Index) + getName().size(); 157 return new Arg(getUnaliasedOption(), Index++, Value); 167 unsigned &Index) const [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_index.py | 7 index = Index.create() 9 # FIXME: test Index.read 12 index = Index.create() 13 assert isinstance(index, Index) 14 tu = index.parse(os.path.join(kInputsDir, 'hello.cpp'))
|
test_file.py | 1 from clang.cindex import Index, File 4 index = Index.create() 5 tu = index.parse('t.c', unsaved_files = [('t.c', "")])
|
/external/llvm/lib/Target/CellSPU/ |
SPUMachineFunction.h | 43 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; }
|
/external/llvm/lib/Target/MSP430/ |
MSP430MachineFunctionInfo.h | 43 void setRAIndex(int Index) { ReturnAddrIndex = Index; }
|
/external/clang/lib/AST/ |
SelectorLocationsKind.cpp | 20 static SourceLocation getStandardSelLoc(unsigned Index, 27 assert(Index == 0); 35 assert(Index < NumSelArgs); 38 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index); 65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { 66 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation(); 104 SourceLocation clang::getStandardSelectorLoc(unsigned Index, 109 return getStandardSelLoc(Index, Sel, WithArgSpace, 110 getArgLoc(Index, Args), EndLoc) [all...] |
/external/llvm/lib/Analysis/ |
LoopPass.cpp | 140 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { 141 LoopPass *LP = getContainedPass(Index); 155 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { 156 LoopPass *LP = getContainedPass(Index); 197 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) [all...] |
RegionPass.cpp | 69 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { 70 RegionPass *RP = (RegionPass *)getContainedPass(Index); 83 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { 84 RegionPass *P = (RegionPass*)getContainedPass(Index); 136 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) [all...] |
/external/clang/lib/Sema/ |
TypeLocBuilder.h | 33 /// The index of the first occupied byte in the buffer. 34 size_t Index; 46 : Buffer(InlineBuffer), Capacity(InlineCapacity), Index(InlineCapacity) {} 86 Index = Capacity; 110 size_t FullDataSize = Capacity - Index; 112 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize); 123 size_t FullDataSize = Capacity - Index; 125 memcpy(Mem, &Buffer[Index], FullDataSize); 139 if (LocalSize > Index) { 140 size_t RequiredCapacity = Capacity + (LocalSize - Index); [all...] |
/external/llvm/include/llvm/Object/ |
MachOObject.h | 117 StringRef getStringAtIndex(unsigned Index) const { 118 size_t End = getStringTableData().find('\0', Index); 119 return getStringTableData().slice(Index, End); 139 const LoadCommandInfo &getLoadCommandInfo(unsigned Index) const; 158 unsigned Index, 162 unsigned Index, 166 unsigned Index, 169 uint64_t RelocationTableOffset, unsigned Index, 172 uint64_t SymbolTableOffset, unsigned Index, 175 uint64_t SymbolTableOffset, unsigned Index, [all...] |
/external/llvm/tools/llvm-objdump/ |
MCFunction.cpp | 48 uint64_t Index = WorkList.pop_back_val(); 49 if (VisitedInsts.find(Index) != VisitedInsts.end()) 52 for (;Index < End; Index += Size) { 53 VisitedInsts.insert(Index); 56 if (DisAsm->getInstruction(Inst, Size, Region, Index, DebugOut, nulls())){ 57 Instructions.push_back(MCDecodedInst(Index, Size, Inst)); 59 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); 60 if (targ != -1ULL && targ == Index+Size) 68 WorkList.push_back(Index+Size) [all...] |
/frameworks/compile/libbcc/lib/Disassembler/ |
Disassembler.cpp | 114 uint64_t Index; 116 for (Index = 0; Index < FuncSize; Index += Size) { 119 if (Disassmbler->getInstruction(Inst, Size, *BufferMObj, Index, 123 OS.write_hex((uint32_t)Func + Index); 125 OS.write_hex(*(uint32_t *)(Func + Index));
|
/external/clang/include/clang/Driver/ |
Arg.h | 42 /// The index at which this argument appears in the containing 44 unsigned Index; 57 Arg(const Option *Opt, unsigned Index, const Arg *BaseArg = 0); 58 Arg(const Option *Opt, unsigned Index, 60 Arg(const Option *Opt, unsigned Index, 65 unsigned getIndex() const { return Index; }
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tests.pas | 50 CheckEquals(0, Stream.Index); 55 CheckEquals(1, Stream.Index); 60 CheckEquals(2, Stream.Index); 65 CheckEquals(3, Stream.Index); 70 CheckEquals(4, Stream.Index); 75 CheckEquals(5, Stream.Index); 80 CheckEquals(6, Stream.Index); 85 CheckEquals(7, Stream.Index); 90 CheckEquals(8, Stream.Index); 95 CheckEquals(8, Stream.Index); [all...] |
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffHeader.pl | 45 Index: WebKitTools/Scripts/VCSUtils.pm 55 Index: WebKitTools/Scripts/VCSUtils.pm 70 Index: WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl 80 Index: WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl 95 Index: index_path.py 105 Index: index_path.py 121 Index: index_path.py\r 131 Index: index_path.py\r 146 Index: index_path.py 156 Index: index_path.p [all...] |
parseDiff.pl | 39 Index: Makefile 52 Index: Makefile 73 Index: test_file.swf 89 Index: test_file.swf 109 Index: test_file.swf 126 Index: test_file.swf 150 Index: Makefile 166 Index: Makefile 187 Index: Makefile_new 207 Index: Makefil [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ANTLRxxxxStreamFixture.cs | 101 Assert.AreEqual(0, inputStream.Index); 104 Assert.AreEqual(1, inputStream.Index); 107 Assert.AreEqual(2, inputStream.Index); 109 while (inputStream.Index < inputStream.Count) 113 Assert.AreEqual(inputStream.Index, inputStream.Count); 124 while (inputStream.Index < inputStream.Count) 129 Assert.AreEqual(inputStream.Index, inputStream.Count); 140 Assert.AreEqual(0, inputStream.Index); 145 Assert.AreEqual(1, inputStream.Index); 150 Assert.AreEqual(2, inputStream.Index); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
IIntStream.cs | 58 /// The Lexer tracks line/col info as well as input index so its markers are 64 /// <see cref="IIntStream.Index"/>, or some other marker.</returns> 68 /// Return the current input symbol index 0..n where n indicates the 69 /// last symbol has been read. The index is the symbol about to be 72 int Index { get; } 76 /// <see cref="IIntStream.Index"/> would return marker. 79 /// The marker will usually be <see cref="IIntStream.Index"/> but 117 /// Set the input cursor to the position indicated by index. This is 125 /// and in that its argument is strictly an input cursor (index). 137 /// The index is 0..n-1. A seek to position i means that LA(1) will return [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
IIntStream.cs | 56 * current input position, Index, or some other marker so that 59 * track line/col info as well as input index so its markers are 66 * Return the current input symbol index 0..n where n indicates the 67 * last symbol has been read. The index is the symbol about to be 71 int Index 77 * Reset the stream so that next call to index would return marker. 78 * The marker will usually be Index but it doesn't have to be. It's 114 * Set the input cursor to the position indicated by index. This is 122 * requirement and in that its argument is strictly an input cursor (index). 132 * The index is 0..n-1. A seek to position i means that LA(1) wil [all...] |
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITEventListenerTest.cpp | 33 unsigned Index; 40 unsigned Index; 104 EXPECT_EQ(0U, Listener.EmittedEvents[0].Index); 111 EXPECT_EQ(1U, Listener.EmittedEvents[1].Index); 118 EXPECT_EQ(2U, Listener.FreedEvents[0].Index); 121 EXPECT_EQ(3U, Listener.FreedEvents[1].Index); 157 EXPECT_EQ(0U, Listener1.EmittedEvents[0].Index); 164 EXPECT_EQ(1U, Listener1.FreedEvents[0].Index); 171 EXPECT_EQ(0U, Listener2.EmittedEvents[0].Index); 178 EXPECT_EQ(1U, Listener2.EmittedEvents[1].Index); [all...] |
/external/llvm/lib/Object/ |
MachOObject.cpp | 143 MachOObject::getLoadCommandInfo(unsigned Index) const { 144 assert(Index < getHeader().NumLoadCommands && "Invalid index!"); 147 if (Index >= NumLoadedCommands) { 149 if (Index == 0) { 152 const LoadCommandInfo &Prev = getLoadCommandInfo(Index - 1); 156 LoadCommandInfo &Info = LoadCommands[Index]; 164 NumLoadedCommands = Index + 1; 167 return LoadCommands[Index]; 262 SwapValue(Value.Index); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRHashRule.h | 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index; 70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRHashRule.h | 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index; 70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRHashRule.h | 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index; 70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
|