Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c2551 compiler_check_debug_one_arg(struct compiler *c, arg_ty arg) in compiler_check_debug_one_arg() function
2565 if (!compiler_check_debug_one_arg(c, asdl_seq_GET(args, i))) in compiler_check_debug_args_seq()
2579 if (!compiler_check_debug_one_arg(c, args->vararg)) in compiler_check_debug_args()
2583 if (!compiler_check_debug_one_arg(c, args->kwarg)) in compiler_check_debug_args()