Searched refs:first_type (Results 1 – 1 of 1) sorted by relevance
558 type_T *first_type = context->arg_types[context->arg_idx - 2]; in arg_extend3() local560 if (first_type->tt_type == VAR_LIST) in arg_extend3()562 if (first_type->tt_type == VAR_DICT) in arg_extend3()612 type_T *first_type = context->arg_types[context->arg_idx - 1]; in arg_remove2() local614 if (first_type->tt_type == VAR_LIST || first_type->tt_type == VAR_BLOB) in arg_remove2()616 if (first_type->tt_type == VAR_DICT) in arg_remove2()