Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/tests/
H A Dex6.c5 #define PetscTestCheck(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "Assertion: `%s' fail… argument
H A Dex41.c6 #define PetscTestCheck(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "Assertion: `%s' fail… argument
H A Dex40.c19 #define PetscTestCheck(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "Assertion: `%s' fail… in PETSC_HASH_MAP() argument
/petsc/include/petsc/private/
H A Dhashtable.h108 …#define PetscHashAssert(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "[khash] Assertion:… argument
110 #define PetscHashAssert(expr) ((void)(expr)) argument