Searched defs:boolop_ty (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A DPython-ast.h16 typedef enum _boolop { And=1, Or=2 } boolop_ty; typedef in typeref:enum:_boolop
197 boolop_ty op;
450 expr_ty _Py_BoolOp(boolop_ty op, asdl_seq * values, int lineno, int col_offset,
/external/python/cpython3/Include/
H A DPython-ast.h16 typedef enum _boolop { And=1, Or=2 } boolop_ty; typedef in typeref:enum:_boolop
220 boolop_ty op;
525 expr_ty _Py_BoolOp(boolop_ty op, asdl_seq * values, int lineno, int col_offset,

Completed in 111 milliseconds