Home
last modified time | relevance | path

Searched refs:PetscUnreachable (Results 1 – 11 of 11) sorted by relevance

/petsc/include/
H A Dpetscdevicetypes.h113 PetscUnreachable(); in PetscMemTypeToString()
192 PetscUnreachable(); in PetscOffloadMaskToString()
209 PetscUnreachable(); in PetscOffloadMaskToMemType()
477 PetscUnreachable(); in PetscMemoryAccessModeToString()
H A Dpetscmacros.h640 #define PetscUnreachable() std::unreachable() macro
643 #define PetscUnreachable() __builtin_unreachable() macro
645 #define PetscUnreachable() __assume(0) macro
647 …#define PetscUnreachable() SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_PLIB, "Code path explicitly mark… macro
756 if (0 && (__VA_ARGS__)) PetscUnreachable(); \
/petsc/src/sys/objects/device/impls/host/
H A Dhostdevice.cxx34 PetscUnreachable(); in get_attribute_()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Dcd_utils.c138 PetscUnreachable(); in MatUpperTriangularSolveInPlace_Internal()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.cxx235 PetscUnreachable(); in CUPM_VISIBLE_DEVICES()
H A Dcupmcontext.hpp340 PetscUnreachable(); in query()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c1078 PetscUnreachable(); in MatLMVMGetUpdatedBasis()
1249 PetscUnreachable(); in MatLMVMBasisGEMVH()
1286 PetscUnreachable(); in MatLMVMBasisGEMV()
H A Dlmproducts.c166 PetscUnreachable(); in LMProductsUpdate_Internal()
/petsc/include/petsc/private/
H A Ddeviceimpl.h297 PetscUnreachable(); in PetscDeviceConfiguredFor_Internal()
H A Dcupminterface.hpp624 PetscUnreachable(); in PetscDeviceCopyModeToCUPMMemcpyKind()
/petsc/doc/changes/
H A D317.md52 - Add `PetscUnreachable()` to indicate unreachable code section to compiler