Searched refs:_PyAST_AsyncFunctionDef (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_ast.h | 646 stmt_ty _PyAST_AsyncFunctionDef(identifier name, arguments_ty args,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_ast.h | 646 stmt_ty _PyAST_AsyncFunctionDef(identifier name, arguments_ty args,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_ast.h | 646 stmt_ty _PyAST_AsyncFunctionDef(identifier name, arguments_ty args,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_ast.h | 646 stmt_ty _PyAST_AsyncFunctionDef(identifier name, arguments_ty args,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_ast.h | 646 stmt_ty _PyAST_AsyncFunctionDef(identifier name, arguments_ty args,
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | action_helpers.c | 769 return _PyAST_AsyncFunctionDef( in _PyPegen_function_def_decorators()
|
D | parser.c | 4524 …_res = CHECK_VERSION ( stmt_ty , 5 , "Async functions are" , _PyAST_AsyncFunctionDef ( n -> v . Na… in function_def_raw_rule()
|
/aosp_15_r20/external/python/cpython3/Grammar/ |
D | python.gram | 276 _PyAST_AsyncFunctionDef(n->v.Name.id,
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | Python-ast.c | 1993 _PyAST_AsyncFunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * in _PyAST_AsyncFunctionDef() function 6125 *out = _PyAST_AsyncFunctionDef(name, args, body, decorator_list, in obj2ast_stmt()
|