Lines Matching refs:log_print

939     log_print = log_printer_cls(self)
951 log_print('Checking coverage flag for language {}'.format(lang))
963log_print('Don\'t know how to add coverage for compiler {}. Only know how to add coverage for gnu-…
967 log_print('Checking set of coverage flags: {}'.format(coverage_flags))
980 log_print(
985 log_print(
1070 log_print = LogPrinter(self)
1072 log_print('coverage was disabled from command line or default')
1129 log_print('Checking if compilers can cross-link disparate coverage libraries')
1134 log_print('No fortran compiler detected. No need to check cross-linking!')
1140log_print('C-language ({}) compiler is not clang, assuming it is GCC, so cross-linking with FC ({}…
1157 log_print('Trying to cross-link WITHOUT extra libs')
1159 log_print('Successfully cross-linked WITHOUT extra libs')
1164 log_print('Trying to cross-link with extra libs: {}'.format(extra_libs))
1166 log_print(
1187 def log_print(msg, *args, **kwargs): function
1199 log_print('{} to find an executable'.format('REQUIRED' if required else 'NOT required'))
1204log_print('User did not explicitly set coverage exec (got {}), trying to auto-detect based on comp…
1217log_print('Could not auto-detect coverage tool for {}, not a gnuish compiler. Bailing since user d…
1229log_print('Searching version string {} (for compiler {}) using pattern {}'.format(quoted(compiler_…
1232log_print('Found major = {}, minor = {}, patch = {}'.format(compiler_version.group(1), compiler_ve…
1242 log_print('User explicitly set coverage exec as {}'.format(quoted(arg_opt)))
1252 log_print('Checking for coverage tool(s):\n{}'.format('\n'.join('- '+t for t in exec_names)))