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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
strrchr-1.ll 1 ; Test that the strrchr library call simplifier works correctly.
10 declare i8* @strrchr(i8*, i32)
14 ; CHECK-NOT: call i8* @strrchr
18 %dst = call i8* @strrchr(i8* %str, i32 119)
25 ; CHECK-NOT: call i8* @strrchr
29 %dst = call i8* @strrchr(i8* %str, i32 119)
36 ; CHECK-NOT: call i8* @strrchr
40 %dst = call i8* @strrchr(i8* %src, i32 0)
47 ; CHECK-NOT: call i8* @strrchr
51 %dst = call i8* @strrchr(i8* %src, i32 65280
    [all...]
strrchr-2.ll 1 ; Test that the strrchr libcall simplifier works correctly.
10 declare i8 @strrchr(i8*, i32)
14 ; CHECK: call i8 @strrchr
18 %dst = call i8 @strrchr(i8* %str, i32 119)
  /external/clang/test/CodeGen/
pr9614.c 11 extern char *strrchr_foo (const char *__s, int __c) __asm ("strrchr");
24 // CHECK-NEXT: call i8* @strrchr(
29 // CHECK: declare i8* @strrchr(i8*, i32)
libcalls-fno-builtin.c 14 char *strrchr(const char *s, int c);
63 char *t9(void) { return strrchr("hello, world", 'w'); }
65 // CHECK: strrchr
  /external/clang/test/Preprocessor/
pragma_poison.c 14 #define strrchr rindex2 macro
20 strrchr(some_string, 'h'); // ok.
  /external/valgrind/main/memcheck/tests/
strchr.c 5 // aliases, as are 'strrchr' and 'rindex'. In each case, the shorter name
16 b = strrchr(s, '1');
filter_strchr 6 s/: strrchr (vg_replace_strmem.c:/: rindex (vg_replace_strmem.c:/"
strchr.stderr.exp3 10 at 0x........: strrchr (vg_replace_strmem.c:...)
  /external/e2fsprogs/util/
libecho.c 49 while((slash = strrchr(f, '/')) != NULL)
54 slash = strrchr(filepath, '\\');
  /external/libcxx/include/
cstring 46 const char* strrchr(const char* s, int c);
47 char* strrchr( char* s, int c);
90 using ::strrchr;
100 inline _LIBCPP_INLINE_VISIBILITY char* strrchr( char* __s, int __c) {return ::strrchr(__s, __c);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 46 const char* strrchr(const char* s, int c);
47 char* strrchr( char* s, int c);
90 using ::strrchr;
100 inline _LIBCPP_INLINE_VISIBILITY char* strrchr( char* __s, int __c) {return ::strrchr(__s, __c);}
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 46 const char* strrchr(const char* s, int c);
47 char* strrchr( char* s, int c);
90 using ::strrchr;
100 inline _LIBCPP_INLINE_VISIBILITY char* strrchr( char* __s, int __c) {return ::strrchr(__s, __c);}
  /external/skia/src/core/
SkPaintOptionsAndroid.cpp 21 const char* parentTagEnd = strrchr(tag, '-');
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 31 #define _fstrrchr strrchr
  /system/core/adb/
get_my_path_windows.c 27 r = strrchr(exe, '\\');
  /external/chromium_org/third_party/skia/src/utils/ios/
SkOSFile_iOS.mm 25 const char* start = strrchr(cpath, '/');
31 const char* stop = strrchr(cpath, '.');
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
logging.cc 36 const char* end1 = ::strrchr(file, '/');
37 const char* end2 = ::strrchr(file, '\\');
  /external/skia/src/utils/ios/
SkOSFile_iOS.mm 25 const char* start = strrchr(cpath, '/');
31 const char* stop = strrchr(cpath, '.');
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
syslog.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstring 67 #undef strrchr
97 using ::strrchr;
114 strrchr(char* __s, int __n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstring 65 #undef strrchr
95 using ::strrchr;
112 strrchr(char* __s, int __n)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstring 65 #undef strrchr
95 using ::strrchr;
112 strrchr(char* __s, int __n)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstring 68 #undef strrchr
96 using ::strrchr;
113 strrchr(char* __s1, int __n)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstring 68 #undef strrchr
96 using ::strrchr;
113 strrchr(char* __s1, int __n)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstring 68 #undef strrchr
96 using ::strrchr;
113 strrchr(char* __s1, int __n)

Completed in 1541 milliseconds

1 2 3 4 5 6 7 8 91011>>