Home
last modified time | relevance | path

Searched refs:ast2obj_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c1003 #define ast2obj_string ast2obj_object macro
3729 value = ast2obj_string(state, o->v.FunctionDef.type_comment); in ast2obj_stmt()
3767 value = ast2obj_string(state, o->v.AsyncFunctionDef.type_comment); in ast2obj_stmt()
3843 value = ast2obj_string(state, o->v.Assign.type_comment); in ast2obj_stmt()
3918 value = ast2obj_string(state, o->v.For.type_comment); in ast2obj_stmt()
3950 value = ast2obj_string(state, o->v.AsyncFor.type_comment); in ast2obj_stmt()
4011 value = ast2obj_string(state, o->v.With.type_comment); in ast2obj_stmt()
4033 value = ast2obj_string(state, o->v.AsyncWith.type_comment); in ast2obj_stmt()
4576 value = ast2obj_string(state, o->v.Constant.kind); in ast2obj_expr()
5054 value = ast2obj_string(state, o->type_comment); in ast2obj_arg()
[all …]
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c573 #define ast2obj_string ast2obj_object macro
2828 value = ast2obj_string(o->v.Str.s); in ast2obj_expr()