Searched refs:check_function_exists (Results 1 – 18 of 18) 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/swiftshader/third_party/llvm-7.0/llvm/cmake/ |
D | config-ix.cmake | 219 check_function_exists(_alloca HAVE__ALLOCA) 220 check_function_exists(__alloca HAVE___ALLOCA) 221 check_function_exists(__chkstk HAVE___CHKSTK) 222 check_function_exists(__chkstk_ms HAVE___CHKSTK_MS) 223 check_function_exists(___chkstk HAVE____CHKSTK) 224 check_function_exists(___chkstk_ms HAVE____CHKSTK_MS) 226 check_function_exists(__ashldi3 HAVE___ASHLDI3) 227 check_function_exists(__ashrdi3 HAVE___ASHRDI3) 228 check_function_exists(__divdi3 HAVE___DIVDI3) 229 check_function_exists(__fixdfdi HAVE___FIXDFDI) [all …]
|
/external/libpcap/rpcapd/ |
D | CMakeLists.txt | 2 check_function_exists(crypt HAVE_CRYPT_IN_SYSTEM_LIBRARIES) 24 check_function_exists(getspnam HAVE_GETSPNAM) 32 check_function_exists(getaddrinfo STDLIBS_HAVE_GETADDRINFO)
|
/external/libpcap/ |
D | CMakeLists.txt | 309 check_function_exists(PacketIsLoopbackAdapter HAVE_PACKET_IS_LOOPBACK_ADAPTER) 396 check_function_exists(strerror HAVE_STRERROR) 397 check_function_exists(strerror_r HAVE_STRERROR_R) 398 check_function_exists(strerror_s HAVE_STRERROR_S) 399 check_function_exists(strlcpy HAVE_STRLCPY) 400 check_function_exists(strlcat HAVE_STRLCAT) 401 check_function_exists(snprintf HAVE_SNPRINTF) 402 check_function_exists(vsnprintf HAVE_VSNPRINTF) 403 check_function_exists(strtok_r HAVE_STRTOK_R) 452 check_function_exists(getaddrinfo STDLIBS_HAVE_GETADDRINFO) [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 | FindMetis.cmake | 227 check_function_exists(METIS_NodeND METIS_WORKS)
|
D | FindHWLOC.cmake | 271 check_function_exists(hwloc_topology_init HWLOC_WORKS)
|
D | FindScotch.cmake | 287 check_function_exists(SCOTCH_graphInit SCOTCH_WORKS)
|
D | FindPTSCOTCH.cmake | 335 check_function_exists(SCOTCH_dgraphInit PTSCOTCH_WORKS)
|
D | FindPastix.cmake | 658 check_function_exists(pastix PASTIX_WORKS)
|
D | FindBLAS.cmake | 299 check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS)
|
/external/curl/ |
D | CMakeLists.txt | 284 check_function_exists(gethostname HAVE_GETHOSTNAME) 567 check_function_exists(libssh2_version HAVE_LIBSSH2_VERSION) 568 check_function_exists(libssh2_init HAVE_LIBSSH2_INIT) 569 check_function_exists(libssh2_exit HAVE_LIBSSH2_EXIT) 570 check_function_exists(libssh2_scp_send64 HAVE_LIBSSH2_SCP_SEND64) 571 check_function_exists(libssh2_session_handshake HAVE_LIBSSH2_SESSION_HANDSHAKE) 894 check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME) 899 check_function_exists(inet_pton HAVE_INET_PTON) 907 check_function_exists(inet_pton HAVE_INET_PTON)
|
/external/zlib/src/ |
D | CMakeLists.txt | 52 check_function_exists(fseeko HAVE_FSEEKO)
|
/external/harfbuzz_ng/ |
D | CMakeLists.txt | 104 check_function_exists(${func_name} HAVE_${definition_to_add})
|
/external/expat/ |
D | Changes | 26 #175 CMake: Prefer check_symbol_exists over check_function_exists
|