Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp611 enum AttributeProperty { enum
621 AttributeProperty Prop) { in hasAttributeProperty()
628 return hasAttributeProperty(Kind, AttributeProperty::FnAttr); in canUseAsFnAttr()
632 return hasAttributeProperty(Kind, AttributeProperty::ParamAttr); in canUseAsParamAttr()
636 return hasAttributeProperty(Kind, AttributeProperty::RetAttr); in canUseAsRetAttr()