Home
last modified time | relevance | path

Searched refs:_alias (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/
Dtyping.py1190 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/
Ddllexport.ll81 ; CHECK: .globl _alias
82 ; CHECK: _alias = _notExported
117 ; CHECK-CL-SAME: /EXPORT:_alias
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddllexport.ll81 ; CHECK: .globl _alias
82 ; CHECK: .set _alias, _notExported
117 ; CHECK-CL: .ascii " /EXPORT:_alias"
/external/iw/
Diw.h81 …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/
DPython-ast.h35 typedef struct _alias *alias_ty;
369 struct _alias { struct
/external/python/cpython3/Include/
DPython-ast.h37 typedef struct _alias *alias_ty;
431 struct _alias { struct
/external/python/cpython2/Demo/parser/
Dunparse.py566 def _alias(self, t): member in Unparser
/external/python/cpython3/Tools/parser/
Dunparse.py658 def _alias(self, t): member in Unparser
/external/libunwind/doc/
Dlibunwind-dynamic.tex373 \_U\_dyn\_op\_alias();
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAliasAnalysis.rst102 .. _alias:
/external/llvm/docs/
DAliasAnalysis.rst102 .. _alias:
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/python/setuptools/docs/
Dsetuptools.txt1665 .. _alias: