Searched refs:_Py_static_string (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 228 Objects/typeobject.c:object_new():comma_id _Py_static_string(comma_id, "", "") 229 Objects/typeobject.c:slot_nb_add():op_id _Py_static_string(op_id, OPSTR) 230 Objects/typeobject.c:slot_nb_add():rop_id _Py_static_string(op_id, OPSTR) 231 Objects/typeobject.c:slot_nb_and():op_id _Py_static_string(op_id, OPSTR) 232 Objects/typeobject.c:slot_nb_and():rop_id _Py_static_string(op_id, OPSTR) 233 Objects/typeobject.c:slot_nb_divmod():op_id _Py_static_string(op_id, OPSTR) 234 Objects/typeobject.c:slot_nb_divmod():rop_id _Py_static_string(op_id, OPSTR) 235 Objects/typeobject.c:slot_nb_floor_divide():op_id _Py_static_string(op_id, OPSTR) 236 Objects/typeobject.c:slot_nb_floor_divide():rop_id _Py_static_string(op_id, OPSTR) 237 Objects/typeobject.c:slot_nb_lshift():op_id _Py_static_string(op_id, OPSTR) [all …]
|
D | known.tsv | 141 Objects/typeobject.c object_new comma_id variable _Py_static_string(comma_id, "", "") 215 Python/compile.c compiler_set_qualname dot variable _Py_static_string(dot, ""."") 216 Python/compile.c compiler_set_qualname dot_locals variable _Py_static_string(dot_locals, "".<locals… 575 Objects/typeobject.c slot_nb_add op_id variable _Py_static_string(op_id, OPSTR) 576 Objects/typeobject.c slot_nb_subtract op_id variable _Py_static_string(op_id, OPSTR) 577 Objects/typeobject.c slot_nb_multiply op_id variable _Py_static_string(op_id, OPSTR) 578 Objects/typeobject.c slot_nb_matrix_multiply op_id variable _Py_static_string(op_id, OPSTR) 579 Objects/typeobject.c slot_nb_remainder op_id variable _Py_static_string(op_id, OPSTR) 580 Objects/typeobject.c slot_nb_divmod op_id variable _Py_static_string(op_id, OPSTR) 581 Objects/typeobject.c slot_nb_power_binary op_id variable _Py_static_string(op_id, OPSTR) [all …]
|
/external/python/cpython3/Include/cpython/ |
D | object.h | 52 #define _Py_static_string(varname, value) static _Py_Identifier varname = _Py_static_string_init(v… macro 53 #define _Py_IDENTIFIER(varname) _Py_static_string(PyId_##varname, #varname)
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 3884 _Py_static_string(comma_id, ", "); in object_new() 6267 _Py_static_string(id, OPSTR); \ 6276 _Py_static_string(id, OPSTR); \ 6319 _Py_static_string(op_id, OPSTR); \ 6320 _Py_static_string(rop_id, ROPSTR); \
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 55 _Py_static_string(PyId_string, "<string>");
|
D | compile.c | 685 _Py_static_string(dot, "."); in compiler_set_qualname() 686 _Py_static_string(dot_locals, ".<locals>"); in compiler_set_qualname()
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 1808 _Py_static_string(PyId_dot, "."); in get_dotted_path()
|