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

1 2 3 4 5 67 8 910

  /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
287 /// The suboperand index within SrcOpName, or -1 for the entire operand.
429 /// suboperand index.
439 /// This does not check the suboperand index.
522 /// \brief An unique index assigned to represent this feature.
523 unsigned Index;
525 SubtargetFeatureInfo(Record *D, unsigned Idx) : TheDef(D), Index(Idx) {}
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 463 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index) {
466 return wrap(MD->getOperand(Index));
467 return wrap(cast<User>(V)->getOperand(Index));
470 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) {
471 unwrap<User>(Val)->setOperand(Index, unwrap(Op));
    [all...]
  /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...]
ExprObjC.h 881 SourceLocation getSelectorLoc(unsigned Index) const {
882 assert(Index < getNumSelectorLocs() && "Index out of range!");
884 return getStandardSelectorLoc(Index, getSelector(),
889 return getStoredSelLocs()[Index];
    [all...]
DeclObjC.h 290 SourceLocation getSelectorLoc(unsigned Index) const {
291 assert(Index < getNumSelectorLocs() && "Index out of range!");
293 return getStandardSelectorLoc(Index, getSelector(),
298 return getStoredSelLocs()[Index];
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 259 /// When the pointer at index I is non-NULL, the type with
273 /// When the pointer at index I is non-NULL, the declaration with ID
338 /// If the pointer at index I is non-NULL, then it refers to the
678 QualType readTypeRecord(unsigned Index);
679 RecordLocation TypeCursorForIndex(unsigned Index);
680 void LoadedDecl(unsigned Index, Decl *D);
797 virtual PreprocessedEntity *ReadPreprocessedEntity(unsigned Index);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 324 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion);
441 << Index << ',' << getElementType().getAsString() << '}';
795 // want to strip away ElementRegions, however, where the index is 0.
796 SVal index = ER->getIndex(); local
797 if (nonloc::ConcreteInt *CI = dyn_cast<nonloc::ConcreteInt>(&index)) {
832 SVal index = ER->getIndex(); local
833 if (nonloc::ConcreteInt *CI = dyn_cast<nonloc::ConcreteInt>(&index)) {
885 SVal Index = ER->getIndex();
886 if (const nonloc::ConcreteInt *CI=dyn_cast<nonloc::ConcreteInt>(&Index)) {
891 // We cannot compute offset for non-concrete index
    [all...]
  /external/llvm/include/llvm/Object/
MachOFormat.h 287 uint32_t Index;
  /frameworks/compile/slang/
slang_rs_reflection.cpp 262 static const char *GetVectorAccessor(unsigned Index) {
270 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char*))) &&
271 "Out-of-bound index to access vector member");
273 return VectorAccessorMap[Index];
    [all...]
slang_rs_reflection.h 75 // A mapping from a field in a record type to its index in the rsType
80 // Field index of current processing TypeClass.
295 void genNewItemBufferIfNull(Context &C, const char *Index);
  /external/clang/lib/CodeGen/
CGCall.cpp 768 unsigned Index = 1;
782 PAL.push_back(llvm::AttributeWithIndex::get(Index,
784 ++Index;
833 Index += STy->getNumElements()-1; // 1 will be added below.
857 Index += types.size();
863 PAL.push_back(llvm::AttributeWithIndex::get(Index, Attributes));
864 ++Index;
    [all...]
CGCleanup.cpp 664 // destination index. For fall-throughs this is always zero.
    [all...]
CGRecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 84 COLOR_INDEX Color Color index
85 STENCIL_INDEX Stencil Stencil index
99 DEPTH_STENCIL Depth, Depth component, stencil index.
190 the GL is in color index mode, then the color index is obtained."
192 The new format is added to the discussion of Index Lookup. It should
194 ABGR_EXT, LUMINANCE, or LUMINANCE_ALPHA, then the index is used to
  /external/clang/include/clang/Basic/
TargetInfo.h 424 unsigned NumOutputs, unsigned &Index) const;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 122 bool SelectAddrIdx(SDValue N, SDValue &Base, SDValue &Index) {
123 return PPCLowering.SelectAddressRegReg(N, Base, Index, *CurDAG);
128 bool SelectAddrIdxOnly(SDValue N, SDValue &Base, SDValue &Index) {
129 return PPCLowering.SelectAddressRegRegOnly(N, Base, Index, *CurDAG);
572 /// getCRIdxForSetCC - Return the index of the condition register field
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 31 C) Index
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 810 NonLoc Index;
814 ElementType(elementType), Index(Idx) {
817 "The index must be signed");
825 NonLoc getIndex() const { return Index; }
994 /// associated element type, index, and super region.
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 822 unsigned Index) {
825 if (!Results || Index >= Results->Diagnostics.size())
828 return new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 217 /// getGOTIndexForAddress - Return a new or existing index in the GOT for
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp     [all...]

Completed in 687 milliseconds

1 2 3 4 5 67 8 910