Home
last modified time | relevance | path

Searched refs:string_expandtabs (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dloop_evaluate8.ll9 define i8* @string_expandtabs() nounwind {
10 ; CHECK-LABEL: @string_expandtabs(
Dloop_evaluate7.ll7 define i8* @string_expandtabs(i32 %n, i8* %m) nounwind {
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Dloop_evaluate7.ll7 define i8* @string_expandtabs(i32 %n, i8* %m) nounwind {
Dloop_evaluate8.ll9 define i8* @string_expandtabs() nounwind {
/external/llvm/test/Transforms/IndVarSimplify/
Dloop_evaluate7.ll7 define i8* @string_expandtabs(i32 %n, i8* %m) nounwind {
Dloop_evaluate8.ll9 define i8* @string_expandtabs() nounwind {
/external/python/cpython2/Objects/
Dstringobject.c3077 string_expandtabs(PyStringObject *self, PyObject *args) in string_expandtabs() function
3681 {"expandtabs", (PyCFunction)string_expandtabs, METH_VARARGS,