Searched refs:is_intel (Results 1 – 1 of 1) sorted by relevance
| /petsc/config/PETSc/ |
| H A D | Configure.py | 680 def checkDeprecated(macro_base, src, is_intel): argument 703 if is_intel and '(why)' in attr_body: 715 is_intel = self.setCompilers.isIntel(self.getCompiler(lang=lang), self.log) 716 checkDeprecated('DEPRECATED_FUNCTION_BASE', '{} int myfunc(void) {{ return 1; }}', is_intel) 717 checkDeprecated('DEPRECATED_TYPEDEF_BASE', 'typedef int my_int {};', is_intel) 718 checkDeprecated('DEPRECATED_ENUM_BASE', 'enum E {{ oldval {}, newval }};', is_intel) 719 checkDeprecated('DEPRECATED_OBJECT_BASE', '{} int x;', is_intel)
|