Searched refs:_alias (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Lib/ |
D | typing.py | 1190 def _alias(origin, params, inst=True): function 1193 Hashable = _alias(collections.abc.Hashable, ()) # Not generic. 1194 Awaitable = _alias(collections.abc.Awaitable, T_co) 1195 Coroutine = _alias(collections.abc.Coroutine, (T_co, T_contra, V_co)) 1196 AsyncIterable = _alias(collections.abc.AsyncIterable, T_co) 1197 AsyncIterator = _alias(collections.abc.AsyncIterator, T_co) 1198 Iterable = _alias(collections.abc.Iterable, T_co) 1199 Iterator = _alias(collections.abc.Iterator, T_co) 1200 Reversible = _alias(collections.abc.Reversible, T_co) 1201 Sized = _alias(collections.abc.Sized, ()) # Not generic. [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | dllexport.ll | 81 ; CHECK: .globl _alias 82 ; CHECK: _alias = _notExported 117 ; CHECK-CL-SAME: /EXPORT:_alias
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dllexport.ll | 81 ; CHECK: .globl _alias 82 ; CHECK: .set _alias, _notExported 117 ; CHECK-CL: .ascii " /EXPORT:_alias"
|
/external/iw/ |
D | iw.h | 81 …D(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel, _alias)\ argument 83 …static const struct cmd *_alias = &__cmd ## _ ## _symname ## _ ## _handler ## _ ## _nlcmd ## _ ## …
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 35 typedef struct _alias *alias_ty; 369 struct _alias { struct
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 37 typedef struct _alias *alias_ty; 431 struct _alias { struct
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 566 def _alias(self, t): member in Unparser
|
/external/python/cpython3/Tools/parser/ |
D | unparse.py | 658 def _alias(self, t): member in Unparser
|
/external/libunwind/doc/ |
D | libunwind-dynamic.tex | 373 \_U\_dyn\_op\_alias();
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AliasAnalysis.rst | 102 .. _alias:
|
/external/llvm/docs/ |
D | AliasAnalysis.rst | 102 .. _alias:
|
/external/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/python/setuptools/docs/ |
D | setuptools.txt | 1665 .. _alias:
|