Searched defs:expr (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex6.c | 5 #define PetscTestCheck(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "Assertion: `%s' fail… argument
|
| H A D | ex41.c | 6 #define PetscTestCheck(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "Assertion: `%s' fail… argument
|
| H A D | ex40.c | 19 #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 D | hashtable.h | 108 …#define PetscHashAssert(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "[khash] Assertion:… argument 110 #define PetscHashAssert(expr) ((void)(expr)) argument
|