Home
last modified time | relevance | path

Searched refs:_expr (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/tools/buildman/
Dboard.py15 self._expr = expr
32 return self._expr
/external/python/cpython2/Include/
DPython-ast.h9 typedef struct _expr *expr_ty;
193 struct _expr { struct
/external/python/cpython3/Include/
DPython-ast.h9 typedef struct _expr *expr_ty;
216 struct _expr { struct
/external/python/cpython3/Python/
Dast_opt.c66 #define COPY_NODE(TO, FROM) (memcpy((TO), (FROM), sizeof(struct _expr)))