Home
last modified time | relevance | path

Searched defs:_alias (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-reserved-identifier.cpp140 using _alias = int; typedef
/external/iw/
Diw.h81 …D(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel, _alias)\ argument
/external/python/cpython2/Demo/parser/
Dunparse.py566 def _alias(self, t): member in Unparser
/external/python/cpython2/Include/
DPython-ast.h369 struct _alias { struct
370 identifier name;
371 identifier asname;
/external/python/cpython3/Include/
DPython-ast.h436 struct _alias { struct
437 identifier name;
438 identifier asname;
/external/python/cpython3/Lib/
Dtyping.py1637 _alias = _SpecialGenericAlias variable