Home
last modified time | relevance | path

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

/third_party/python/Python/
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()