Lines Matching refs:host_os
64 if config.host_os == 'Darwin' and config.target_arch == 'x86_64':
77 if config.host_os not in ['FreeBSD', 'NetBSD']:
134 if config.host_os in ['Linux', 'FreeBSD', 'NetBSD', 'SunOS']:
136 elif config.host_os == 'Darwin':
213 leak_detection_linux = (config.host_os == 'Linux') and (not config.android) and (config.target_arch…
214 leak_detection_mac = (config.host_os == 'Darwin') and (config.target_arch == 'x86_64')
215 leak_detection_netbsd = (config.host_os == 'NetBSD') and (config.target_arch in ['x86_64', 'i386'])
230 if config.host_os == 'Windows' and config.asan_dynamic:
237 if config.host_os == 'Darwin':
240 if config.host_os == 'Windows':
250 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']:
256 if config.host_os == 'NetBSD':