Home
last modified time | relevance | path

Searched refs:pattern_helper_store_name (Results 1 – 2 of 2) sorted by relevance

/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c5734 pattern_helper_store_name(struct compiler *c, identifier n, pattern_context *pc) in pattern_helper_store_name() function
5866 return pattern_helper_store_name(c, p->v.MatchAs.name, pc); in compiler_pattern_as()
5874 RETURN_IF_FALSE(pattern_helper_store_name(c, p->v.MatchAs.name, pc)); in compiler_pattern_as()
5882 RETURN_IF_FALSE(pattern_helper_store_name(c, p->v.MatchStar.name, pc)); in compiler_pattern_star()
6082 RETURN_IF_FALSE(pattern_helper_store_name(c, star_target, pc)); in compiler_pattern_mapping()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c5856 pattern_helper_store_name(struct compiler *c, identifier n, pattern_context *pc) in pattern_helper_store_name() function
5988 return pattern_helper_store_name(c, p->v.MatchAs.name, pc); in compiler_pattern_as()
5996 RETURN_IF_FALSE(pattern_helper_store_name(c, p->v.MatchAs.name, pc)); in compiler_pattern_as()
6004 RETURN_IF_FALSE(pattern_helper_store_name(c, p->v.MatchStar.name, pc)); in compiler_pattern_star()
6218 RETURN_IF_FALSE(pattern_helper_store_name(c, star_target, pc)); in compiler_pattern_mapping()