HomeSort by relevance Sort by last modified time
    Searched full:strspn (Results 1 - 25 of 532) 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...]
  /external/compiler-rt/test/sanitizer_common/TestCases/
strspn.c 10 r = strspn(s1, s2);
  /external/compiler-rt/test/asan/TestCases/
strspn-1.c 1 // Test string s1 overflow in strspn function
16 r = strspn(s1, s2);
strspn-2.c 1 // Test stopset overflow in strspn function
16 r = strspn(s1, s2);
strspn_strict.c 1 // Test strict_str`ing_checks option in strspn function
18 size_t r = strspn(s1, s2);
  /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
strtok.c 52 * Skip (span) leading delimiters (s += strspn(s, delim), sort of).
  /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
  /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/go/darwin-x86/misc/cgo/test/
issue6506.go 32 x = C.strspn(nil, nil)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6506.go 32 x = C.strspn(nil, nil)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/
cstring 57 using _STLP_VENDOR_CSTD::strspn;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
wchar.h 33 using _STLP_VENDOR_CSTD::strspn;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 601 p += strspn(p, " ");
605 p += strspn(p, " ");
609 p += strspn(p, " ");
614 p += strspn(p, " ");
619 p += strspn(p, " ");
624 p += strspn(p, " ");
629 p += strspn(p, " ");
635 p += strspn(p, "] ");
641 p += strspn(p, " ");
  /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.8/x86_64-linux/include/c++/4.8/
cstring 66 #undef strspn
90 using ::strspn;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstring 66 #undef strspn
90 using ::strspn;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 48 size_t strspn(const char* s1, const char* s2);
92 using ::strspn;
  /external/avahi/avahi-daemon/
static-hosts.c 196 s = ln + strspn(ln, " \t");
212 s += strspn(s, " \t");
228 s += strspn(s, " \t");
  /bionic/libstdc++/include/
cstring 62 using ::strspn;

Completed in 1601 milliseconds

1 2 3 4 5 6 7 8 91011>>