Home
last modified time | relevance | path

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

/external/llvm-project/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/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,