Searched refs:alias_ty (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Python/ |
H A D | future.c | 17 alias_ty name = (alias_ty)asdl_seq_GET(names, i); in future_check_features()
|
H A D | compile.c | 3928 alias_ty alias = (alias_ty)asdl_seq_GET(s->v.Import.names, i); in compiler_import() 3974 alias_ty alias = (alias_ty)asdl_seq_GET(s->v.ImportFrom.names, i); in compiler_from_import() 3995 alias_ty alias = (alias_ty)asdl_seq_GET(s->v.ImportFrom.names, i); in compiler_from_import()
|
H A D | symtable.c | 218 static int symtable_visit_alias(struct symtable *st, alias_ty); 1939 symtable_visit_alias(struct symtable *st, alias_ty a) in symtable_visit_alias()
|
H A D | Python-ast.c | 370 GENERATE_ASDL_SEQ_CONSTRUCTOR(alias, alias_ty) 1886 static int obj2ast_alias(struct ast_state *state, PyObject* obj, alias_ty* out, 3369 alias_ty 3373 alias_ty p; in _PyAST_alias() 3379 p = (alias_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_alias() 5145 alias_ty o = (alias_ty)_o; in ast2obj_alias() 7859 alias_ty val; in obj2ast_stmt() 7928 alias_ty val; in obj2ast_stmt() 10998 obj2ast_alias(struct ast_state *state, PyObject* obj, alias_ty* ou [all...] |
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_type_test.cc | 30 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/ |
H A D | pycore_ast.h | 44 typedef struct _alias *alias_ty; typedef 115 alias_ty typed_elements[1]; 815 alias_ty _PyAST_alias(identifier name, identifier asname, int lineno, int
|
/third_party/python/Parser/ |
H A D | pegen.h | 292 alias_ty _PyPegen_alias_for_star(Parser *, int, int, int, int, PyArena *);
|
H A D | action_helpers.c | 210 alias_ty
|
H A D | parser.c | 585 static alias_ty import_from_as_name_rule(Parser *p); 587 static alias_ty dotted_as_name_rule(Parser *p); 3648 _res = ( asdl_alias_seq* ) _PyPegen_singleton_seq ( p , CHECK ( alias_ty , _PyPegen_alias_for_star ( p , EXTRA ) ) ); in import_from_targets_rule() 3730 static alias_ty 3741 alias_ty _res = NULL; in import_from_as_name_rule() 3839 static alias_ty 3850 alias_ty _res = NULL; in dotted_as_name_rule() 25088 alias_ty elem; in _loop0_27_rule() 25155 alias_ty elem; in _gather_26_rule() 25254 alias_ty ele in _loop0_30_rule() [all...] |
Completed in 68 milliseconds