Searched refs:filterAlways (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 526 def filterCompileOutput(self, output, flag = '', filterAlways = 0): argument 527 return self.framework.filterCompileOutput(output, flag = flag, filterAlways = filterAlways) 583 def filterLinkOutput(self, output, filterAlways = 0): argument 584 return self.framework.filterLinkOutput(output, filterAlways = filterAlways)
|
| H A D | framework.py | 488 def filterCompileOutput(self, output,flag = '', filterAlways = 0): argument 506 elif self.argDB['ignoreCompileOutput'] and not filterAlways: 553 def filterLinkOutput(self, output, filterAlways = 0): argument 560 elif self.argDB['ignoreLinkOutput'] and not filterAlways:
|
| H A D | compilers.py | 929 output = self.filterLinkOutput(output, filterAlways = 1)
|