Searched refs:NotIn (Results 1 – 14 of 14) sorted by relevance
53 gast.NotIn: 'ag__.not_in',
100 op = NotIn; in fold_unaryop()102 case NotIn: in fold_unaryop()409 if (op == In || op == NotIn) { in fold_compare()
470 case NotIn: in append_ast_compare()
3677 case NotIn: in ast2obj_cmpop()7587 *out = NotIn; in obj2ast_cmpop()
1171 return NotIn; in ast_for_comp_op()
2115 case NotIn: in cmpop()
99 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
111 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
107 gast.Is, gast.IsNot, gast.In, gast.NotIn,
25 In=9, NotIn=10 } cmpop_ty; enumerator
563 return NotIn; in ast_for_comp_op()
3130 case NotIn: in ast2obj_cmpop()6396 *out = NotIn; in obj2ast_cmpop()
2269 case NotIn: in cmpop()