/external/bison/lib/ |
string.in.h | 64 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 66 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 67 _GL_CXXALIASWARN (ffsl); variable 69 # undef ffsl 71 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); [all...] |
/external/bison/darwin-lib/ |
string.h | 376 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 378 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 379 _GL_CXXALIASWARN (ffsl); 381 # undef ffsl macro 383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); [all...] |
/external/bison/linux-lib/ |
string.h | 376 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 378 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 379 _GL_CXXALIASWARN (ffsl); 381 # undef ffsl macro 383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); [all...] |
/external/clang/test/CodeGen/ |
builtins.c | 77 P(ffsl, (N));
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 220 /// int ffsl(long int i); 221 ffsl, enumerator in enum:llvm::LibFunc::Func
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
string.h | 323 extern int ffsl (long int __l) __THROW __attribute__ ((__const__));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 323 extern int ffsl (long int __l) __THROW __attribute__ ((__const__));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 323 extern int ffsl (long int __l) __THROW __attribute__ ((__const__));
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 126 "ffsl", 537 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and 539 // http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/ffsl.3.html 540 // http://svn.freebsd.org/base/user/eri/pf45/head/lib/libc/string/ffsl.c 541 // http://www.gnu.org/software/gnulib/manual/html_node/ffsl.html 550 TLI.setUnavailable(LibFunc::ffsl);
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | [all...] |
/external/bison/ |
configure | [all...] |