Home
last modified time | relevance | path

Searched refs:check_function_exists (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A DCMakeLists.txt17 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 …]
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A D__init__.py30 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-15.0.7/llvm/cmake/
H A Dconfig-ix.cmake306 check_function_exists(_alloca HAVE__ALLOCA)
307 check_function_exists(__alloca HAVE___ALLOCA)
308 check_function_exists(__chkstk HAVE___CHKSTK)
310 check_function_exists(___chkstk HAVE____CHKSTK)
313 check_function_exists(__ashldi3 HAVE___ASHLDI3)
314 check_function_exists(__ashrdi3 HAVE___ASHRDI3)
315 check_function_exists(__divdi3 HAVE___DIVDI3)
316 check_function_exists(__fixdfdi HAVE___FIXDFDI)
320 check_function_exists(__moddi3 HAVE___MODDI3)
324 check_function_exists(__main HAVE___MAIN)
[all …]
/llvm-project-15.0.7/openmp/tools/archer/tests/
H A DCMakeLists.txt9 check_function_exists(__atomic_load_1 LIBARCHER_HAVE_BUILTIN_ATOMIC)
/llvm-project-15.0.7/openmp/runtime/test/
H A DCMakeLists.txt11 check_function_exists(__atomic_load_1 LIBOMP_HAVE_BUILTIN_ATOMIC)