Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c2039 compiler_assert(struct compiler *c, stmt_ty s) in compiler_assert() function
2142 return compiler_assert(c, s); in compiler_visit_stmt()
/external/python/cpython3/Python/
Dcompile.c2908 compiler_assert(struct compiler *c, stmt_ty s) in compiler_assert() function
3035 return compiler_assert(c, s); in compiler_visit_stmt()