Searched refs:compiler_pattern_subpattern (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/python/cpython3/Python/ |
D | compile.c | 444 static int compiler_pattern_subpattern(struct compiler *, pattern_ty, 6447 RETURN_IF_FALSE(compiler_pattern_subpattern(c, pattern, pc)); in pattern_helper_sequence_unpack() 6483 RETURN_IF_FALSE(compiler_pattern_subpattern(c, pattern, pc)); in pattern_helper_sequence_subscr() 6493 compiler_pattern_subpattern(struct compiler *c, pattern_ty p, pattern_context *pc) in compiler_pattern_subpattern() function 6618 RETURN_IF_FALSE(compiler_pattern_subpattern(c, pattern, pc)); in compiler_pattern_class() 6724 RETURN_IF_FALSE(compiler_pattern_subpattern(c, pattern, pc)); in compiler_pattern_mapping()
|