Home
last modified time | relevance | path

Searched refs:_PyAST_FunctionDef (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast.h641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast.h641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast.h641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast.h641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_ast.h641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
/aosp_15_r20/external/python/cpython3/Parser/
Daction_helpers.c777 return _PyAST_FunctionDef( in _PyPegen_function_def_decorators()
Dparser.c4464 …_res = _PyAST_FunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyP… in function_def_raw_rule()
/aosp_15_r20/external/python/cpython3/Grammar/
Dpython.gram268 _PyAST_FunctionDef(n->v.Name.id,
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c1959 _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * body, in _PyAST_FunctionDef() function
5964 *out = _PyAST_FunctionDef(name, args, body, decorator_list, returns, in obj2ast_stmt()