Lines Matching refs:checkLink
591 …if self.checkLink('#include <xmmintrin.h>', 'void *v = 0;_mm_prefetch((const char*)v,_MM_HINT_NTA)…
608 elif self.checkLink('#include <xmmintrin.h>', 'void *v = 0;_mm_prefetch(v,_MM_HINT_NTA);\n'):
615 elif self.checkLink('', 'void *v = 0;__builtin_prefetch(v,0,0);\n'):
650 …if self.checkLink('#define _POSIX_C_SOURCE 200112L\n#include <stdlib.h>','long v = atoll("25");\n(…
655 …if self.checkLink('#if defined(__has_feature)\n#if !__has_feature(address_sanitizer)\nGarbage\n#en…
657 elif self.checkLink('#if !defined(__SANITIZE_ADDRESS__)\nGarbage\n#endif\n'):
666 …if self.checkLink('__attribute((unused)) static int myfunc(__attribute((unused)) void *name){ retu…
748 if self.checkLink('', 'if (__builtin_expect(0,1)) return 1;'):
759 if self.checkCompile('',code) and self.checkLink('',code):
864 if self.checkLink('#include <windows.h>','LoadLibrary(0)'):
866 if self.checkLink('#include <windows.h>','GetProcAddress(0,0)'):
868 if self.checkLink('#include <windows.h>','FreeLibrary(0)'):
870 if self.checkLink('#include <windows.h>','GetLastError()'):
872 if self.checkLink('#include <windows.h>','SetLastError(0)'):
874 if self.checkLink('#include <windows.h>\n','QueryPerformanceCounter(0);\n'):
889 …if not self.checkLink('#if defined(PETSC_HAVE_UNISTD_H)\n#include <unistd.h>\n#endif\n','int a=R_O…
893 if not self.checkLink('#include <sys/stat.h>\n','int a=0;\nif (S_ISDIR(a)){}\n'):