Searched refs:_Py_static_string (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 182 Objects/typeobject.c:object_new():comma_id _Py_static_string(comma_id, "", "") 183 Objects/typeobject.c:slot_nb_add():op_id _Py_static_string(op_id, OPSTR) 184 Objects/typeobject.c:slot_nb_add():rop_id _Py_static_string(op_id, OPSTR) 185 Objects/typeobject.c:slot_nb_and():op_id _Py_static_string(op_id, OPSTR) 186 Objects/typeobject.c:slot_nb_and():rop_id _Py_static_string(op_id, OPSTR) 187 Objects/typeobject.c:slot_nb_divmod():op_id _Py_static_string(op_id, OPSTR) 188 Objects/typeobject.c:slot_nb_divmod():rop_id _Py_static_string(op_id, OPSTR) 189 Objects/typeobject.c:slot_nb_floor_divide():op_id _Py_static_string(op_id, OPSTR) 190 Objects/typeobject.c:slot_nb_floor_divide():rop_id _Py_static_string(op_id, OPSTR) 191 Objects/typeobject.c:slot_nb_lshift():op_id _Py_static_string(op_id, OPSTR) [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _json.c | 321 _Py_static_string(PyId_decoder, "json.decoder"); in raise_errmsg() 1316 _Py_static_string(PyId_null, "null"); in _encoded_const() 1324 _Py_static_string(PyId_true, "true"); in _encoded_const() 1332 _Py_static_string(PyId_false, "false"); in _encoded_const() 1501 _Py_static_string(PyId_open_dict, "{"); in encoder_listencode_dict() 1502 _Py_static_string(PyId_close_dict, "}"); in encoder_listencode_dict() 1503 _Py_static_string(PyId_empty_dict, "{}"); in encoder_listencode_dict() 1657 _Py_static_string(PyId_open_array, "["); in encoder_listencode_list() 1658 _Py_static_string(PyId_close_array, "]"); in encoder_listencode_list() 1659 _Py_static_string(PyId_empty_array, "[]"); in encoder_listencode_list()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | object.h | 49 #define _Py_static_string(varname, value) static _Py_Identifier varname = _Py_static_string_init(v… macro 50 #define _Py_IDENTIFIER(varname) _Py_static_string(PyId_##varname, #varname)
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | object.h | 49 #define _Py_static_string(varname, value) static _Py_Identifier varname = _Py_static_string_init(v… macro 50 #define _Py_IDENTIFIER(varname) _Py_static_string(PyId_##varname, #varname)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | object.h | 49 #define _Py_static_string(varname, value) static _Py_Identifier varname = _Py_static_string_init(v… macro 50 #define _Py_IDENTIFIER(varname) _Py_static_string(PyId_##varname, #varname)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | object.h | 49 #define _Py_static_string(varname, value) static _Py_Identifier varname = _Py_static_string_init(v… macro 50 #define _Py_IDENTIFIER(varname) _Py_static_string(PyId_##varname, #varname)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | object.h | 49 #define _Py_static_string(varname, value) static _Py_Identifier varname = _Py_static_string_init(v… macro 50 #define _Py_IDENTIFIER(varname) _Py_static_string(PyId_##varname, #varname)
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | globals-to-fix.tsv | 1094 # _Py_static_string
|