HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 751 - 775 of 1147) sorted by null

<<31323334353637383940>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 55 /** <summary>0..n-1 index into string of next char</summary> */
61 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
71 * A null is kept @ index 0. Create upon first call to mark().
119 * Return the current input symbol index 0..n where n indicates the
120 * last symbol has been read. The index is the index of char to
124 public virtual int Index
281 * consume() ahead until p==index; can't just set p=index as we must
285 public virtual void Seek( int index )
    [all...]
BaseRecognizer.cs 446 if ( state.lastErrorIndex == input.Index )
448 // uh oh, another error at same token index; must be a case
454 state.lastErrorIndex = input.Index;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTreeAdaptor.h 137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
139 - (id<ANTLRTree>) deleteChild:(id<ANTLRTree>)aTree Index:(NSInteger)index;
ANTLRTreeAdaptor.h 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
138 - (id<ANTLRTree>) deleteChild:(id<ANTLRTree>)t Index:(NSInteger)index;
150 /** What index is this node in the child list? Range: 0..n-1
155 - (void) setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTreeAdaptor.h 137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
139 - (id<ANTLRTree>) deleteChild:(id<ANTLRTree>)aTree Index:(NSInteger)index;
ANTLRTreeAdaptor.h 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
138 - (id<ANTLRTree>) deleteChild:(id<ANTLRTree>)t Index:(NSInteger)index;
150 /** What index is this node in the child list? Range: 0..n-1
155 - (void) setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTreeAdaptor.h 137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
139 - (id<ANTLRTree>) deleteChild:(id<ANTLRTree>)aTree Index:(NSInteger)index;
ANTLRTreeAdaptor.h 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
138 - (id<ANTLRTree>) deleteChild:(id<ANTLRTree>)t Index:(NSInteger)index;
150 /** What index is this node in the child list? Range: 0..n-1
155 - (void) setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTreeAdaptor.h 130 - (void) setChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)index Child:(id<ANTLRBaseTree>)aChild;
132 - (id<ANTLRBaseTree>) deleteChild:(id<ANTLRBaseTree>)aTree Index:(NSInteger)index;
140 /** What index is this node in the child list? Range: 0..n-1
145 - (void) setChildIndex:(id)t With:(NSInteger)index;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1098 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {}
1100 : SExpr(E), Array(A), Index(N) {}
1105 SExpr *index() { return Index; } function in class:clang::threadSafety::ArrayIndex
1106 const SExpr *index() const { return Index; } function in class:clang::threadSafety::ArrayIndex
1111 auto Ni = Vs.traverse(Index, Vs.subExprCtx(Ctx));
1120 return Cmp.compare(index(), E->index());
1125 SExpr* Index;
1143 SExpr *index() { return Index; } function in class:clang::threadSafety::ArrayAdd
1144 const SExpr *index() const { return Index; } function in class:clang::threadSafety::ArrayAdd
1394 unsigned index() const { return Index; } function in class:clang::threadSafety::Goto
    [all...]
  /external/clang/include/clang/Serialization/
Module.h 107 /// \brief The index of this module in the list of modules.
108 unsigned Index;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 36 // typedef typename MatrixType::Index Index;
426 typedef typename Derived::Index Index;
456 Index rows() const { return m_A.rows(); }
457 Index cols() const { return m_A.cols(); }
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 95 if (table_index) *table_index = Index::NOT_FOUND_INDEX;
228 /* Note: for non-collection SFNT data we ignore index. This is because
230 * non-TTC, but the index is more than zero. */
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 559 SlotIndex Index = Indexes->getInstructionIndex(&I);
561 assert(Interval->find(Index) != Interval->end() &&
610 SlotIndex Index = Indexes->getInstructionIndex(&I);
611 if (Interval->find(Index) == Interval->end()) {
779 // indices to use the remapped frame index.
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 349 /// Return a base defining value for the 'Index' element of the given vector
350 /// instruction 'I'. If Index is null, returns a BDV for the entire vector
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-text-section.s 30 @ Check the index of .text section. This will be used in .ARM.exidx.
32 @ CHECK: Index: 2
58 @ Check the linked section of the EXIDX section. This should be the index
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 61 if (inst->DstReg.File != RC_FILE_OUTPUT || inst->DstReg.Index != c->OutputDepth)
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h 67 int32_t Index,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h     [all...]
ipexport.h 72 ULONG Index;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbscan.h 77 IN UCHAR Index;
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 363 unsigned Index = RI.getEncodingValue(Reg) & 0xff;
365 Result.push_back(std::pair<int, unsigned>(Index, 0));
372 if (Index > 127) {
378 Result.push_back(std::pair<int, unsigned>(Index, Chan));
488 /// Given a swizzle sequence SwzCandidate and an index Idx, returns the next
643 unsigned Index = RI.getEncodingValue(Src.first->getReg()) & 0xff;
645 Consts.push_back((Index << 2) | Chan);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 71 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);

Completed in 993 milliseconds

<<31323334353637383940>>