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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 36 /* Note different signature for ast_for_call */
37 static expr_ty ast_for_call(struct compiling *, const node *, expr_ty);
862 d = ast_for_call(c, CHILD(n, 3), name_expr);
1978 ast_for_call(struct compiling *c, const node *n, expr_ty func) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 36 /* Note different signature for ast_for_call */
37 static expr_ty ast_for_call(struct compiling *, const node *, expr_ty);
862 d = ast_for_call(c, CHILD(n, 3), name_expr);
1973 ast_for_call(struct compiling *c, const node *n, expr_ty func) function
    [all...]
  /external/python/cpython2/Python/
ast.c 36 /* Note different signature for ast_for_call */
37 static expr_ty ast_for_call(struct compiling *, const node *, expr_ty);
862 d = ast_for_call(c, CHILD(n, 3), name_expr);
1978 ast_for_call(struct compiling *c, const node *n, expr_ty func) function
    [all...]
  /external/python/cpython3/Python/
ast.c 606 /* Note different signature for ast_for_call */
607 static expr_ty ast_for_call(struct compiling *, const node *, expr_ty, bool);
2699 ast_for_call(struct compiling *c, const node *n, expr_ty func, bool allowgen) function
    [all...]

Completed in 3214 milliseconds