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

1 2 3 4 5 6 7 8910

  /external/clang/lib/AST/
ItaniumMangle.cpp 326 void mangleTemplateParameter(unsigned Index);
    [all...]
ExprConstant.cpp 584 APSInt Index;
585 if (!EvaluateInteger(E->getIdx(), Index, Info))
589 Result.Offset += Index.getSExtValue() * ElementSize;
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 667 unsigned Index = Record[Idx++];
672 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc));
677 unsigned Index = Record[Idx++];
684 Designators.push_back(Designator(Index, LBracketLoc, EllipsisLoc,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Type.h     [all...]
ASTContext.h 755 QualType getTemplateTypeParmType(unsigned Depth, unsigned Index,
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 509 // Get the function pointer (or index if this is a virtual function).
512 uint64_t Index = CGM.getVTableContext().getMethodVTableIndex(MD);
517 uint64_t VTableOffset = (Index * PointerWidth.getQuantity());
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 96 // A ScopedIndexUpdater temporarily removes an entry from an index,
97 // and restores it to the index when the scope exits. This simplifies
98 // the common pattern where items need to be removed from an index
104 // in the index.
110 typename Index<Indexer>::Set* index)
112 index_(index) {
126 // The entry that was temporarily removed from the index.
128 // The index which we are updating.
129 typename Index<Indexer>::Set* const index_
1573 MetahandleSet* index; local
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 335 SDValue Index = Op.getOperand(2);
345 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
348 SDValue ScaledIndex = DAG.getNode(ISD::SHL, dl, MVT::i32, Index,
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 777 unsigned Index = unsigned(CPU->getZExtValue());
779 Total += SLO->getElementOffset(Index);
782 // Get the index number for the array... which must be long type...
791 assert(BitWidth == 64 && "Invalid index type for getelementptr");
800 DEBUG(dbgs() << "GEP Index " << Total << " bytes.\n");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 157 SDValue GetVectorElementPointer(SDValue VecPtr, EVT EltVT, SDValue Index);
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp 94 /// insertion index for the INSERT_VECTOR_ELT instruction. In this case, it
634 /// insertion index for the INSERT_VECTOR_ELT instruction. In this case, it
666 // Add the offset to the index.
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 189 Flags(0), Index(0)
612 // example, to set the index fields in the symbol data).
949 << " Flags:" << getFlags() << " Index:" << getIndex();
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 33 # --git-index flag added by Joe Mason <joe.mason@torchmobile.com>
123 "git-index" => \$gitIndex,
136 print STDERR " --git-index Populate the ChangeLogs from the git index only\n";
147 die "--git-commit and --git-index are incompatible." if ($gitIndex && $gitCommit);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 188 int index; local
471 index =(ParamSize+1) >> 1;
474 index = ParamSize >> 1; /*Divide by 2*/
476 index = index + 16; /*Add 16 to the index in order to point to the correct location*/
478 arr[index] = END_OF_CR_PHASE_ARGS;
744 VPP_DPRINT("VPP: Enable port index=%ld",nParam1);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 61 /// a single (declaration, index) mapping (the common case) but
62 /// can also store a list of (declaration, index) mappings.
67 /// of (declaration, index) pairs.
71 /// the index associated with that entry.
77 void Add(NamedDecl *ND, unsigned Index) {
81 SingleDeclIndex = Index;
95 DeclIndexPair(ND, Index));
113 /// this name within a particular scope and their index within the list of
354 iterator(NamedDecl *SingleDecl, unsigned Index)
355 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) { }
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 647 are retrieved based on lines that start with "Index:" or
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
798 if line.startswith("Index:") or line.startswith("Property changes on:"):
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 647 are retrieved based on lines that start with "Index:" or
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
798 if line.startswith("Index:") or line.startswith("Property changes on:"):
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 314 // Out of bound reference? Negative index normalized to large
315 // index? Just return "I don't know".
    [all...]

Completed in 1154 milliseconds

1 2 3 4 5 6 7 8910