Searched defs:_alias (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-reserved-identifier.cpp | 140 using _alias = int; typedef
|
/external/iw/ |
D | iw.h | 81 …D(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel, _alias)\ argument
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 566 def _alias(self, t): member in Unparser
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 369 struct _alias { struct 370 identifier name; 371 identifier asname;
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 436 struct _alias { struct 437 identifier name; 438 identifier asname;
|
/external/python/cpython3/Lib/ |
D | typing.py | 1637 _alias = _SpecialGenericAlias variable
|