HomeSort by relevance Sort by last modified time
    Searched refs:check_function_exists (Results 1 - 7 of 7) sorted by null

  /external/clang/tools/scan-build-py/libear/
__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'
181 def check_function_exists(self, function, name): member in class:Configure
    [all...]
  /external/eigen/cmake/
FindMetis.cmake 227 check_function_exists(METIS_NodeND METIS_WORKS)
FindHWLOC.cmake 271 check_function_exists(hwloc_topology_init HWLOC_WORKS)
FindPTSCOTCH.cmake 335 check_function_exists(SCOTCH_dgraphInit PTSCOTCH_WORKS)
FindScotch.cmake 287 check_function_exists(SCOTCH_graphInit SCOTCH_WORKS)
FindPastix.cmake 658 check_function_exists(pastix PASTIX_WORKS)
FindBLAS.cmake 299 check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS)
    [all...]

Completed in 47 milliseconds