Searched refs:ast_for_call (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 37 static expr_ty ast_for_call(struct compiling *, const node *, expr_ty); 862 d = ast_for_call(c, CHILD(n, 3), name_expr); in ast_for_decorator() 1663 return ast_for_call(c, CHILD(n, 1), left_expr); in ast_for_trailer() 1978 ast_for_call(struct compiling *c, const node *n, expr_ty func) in ast_for_call() function
|
/external/python/cpython3/Python/ |
D | ast.c | 579 static expr_ty ast_for_call(struct compiling *, const node *, expr_ty, 2591 return ast_for_call(c, CHILD(n, 1), left_expr, in ast_for_trailer() 2932 ast_for_call(struct compiling *c, const node *n, expr_ty func, in ast_for_call() function 4381 call = ast_for_call(c, CHILD(n, 3), dummy, in ast_for_classdef()
|