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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 121 ast_warn(struct compiling *c, const node *n, char *msg) function
142 !ast_warn(c, n, "assignment to True or False is forbidden in 3.x"))
145 !ast_warn(c, n, "nonlocal is a keyword in 3.x"))
736 if (Py_Py3kWarningFlag && !ast_warn(c, ch,
770 !ast_warn(c, ch, "parenthesized argument names "
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 121 ast_warn(struct compiling *c, const node *n, char *msg) function
142 !ast_warn(c, n, "assignment to True or False is forbidden in 3.x"))
145 !ast_warn(c, n, "nonlocal is a keyword in 3.x"))
736 if (Py_Py3kWarningFlag && !ast_warn(c, ch,
770 !ast_warn(c, ch, "parenthesized argument names "
    [all...]

Completed in 313 milliseconds