Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.c227 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
232 if (emptystring == NULL) { in PyCode_NewEmpty()
233 emptystring = PyBytes_FromString(""); in PyCode_NewEmpty()
234 if (emptystring == NULL) in PyCode_NewEmpty()
254 emptystring, /* code */ in PyCode_NewEmpty()
263 emptystring /* lnotab */ in PyCode_NewEmpty()
/external/icu/icu4c/source/test/testdata/
Dtesttypes.txt26 emptystring { "" }