Searched refs:check_function_exists (Results 1 – 9 of 9) sorted by relevance
| /external/clang/tools/scan-build-py/tests/functional/exec/ |
| D | CMakeLists.txt | 17 check_function_exists(execve HAVE_EXECVE) 18 check_function_exists(execv HAVE_EXECV) 19 check_function_exists(execvpe HAVE_EXECVPE) 20 check_function_exists(execvp HAVE_EXECVP) 21 check_function_exists(execvP HAVE_EXECVP2) 22 check_function_exists(exect HAVE_EXECT) 23 check_function_exists(execl HAVE_EXECL) 24 check_function_exists(execlp HAVE_EXECLP) 25 check_function_exists(execle HAVE_EXECLE) 26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN) [all …]
|
| /external/clang/tools/scan-build-py/libear/ |
| D | __init__.py | 31 configure.check_function_exists('execve', 'HAVE_EXECVE') 32 configure.check_function_exists('execv', 'HAVE_EXECV') 33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE') 34 configure.check_function_exists('execvp', 'HAVE_EXECVP') 35 configure.check_function_exists('execvP', 'HAVE_EXECVP2') 36 configure.check_function_exists('exect', 'HAVE_EXECT') 37 configure.check_function_exists('execl', 'HAVE_EXECL') 38 configure.check_function_exists('execlp', 'HAVE_EXECLP') 39 configure.check_function_exists('execle', 'HAVE_EXECLE') 40 configure.check_function_exists('posix_spawn', 'HAVE_POSIX_SPAWN') [all …]
|
| /external/swiftshader/third_party/LLVM/cmake/ |
| D | config-ix.cmake | 97 check_function_exists(isatty HAVE_ISATTY) 159 check_function_exists(_alloca HAVE__ALLOCA) 160 check_function_exists(__alloca HAVE___ALLOCA) 161 check_function_exists(__chkstk HAVE___CHKSTK) 162 check_function_exists(___chkstk HAVE____CHKSTK) 164 check_function_exists(__ashldi3 HAVE___ASHLDI3) 165 check_function_exists(__ashrdi3 HAVE___ASHRDI3) 166 check_function_exists(__divdi3 HAVE___DIVDI3) 167 check_function_exists(__fixdfdi HAVE___FIXDFDI) 168 check_function_exists(__fixsfdi HAVE___FIXSFDI) [all …]
|
| /external/llvm/cmake/ |
| D | config-ix.cmake | 213 check_function_exists(_alloca HAVE__ALLOCA) 214 check_function_exists(__alloca HAVE___ALLOCA) 215 check_function_exists(__chkstk HAVE___CHKSTK) 216 check_function_exists(__chkstk_ms HAVE___CHKSTK_MS) 217 check_function_exists(___chkstk HAVE____CHKSTK) 218 check_function_exists(___chkstk_ms HAVE____CHKSTK_MS) 220 check_function_exists(__ashldi3 HAVE___ASHLDI3) 221 check_function_exists(__ashrdi3 HAVE___ASHRDI3) 222 check_function_exists(__divdi3 HAVE___DIVDI3) 223 check_function_exists(__fixdfdi HAVE___FIXDFDI) [all …]
|
| /external/eigen/cmake/ |
| D | FindLAPACK.cmake | 32 # check_function_exists macro) whether can link against that library 101 check_function_exists(${_name}_ ${_prefix}_${_name}_${_combined_name}_f2c_WORKS) 116 check_function_exists(${_name} ${_prefix}_${_name}${_combined_name}_WORKS)
|
| D | FindBLAS.cmake | 33 # check_function_exists macro) whether can link against that library 102 check_function_exists(${_name}_ ${_prefix}_${_name}_${_combined_name}_f2c_WORKS) 117 check_function_exists(${_name} ${_prefix}_${_name}${_combined_name}_WORKS)
|
| /external/libvncserver/ |
| D | CMakeLists.txt | 78 check_function_exists(__b64_ntop HAVE_B64_IN_LIBC) 81 check_function_exists(__b64_ntop HAVE_B64_IN_LIBRESOLV) 142 check_function_exists(gettimeofday LIBVNCSERVER_HAVE_GETTIMEOFDAY)
|
| /external/curl/ |
| D | CMakeLists.txt | 280 check_function_exists(gethostname HAVE_GETHOSTNAME) 480 check_function_exists(libssh2_version HAVE_LIBSSH2_VERSION) 481 check_function_exists(libssh2_init HAVE_LIBSSH2_INIT) 482 check_function_exists(libssh2_exit HAVE_LIBSSH2_EXIT) 483 check_function_exists(libssh2_scp_send64 HAVE_LIBSSH2_SCP_SEND64) 484 check_function_exists(libssh2_session_handshake HAVE_LIBSSH2_SESSION_HANDSHAKE) 808 check_function_exists(inet_pton HAVE_INET_PTON)
|
| /external/zlib/src/ |
| D | CMakeLists.txt | 52 check_function_exists(fseeko HAVE_FSEEKO)
|