Searched refs:check_function_exists (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | CMakeLists.txt | 13 check_function_exists(execve HAVE_EXECVE) 14 check_function_exists(execv HAVE_EXECV) 15 check_function_exists(execvpe HAVE_EXECVPE) 16 check_function_exists(execvp HAVE_EXECVP) 17 check_function_exists(execvP HAVE_EXECVP2) 18 check_function_exists(exect HAVE_EXECT) 19 check_function_exists(execl HAVE_EXECL) 20 check_function_exists(execlp HAVE_EXECLP) 21 check_function_exists(execle HAVE_EXECLE) 22 check_function_exists(posix_spawn HAVE_POSIX_SPAWN) [all …]
|
/llvm-project/clang/tools/scan-build-py/lib/libear/ |
H A D | __init__.py | 30 configure.check_function_exists("execve", "HAVE_EXECVE") 31 configure.check_function_exists("execv", "HAVE_EXECV") 32 configure.check_function_exists("execvpe", "HAVE_EXECVPE") 33 configure.check_function_exists("execvp", "HAVE_EXECVP") 34 configure.check_function_exists("execvP", "HAVE_EXECVP2") 35 configure.check_function_exists("exect", "HAVE_EXECT") 36 configure.check_function_exists("execl", "HAVE_EXECL") 37 configure.check_function_exists("execlp", "HAVE_EXECLP") 38 configure.check_function_exists("execle", "HAVE_EXECLE") 39 configure.check_function_exists("posix_spawn", "HAVE_POSIX_SPAWN") [all …]
|
/llvm-project/llvm/cmake/ |
H A D | config-ix.cmake | 343 check_function_exists(_alloca HAVE__ALLOCA) 344 check_function_exists(__alloca HAVE___ALLOCA) 345 check_function_exists(__chkstk HAVE___CHKSTK) 346 check_function_exists(__chkstk_ms HAVE___CHKSTK_MS) 347 check_function_exists(___chkstk HAVE____CHKSTK) 348 check_function_exists(___chkstk_ms HAVE____CHKSTK_MS) 350 check_function_exists(__ashldi3 HAVE___ASHLDI3) 351 check_function_exists(__ashrdi3 HAVE___ASHRDI3) 352 check_function_exists(__divdi3 HAVE___DIVDI3) 353 check_function_exists(__fixdfd [all...] |
/llvm-project/openmp/tools/archer/tests/ |
H A D | CMakeLists.txt | 9 check_function_exists(__atomic_load_1 LIBARCHER_HAVE_BUILTIN_ATOMIC)
|
/llvm-project/openmp/runtime/test/ |
H A D | CMakeLists.txt | 11 check_function_exists(__atomic_load_1 LIBOMP_HAVE_BUILTIN_ATOMIC)
|