HomeSort by relevance Sort by last modified time
    Searched refs:boolop_ty (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 16 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,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 16 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,

Completed in 58 milliseconds