Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c5657 #define WILDCARD_CHECK(N) \ macro
5814 if (WILDCARD_CHECK(pattern)) { in pattern_helper_sequence_subscr()
5958 if (WILDCARD_CHECK(pattern)) { in compiler_pattern_class()
6067 if (WILDCARD_CHECK(pattern)) { in compiler_pattern_mapping()
6271 only_wildcard &= WILDCARD_CHECK(pattern); in compiler_pattern_sequence()
6368 int has_default = WILDCARD_CHECK(m->pattern) && 1 < cases; in compiler_match_inner()
6447 #undef WILDCARD_CHECK