Searched refs:PetscHasAttribute (Results 1 – 4 of 4) sorted by relevance
168 #define PetscHasAttribute(name) __has_attribute(name) macro231 #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)
525 #if PetscHasAttribute(always_inline)
53 - Add `PetscHasAttribute()` macro to query for existence of an `__attribute__` specifier
176 #if PetscHasAttribute(always_inline)