Lines Matching defs:kind
362 switch (expr->kind) {
753 _PyPegen_augoperator(Parser *p, operator_ty kind)
759 a->kind = kind;
768 if (function_def->kind == AsyncFunctionDef_kind) {
965 if (exp->kind != Constant_kind || !PyComplex_CheckExact(exp->v.Constant.value)) {
975 if (exp->kind != Constant_kind || PyComplex_CheckExact(exp->v.Constant.value)) {
1061 if (name->kind != Name_kind) {
1077 switch (e->kind) {
1143 e->kind, e->lineno);
1211 // they are parsed as expressions. Any other kind of expression
1215 switch (e->kind) {