Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmacros.h29 #define PETSC_C_VERSION 9 macro
31 #define PETSC_C_VERSION 11 macro
33 #define PETSC_C_VERSION 17 macro
35 #define PETSC_C_VERSION 22 // current year, or date of c2b ratification macro
39 #if !defined(PETSC_C_VERSION)
40 #define PETSC_C_VERSION 0 macro
494 #if defined(__cplusplus) || (PETSC_C_VERSION >= 23)
514 #if (PETSC_CPP_VERSION >= 17) || (PETSC_C_VERSION >= 23)
H A Dpetscdevice.h8 #elif PETSC_C_VERSION >= 11 // C11
/petsc/src/sys/tests/
H A Dex67.c24 #if defined(PetscAssertPointer_PetscDataType) && (defined(__cplusplus) || (PETSC_C_VERSION >= 11)) in main()
/petsc/include/petsc/private/
H A Dvecimpl.h111 #if defined(offsetof) && (defined(__cplusplus) || (PETSC_C_VERSION >= 23))
H A Dpetscimpl.h514 #elif PETSC_C_VERSION >= 11