Home
last modified time | relevance | path

Searched defs:implementations (Results 1 – 5 of 5) 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/python/cpython2/Doc/reference/
Dintroduction.rst37 .. _implementations: target
/external/python/cpython3/Doc/reference/
Dintroduction.rst38 .. _implementations: target
/external/clang/test/Analysis/
Dregion-1.m23 @protocol EcoBehavioredClassifier <EcoClassInterfaceCommons> - (NSArray *) implementations; method
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java291 private static final ConcurrentMap<Class<?>, Class<?>> implementations = Maps.newConcurrentMap(); field in ArbitraryInstances