Lines Matching refs:checkCompile
270 if self.checkCompile('#include <sys/socket.h>','setsockopt(0,SOL_SOCKET,SO_REUSEADDR,0,0)'):
701 if self.checkCompile(test_src, ''):
723 if self.checkCompile('#define TEST _Pragma("GCC warning \"Testing _Pragma\"") value'):
736 if self.checkCompile(code):
759 if self.checkCompile('',code) and self.checkLink('',code):
775 …return self.checkCompile(inc, ('#define STATIC_ASSERT(cond) char negative_length_if_false[2*(!!(co…
796 if self.checkCompile(
818 if self.checkCompile('#include <dlfcn.h>\n void *ptr = RTLD_DEFAULT;'):
886 if not self.checkCompile('#include <sys/types.h>\n','uid_t u;\n(void)u'):
896 if self.checkCompile('#include <windows.h>\n','LARGE_INTEGER a;\nDWORD b=a.u.HighPart;\n'):
900 if self.checkCompile('#include <windows.h>\n#include <fcntl.h>\n', 'int flags = O_BINARY;'):