Home
last modified time | relevance | path

Searched refs:emptystring (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Dcodeobject.c334 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
339 if (emptystring == NULL) { in PyCode_NewEmpty()
340 emptystring = PyBytes_FromString(""); in PyCode_NewEmpty()
341 if (emptystring == NULL) in PyCode_NewEmpty()
363 emptystring, /* code */ in PyCode_NewEmpty()
372 emptystring /* linetable */ in PyCode_NewEmpty()
/third_party/boost/libs/graph/doc/
Dmath.sty68 \newcommand{\emptystring}{\epsilon}
/third_party/icu/icu4c/source/test/testdata/
Dtesttypes.txt26 emptystring { "" }
/third_party/python/Tools/c-analyzer/
DTODO194 Objects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2038 Objects/codeobject.c PyCode_NewEmpty emptystring -