Home
last modified time | relevance | path

Searched refs:alias_ty (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Python/
Dfuture.c17 alias_ty name = (alias_ty)asdl_seq_GET(names, i); in future_check_features()
Dsymtable.c218 static int symtable_visit_alias(struct symtable *st, alias_ty);
1947 symtable_visit_alias(struct symtable *st, alias_ty a) in symtable_visit_alias()
Dcompile.c3346 alias_ty alias = (alias_ty)asdl_seq_GET(s->v.Import.names, i); in compiler_import()
3399 alias_ty alias = (alias_ty)asdl_seq_GET(s->v.ImportFrom.names, i); in compiler_from_import()
3419 alias_ty alias = (alias_ty)asdl_seq_GET(s->v.ImportFrom.names, i); in compiler_from_import()
DPython-ast.c368 GENERATE_ASDL_SEQ_CONSTRUCTOR(alias, alias_ty)
1871 static int obj2ast_alias(struct ast_state *state, PyObject* obj, alias_ty* out,
3332 alias_ty
3336 alias_ty p; in _PyAST_alias()
3342 p = (alias_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_alias()
5032 alias_ty o = (alias_ty)_o; in ast2obj_alias()
7552 alias_ty val; in obj2ast_stmt()
7621 alias_ty val; in obj2ast_stmt()
10691 obj2ast_alias(struct ast_state *state, PyObject* obj, alias_ty* out, PyArena* in obj2ast_alias()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_type_test.cc30 auto* alias_ty = ty.Of(alias); in TEST_F() local
31 WrapInFunction(Var("make_reachable", alias_ty)); in TEST_F()
36 ASSERT_TRUE(gen.EmitType(out, alias_ty)) << gen.error(); in TEST_F()
/third_party/python/Include/internal/
Dpycore_ast.h44 typedef struct _alias *alias_ty; typedef
115 alias_ty typed_elements[1];
804 alias_ty _PyAST_alias(identifier name, identifier asname, int lineno, int
/third_party/python/Parser/
Dpegen.h263 alias_ty _PyPegen_alias_for_star(Parser *, int, int, int, int, PyArena *);
Dpegen.c1687 alias_ty
Dparser.c528 static alias_ty import_from_as_name_rule(Parser *p);
530 static alias_ty dotted_as_name_rule(Parser *p);
3567 …_res = ( asdl_alias_seq * ) _PyPegen_singleton_seq ( p , CHECK ( alias_ty , _PyPegen_alias_for_sta… in import_from_targets_rule()
3649 static alias_ty
3660 alias_ty _res = NULL; in import_from_as_name_rule()
3758 static alias_ty
3769 alias_ty _res = NULL; in dotted_as_name_rule()
23917 alias_ty elem; in _loop0_34_rule()
23984 alias_ty elem; in _gather_33_rule()
24084 alias_ty elem; in _loop0_37_rule()
[all …]
/third_party/python/Grammar/
Dpython.gram148 …| '*' { (asdl_alias_seq*)_PyPegen_singleton_seq(p, CHECK(alias_ty, _PyPegen_alias_for_star(p, EXTR…
152 import_from_as_name[alias_ty]:
158 dotted_as_name[alias_ty]: