Searched defs:Lambda (Results 1 – 5 of 5) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | Python-ast.h | 215 } Lambda; member 458 #define Lambda(a0, a1, a2, a3, a4) _Py_Lambda(a0, a1, a2, a3, a4) macro
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | Python-ast.h | 215 } Lambda; member 458 #define Lambda(a0, a1, a2, a3, a4) _Py_Lambda(a0, a1, a2, a3, a4) macro
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
| D | ast.py | 772 class Lambda(Node): class
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | Python-ast.c | 1541 Lambda(arguments_ty args, expr_ty body, int lineno, int col_offset, PyArena in Lambda() function
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | Python-ast.c | 1558 Lambda(arguments_ty args, expr_ty body, int lineno, int col_offset, PyArena in Lambda() function
|