HomeSort by relevance Sort by last modified time
    Searched full:strspn (Results 1 - 25 of 450) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
strspn-1.ll 1 ; Test that the strspn library call simplifier works correctly.
11 declare i64 @strspn(i8*, i8*)
13 ; Check strspn(s, "") -> 0.
19 %ret = call i64 @strspn(i8* %str, i8* %pat)
24 ; Check strspn("", s) -> 0.
30 %ret = call i64 @strspn(i8* %str, i8* %pat)
35 ; Check strspn(s1, s2), where s1 and s2 are constants.
42 %ret = call i64 @strspn(i8* %str, i8* %pat)
52 %ret = call i64 @strspn(i8* %str, i8* %pat)
53 ; CHECK-NEXT: %ret = call i64 @strspn(i8* %str, i8* %pat
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 34 #define _fstrspn strspn
  /bionic/libc/upstream-openbsd/lib/libc/string/
strspn.c 1 /* $OpenBSD: strspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
37 strspn(const char *s1, const char *s2) function
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 22 size_t strspn(const char *s1, const char *s2);
95 size_t t17(char *x) { return strspn(x, ""); }
97 // CHECK: strspn
  /external/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /external/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /ndk/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /external/libcxx/include/
cstring 48 size_t strspn(const char* s1, const char* s2);
92 using ::strspn;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 48 size_t strspn(const char* s1, const char* s2);
92 using ::strspn;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstring 68 #undef strspn
92 using ::strspn;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstring 66 #undef strspn
90 using ::strspn;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstring 66 #undef strspn
90 using ::strspn;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstring 69 #undef strspn
91 using ::strspn;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstring 69 #undef strspn
91 using ::strspn;

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 91011>>