Home
last modified time | relevance | path

Searched defs:implementations (Results 1 – 8 of 8) sorted by relevance

/external/llvm/docs/
DAliasAnalysis.rst520 .. _aliasanalysis-no-aa:
522 The ``-no-aa`` pass
529 The ``-basicaa`` pass
546 The ``-globalsmodref-aa`` pass
566 The ``-steens-aa`` pass
584 The ``-ds-aa`` pass
602 The ``-scev-aa`` pass
667 The ``-print-alias-sets`` pass
678 The ``-count-aa`` pass
693 The ``-aa-eval`` pass
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAliasAnalysis.rst509 .. _aliasanalysis-no-aa:
511 The ``-no-aa`` pass
518 The ``-basicaa`` pass
535 The ``-globalsmodref-aa`` pass
555 The ``-steens-aa`` pass
573 The ``-ds-aa`` pass
591 The ``-scev-aa`` pass
656 The ``-print-alias-sets`` pass
667 The ``-aa-eval`` pass
/external/python/cpython2/Doc/reference/
Dintroduction.rst37 .. _implementations: target
/external/python/cpython3/Doc/reference/
Dintroduction.rst38 .. _implementations: target
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DExtraFieldUtils.java38 private static final Map<ZipShort, Class<?>> implementations; field in ExtraFieldUtils
/external/clang/test/Analysis/
Dregion-1.m23 @protocol EcoBehavioredClassifier <EcoClassInterfaceCommons> - (NSArray *) implementations; method
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc194 std::vector<CollectiveImplementationInterface*>* implementations) { in GetAll()
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java291 private static final ConcurrentMap<Class<?>, Class<?>> implementations = Maps.newConcurrentMap(); field in ArbitraryInstances