Searched refs:expected_non_null (Results 1 – 1 of 1) sorted by relevance
114 #define PetscCheckArrayPointer(expected_non_null, array) \ in TestPetscFunctionListGet() argument115 …expected_non_null) ? (array) != NULL : (array) == NULL, PETSC_COMM_SELF, PETSC_ERR_PLIB, "PetscFun… in TestPetscFunctionListGet()