Searched refs:outputPreprocess (Results 1 – 7 of 7) sorted by relevance
132 if haveStdC and not self.outputPreprocess('#include <string.h>').find('memchr'): haveStdC = 0134 if haveStdC and not self.outputPreprocess('#include <stdlib.h>').find('free'): haveStdC = 0
181 buf = self.outputPreprocess(length)
493 def outputPreprocess(self, codeStr): member in Configure
1283 output = self.outputPreprocess(
753 buf = self.outputPreprocess(mpich_test)763 buf = self.outputPreprocess(mpich_test)796 buf = self.outputPreprocess(openmpi_test)818 buf = self.outputPreprocess(msmpi_test)932 buf1 = self.outputPreprocess(mpi_h_test)936 buf2 = self.outputPreprocess(mpi_h_test)
98 …output = self.outputPreprocess('#include "H5pubconf.h"\n#if defined(H5_HAVE_'+i+')\nfoundbeast\n#e…
345 outputPreprocess(), checkPreprocess(), preprocess()