Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex67.c12 …, "PetscAssertPointer_String(%s *h) = \"%s\"\n", expected_string, PetscAssertPointer_String(h))); \
14 PetscCall(PetscStrcmp(PetscAssertPointer_String(h), expected_string, &same_string)); \
15 …ertPointer_String(%s *h) = \"%s\"] != \"%s\"", expected_string, PetscAssertPointer_String(h), expe…
/petsc/include/petsc/private/
H A Dpetscimpl.h512 …#define PetscAssertPointer_String(h) ::Petsc::util::PetscAssertPointerImpl<typename std::de… macro
547 #define PetscAssertPointer_String(h) \ macro
564 #define PetscAssertPointer_String(h) "memory" macro
566 …scAssertPointer_Internal(h, arg, PetscAssertPointer_PetscDataType(h), PetscAssertPointer_String(h))