Home
last modified time | relevance | path

Searched refs:PetscHasAttribute (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscmacros.h168 #define PetscHasAttribute(name) __has_attribute(name) macro
231 #if PetscHasAttribute(pointer_with_type_tag)
235 #if PetscHasAttribute(type_tag_for_datatype)
298 #if PetscHasAttribute(format) && !defined(PETSC_SKIP_ATTRIBUTE_FORMAT)
330 #if PetscHasAttribute(__cold__)
332 #elif PetscHasAttribute(cold) /* some implementations (old gcc) use no underscores */
355 #if PetscHasAttribute(may_alias) && !defined(PETSC_SKIP_ATTRIBUTE_MAY_ALIAS)
516 #elif PetscHasAttribute(warn_unused_result)
/petsc/include/petsc/private/
H A Dcupminterface.hpp525 #if PetscHasAttribute(always_inline)
/petsc/doc/changes/
H A D317.md53 - Add `PetscHasAttribute()` macro to query for existence of an `__attribute__` specifier
/petsc/src/mat/impls/maij/
H A Dmaij.c176 #if PetscHasAttribute(always_inline)