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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
strcspn-1.ll 1 ; Test that the strcspn library call simplifier works correctly.
11 declare i64 @strcspn(i8*, i8*)
13 ; Check strcspn(s, "") -> strlen(s).
19 %ret = call i64 @strcspn(i8* %str, i8* %pat)
25 ; Check strcspn("", s) -> 0.
31 %ret = call i64 @strcspn(i8* %str, i8* %pat)
36 ; Check strcspn(s1, s2), where s1 and s2 are constants.
43 %ret = call i64 @strcspn(i8* %str, i8* %pat)
53 %ret = call i64 @strcspn(i8* %str, i8* %pat)
54 ; CHECK-NEXT: %ret = call i64 @strcspn(i8* %str, i8* %pat
    [all...]
strcspn-2.ll 1 ; Test that the strcspn library call simplifier works correctly.
9 declare double @strcspn(i8*, i8*)
11 ; Check that strcspn functions with the wrong prototype aren't simplified.
17 %ret = call double @strcspn(i8* %str, i8* %pat)
18 ; CHECK-NEXT: call double @strcspn
  /external/llvm/test/Transforms/LoopUnswitch/
2007-07-12-ExitDomInfo.ll 20 %tmp31 = call i32 @strcspn( i8* null, i8* getelementptr ([3 x i8]* @str3, i64 0, i64 0) ) ; <i32> [#uses=1]
45 declare i32 @strcspn(i8*, i8*)
  /bionic/libc/string/
strcspn.c 1 /* $OpenBSD: strcspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
40 strcspn(const char *s1, const char *s2) function
strtok.c 68 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
  /external/linux-tools-perf/util/
quote.c 29 size_t len = strcspn(src, "'!");
  /external/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
cstring 51 using _STLP_VENDOR_CSTD::strcspn;
  /ndk/sources/cxx-stl/llvm-libc++/include/
cstring 43 size_t strcspn(const char* s1, const char* s2);
86 using ::strcspn;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstring 61 #undef strcspn
85 using ::strcspn;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstring 60 #undef strcspn
86 using ::strcspn;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstring 60 #undef strcspn
86 using ::strcspn;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstring 61 #undef strcspn
85 using ::strcspn;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstring 61 #undef strcspn
85 using ::strcspn;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstring 61 #undef strcspn
85 using ::strcspn;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstring 61 #undef strcspn
85 using ::strcspn;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 60 #undef strcspn
86 using ::strcspn;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 60 #undef strcspn
86 using ::strcspn;
  /external/kernel-headers/original/linux/
string.h 79 extern __kernel_size_t strcspn(const char *,const char *);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 52 using ::strcspn;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 52 using ::strcspn;

Completed in 1008 milliseconds

1 2 3 4 5 6 7 8 91011>>