Searched refs:compiler_pattern_subpattern (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 307 static int compiler_pattern_subpattern(struct compiler *, pattern_ty, 5797 RETURN_IF_FALSE(compiler_pattern_subpattern(c, pattern, pc)); in pattern_helper_sequence_unpack() 5833 RETURN_IF_FALSE(compiler_pattern_subpattern(c, pattern, pc)); in pattern_helper_sequence_subscr() 5843 compiler_pattern_subpattern(struct compiler *c, pattern_ty p, pattern_context *pc) in compiler_pattern_subpattern() function 5965 RETURN_IF_FALSE(compiler_pattern_subpattern(c, pattern, pc)); in compiler_pattern_class() 6073 RETURN_IF_FALSE(compiler_pattern_subpattern(c, pattern, pc)); in compiler_pattern_mapping()
|