Home
last modified time | relevance | path

Searched refs:checkDeprecated (Results 1 – 1 of 1) sorted by relevance

/petsc/config/PETSc/
H A DConfigure.py680 def checkDeprecated(macro_base, src, is_intel): function
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)