Home
last modified time | relevance | path

Searched defs:getIndex (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/external/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h44 ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
68 ModuleSummaryIndex &getIndex() { return IndexBuilder->getIndex(); } in getIndex() function
69 const ModuleSummaryIndex &getIndex() const { in getIndex() function
/external/llvm-project/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h66 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
67 const ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
90 const ModuleSummaryIndex *getIndex() const { return Index; } in getIndex() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h63 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
64 const ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
/external/llvm/include/llvm/Object/
DModuleSummaryIndexObjectFile.h62 const ModuleSummaryIndex &getIndex() const { in getIndex() function
65 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
/external/llvm-project/clang/test/Analysis/diagnostics/
Dtrack_subexpressions.cpp24 int getIndex(int x) { in getIndex() function
56 int getIndex(int x) { in getIndex() function
/external/skia/src/gpu/d3d/
DGrD3DDescriptorHeap.h42 size_t getIndex(const CPUHandle& handle) { in getIndex() function
50 size_t getIndex(const GPUHandle& handle) { in getIndex() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h50 SDValue getIndex() { return Index; } in getIndex() function
51 SDValue getIndex() const { return Index; } in getIndex() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h50 SDValue getIndex() { return Index; } in getIndex() function
51 SDValue getIndex() const { return Index; } in getIndex() function
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPredicate.h174 ArrayRef<unsigned> getIndex() const final { return parent->getIndex(); } in getIndex() function
191 ArrayRef<unsigned> getIndex() const final { return parent->getIndex(); } in getIndex() function
222 ArrayRef<unsigned> getIndex() const final { return key; } in getIndex() function
239 ArrayRef<unsigned> getIndex() const final { return key.first->getIndex(); } in getIndex() function
260 ArrayRef<unsigned> getIndex() const final { return key->getIndex(); } in getIndex() function
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DAttributesImplSerializer.java71 public final int getIndex(String qname) in getIndex() method in AttributesImplSerializer
213 public final int getIndex(String uri, String localName) in getIndex() method in AttributesImplSerializer
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DAttList.java232 public int getIndex(String uri, String localPart) in getIndex() method in AttList
253 public int getIndex(String qName) in getIndex() method in AttList
/external/apache-xml/src/main/java/org/apache/xml/utils/
DAttList.java223 public int getIndex(String uri, String localPart) in getIndex() method in AttList
244 public int getIndex(String qName) in getIndex() method in AttList
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIndexedInstruction.java28 int getIndex(); in getIndex() method
/external/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h24 uint32_t getIndex() const { return Index; } in getIndex() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderReference.java37 int getIndex(); in getIndex() method
DBuilderStringReference.java51 @Override public int getIndex() { in getIndex() method in BuilderStringReference
DBuilderTypeReference.java51 @Override public int getIndex() { in getIndex() method in BuilderTypeReference
DBuilderMethodHandleReference.java58 @Override public int getIndex() { in getIndex() method in BuilderMethodHandleReference
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DRepresentation.java168 public abstract DashSegmentIndex getIndex(); in getIndex() method in Representation
260 public DashSegmentIndex getIndex() { in getIndex() method in Representation.SingleSegmentRepresentation
304 public DashSegmentIndex getIndex() { in getIndex() method in Representation.MultiSegmentRepresentation
/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { in getIndex() function in AddressPool
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
DBuilderDeserializationTest2486.java21 public int getIndex() { in getIndex() method in BuilderDeserializationTest2486.MyPOJOWithArrayCreator
63 public int getIndex() { in getIndex() method in BuilderDeserializationTest2486.MyPOJOWithPrimitiveCreator
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DByteSequence.java41 public final int getIndex() { in getIndex() method in ByteSequence
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DClassElementValue.java41 public int getIndex() in getIndex() method in ClassElementValue

12345678910>>...12