Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py1432 def _alias(origin, params, inst=True): function
1435 Hashable = _alias(collections.abc.Hashable, ()) # Not generic.
1436 Awaitable = _alias(collections.abc.Awaitable, T_co)
1437 Coroutine = _alias(collections.abc.Coroutine, (T_co, T_contra, V_co))
1438 AsyncIterable = _alias(collections.abc.AsyncIterable, T_co)
1439 AsyncIterator = _alias(collections.abc.AsyncIterator, T_co)
1440 Iterable = _alias(collections.abc.Iterable, T_co)
1441 Iterator = _alias(collections.abc.Iterator, T_co)
1442 Reversible = _alias(collections.abc.Reversible, T_co)
1443 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.h45 typedef struct _alias *alias_ty;
453 struct _alias { struct
/external/python/cpython2/Demo/parser/
Dunparse.py566 def _alias(self, t): member in Unparser
/external/python/cpython3/Tools/parser/
Dunparse.py656 def _alias(self, t): member in Unparser
/external/libunwind/doc/
Dlibunwind-dynamic.tex373 \_U\_dyn\_op\_alias();
/external/llvm/docs/
DAliasAnalysis.rst102 .. _alias:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAliasAnalysis.rst102 .. _alias:
/external/python/setuptools/docs/
Dsetuptools.txt1665 .. _alias: