Lines Matching refs:expr_name
376 const char* expr_name = NULL; in set_context() local
413 expr_name = "()"; in set_context()
417 expr_name = "lambda"; in set_context()
420 expr_name = "function call"; in set_context()
425 expr_name = "operator"; in set_context()
428 expr_name = "generator expression"; in set_context()
431 expr_name = "yield expression"; in set_context()
434 expr_name = "list comprehension"; in set_context()
437 expr_name = "set comprehension"; in set_context()
440 expr_name = "dict comprehension"; in set_context()
446 expr_name = "literal"; in set_context()
449 expr_name = "comparison"; in set_context()
452 expr_name = "repr"; in set_context()
455 expr_name = "conditional expression"; in set_context()
464 if (expr_name) { in set_context()
469 expr_name); in set_context()