Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp734 static bool hasAttributeProperty(Attribute::AttrKind Kind, in hasAttributeProperty() function
742 return hasAttributeProperty(Kind, AttributeProperty::FnAttr); in canUseAsFnAttr()
746 return hasAttributeProperty(Kind, AttributeProperty::ParamAttr); in canUseAsParamAttr()
750 return hasAttributeProperty(Kind, AttributeProperty::RetAttr); in canUseAsRetAttr()