Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/MIR/X86/
Dinline-asm.mir3 # Avoid crash/assert when using an emptystring in an INLINEASM.
4 # CHECK-LABEL: name: emptystring
8 name: emptystring
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c104 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
109 if (emptystring == NULL) { in PyCode_NewEmpty()
110 emptystring = PyString_FromString(""); in PyCode_NewEmpty()
111 if (emptystring == NULL) in PyCode_NewEmpty()
130 emptystring, /* code */ in PyCode_NewEmpty()
139 emptystring /* lnotab */ in PyCode_NewEmpty()
/external/python/cpython2/Objects/
Dcodeobject.c154 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
159 if (emptystring == NULL) { in PyCode_NewEmpty()
160 emptystring = PyString_FromString(""); in PyCode_NewEmpty()
161 if (emptystring == NULL) in PyCode_NewEmpty()
180 emptystring, /* code */ in PyCode_NewEmpty()
189 emptystring /* lnotab */ in PyCode_NewEmpty()
/external/python/cpython3/Objects/
Dcodeobject.c326 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
331 if (emptystring == NULL) { in PyCode_NewEmpty()
332 emptystring = PyBytes_FromString(""); in PyCode_NewEmpty()
333 if (emptystring == NULL) in PyCode_NewEmpty()
355 emptystring, /* code */ in PyCode_NewEmpty()
364 emptystring /* lnotab */ in PyCode_NewEmpty()
/external/icu/icu4c/source/test/testdata/
Dtesttypes.txt26 emptystring { "" }
/external/avb/
Dpylintrc41 pylint.extensions.emptystring,
/external/python/cpython3/Tools/c-analyzer/
DTODO199 Objects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring
Dknown.tsv228 Objects/codeobject.c PyCode_NewEmpty emptystring variable static PyObject *emptystring