HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 226 - 250 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 667 /// \brief Retrieve the depth and index of a parameter pack.
743 unsigned Depth, Index;
744 llvm::tie(Depth, Index) = getDepthAndIndex(PartialPack);
745 if (TemplateArgs.hasTemplateArgument(Depth, Index)) {
746 Result = TemplateArgs(Depth, Index);
747 TemplateArgs.setArgument(Depth, Index, TemplateArgument());
762 unsigned Depth, Index
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 68 /// Get an LValue path entry, which is known to not be an array index, as a
77 /// Get an LValue path entry, which is known to not be an array index, as a
82 /// Get an LValue path entry, which is known to not be an array index, as a
280 /// Index - The call index of this call.
281 unsigned Index;
361 /// NextCallIndex - The next call index to assign.
428 assert(CallIndex && "no call index in getCallFrame");
429 // We will eventually hit BottomFrame, which has Index 1, so Frame can't
432 while (Frame->Index > CallIndex
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 202 SDValue &Scale, SDValue &Index, SDValue &Disp,
205 SDValue &Scale, SDValue &Index, SDValue &Disp,
208 SDValue &Scale, SDValue &Index, SDValue &Disp,
212 SDValue &Index, SDValue &Disp,
218 SDValue &Index, SDValue &Disp,
230 SDValue &Scale, SDValue &Index,
236 Index = AM.IndexReg;
556 // On 64-bit platforms, we can run into an issue where a frame index
558 // will overflow the displacement field. Assuming that the frame index
574 // we do not try to use an unsafe Disp with a frame index
    [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/include/clang/Serialization/
ASTReader.h 264 /// When the pointer at index I is non-NULL, the type with
278 /// When the pointer at index I is non-NULL, the declaration with ID
352 /// If the pointer at index I is non-NULL, then it refers to the
810 QualType readTypeRecord(unsigned Index);
811 RecordLocation TypeCursorForIndex(unsigned Index);
812 void LoadedDecl(unsigned Index, Decl *D);
841 /// \brief Returns (ModuleFile, Local index) pair for \arg GlobalIndex of a
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 637 unsigned Index;
639 Index = Introduced;
641 Index = Deprecated;
643 Index = Obsoleted;
645 Index = Unknown;
647 if (Index < Unknown) {
648 if (!Changes[Index].KeywordLoc.isInvalid()) {
651 << SourceRange(Changes[Index].KeywordLoc,
652 Changes[Index].VersionRange.getEnd());
655 Changes[Index].KeywordLoc = KeywordLoc
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 122 int stopIndex, // index or MEMO_RULE_UNKNOWN...
125 Console.WriteLine("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex);
127 //System.out.println("rule "+ruleIndex+" missed @ "+input.index());
133 //System.out.println("rule "+ruleIndex+" hit @ "+input.index());
158 int startingLookaheadIndex = parser.TokenStream.Index;
163 " @ " + input.Get(input.Index) +
226 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex);
251 Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" +
252 d.decision.decision + " start index " + d.startIndex);
261 // get starting index off stac
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 126 int stopIndex, // index or MEMO_RULE_UNKNOWN...
130 Console.WriteLine("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex);
133 //System.out.println("rule "+ruleIndex+" missed @ "+input.index());
141 //System.out.println("rule "+ruleIndex+" hit @ "+input.index());
169 int startingLookaheadIndex = parser.TokenStream.Index;
175 " @ " + input.Get(input.Index) +
245 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex);
276 Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" +
277 d.decision.decision + " start index " + d.startIndex);
287 // get starting index off stac
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 467 /// Ordinal - The section index in the assemblers section list.
470 /// LayoutOrder - The index of this section in the layout order.
571 /// Index - Index field, for use by the object file implementation.
572 uint64_t Index;
645 /// getIndex - Get the (implementation defined) index.
646 uint64_t getIndex() const { return Index; }
648 /// setIndex - Set the (implementation defined) index.
649 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));
CGCall.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleTriMesh.java 129 VertexBuffer ivb = new VertexBuffer(VertexBuffer.Type.Index);
132 buf = getBuffer(VertexBuffer.Type.Index);
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 226 SD.Index = RealSD.Index;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 264 bool SelectAddressRegReg(SDValue N, SDValue &Base, SDValue &Index,
275 bool SelectAddressRegRegOnly(SDValue N, SDValue &Base, SDValue &Index,
  /external/llvm/lib/VMCore/
Value.cpp 421 Value *Index = *I;
426 ConstantInt *CI = dyn_cast<ConstantInt>(Index);
Core.cpp 471 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index) {
474 return wrap(MD->getOperand(Index));
475 return wrap(cast<User>(V)->getOperand(Index));
478 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) {
479 unwrap<User>(Val)->setOperand(Index, unwrap(Op));
    [all...]
  /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
  /external/webkit/LayoutTests/dom/xhtml/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
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 95 /// This is the current buffer index we're lexing from as managed by the
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 90 // matches. After that, if the operand to be matched has its index
284 /// The suboperand index within SrcOpName, or -1 for the entire operand.
437 /// suboperand index.
447 /// This does not check the suboperand index.
530 /// \brief An unique index assigned to represent this feature.
531 unsigned Index;
533 SubtargetFeatureInfo(Record *D, unsigned Idx) : TheDef(D), Index(Idx) {}
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 93 "), index=" + input.Index);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 110 "), index=" + input.Index );
  /external/chromium/net/disk_cache/
backend_impl.h 30 kMask = 1, // A mask (for the index table) was specified.
122 // A node was recovered from a crash, it may not be on the index, so this
270 // Creates a new backing file for the cache index.
287 // if it doesn't match the entry on the index, we know that it was replaced
327 // Upgrades the index file to version 2.1.
330 // Performs basic checks on the index file. Returns false on failure.
343 scoped_refptr<MappedFile> index_; // The main cache index.
345 Index* data_; // Pointer to the index data.
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 351 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion);
482 << Index << ',' << getElementType().getAsString() << '}';
907 // want to strip away ElementRegions, however, where the index is 0.
908 SVal index = ER->getIndex(); local
909 if (nonloc::ConcreteInt *CI = dyn_cast<nonloc::ConcreteInt>(&index)) {
944 SVal index = ER->getIndex(); local
945 if (nonloc::ConcreteInt *CI = dyn_cast<nonloc::ConcreteInt>(&index)) {
997 SVal Index = ER->getIndex();
998 if (const nonloc::ConcreteInt *CI=dyn_cast<nonloc::ConcreteInt>(&Index)) {
1003 // We cannot compute offset for non-concrete index
    [all...]

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 91011>>