Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp592 enum AttributeProperty { enum
602 AttributeProperty Prop) { in hasAttributeProperty()
609 return hasAttributeProperty(Kind, AttributeProperty::FnAttr); in canUseAsFnAttr()
613 return hasAttributeProperty(Kind, AttributeProperty::ParamAttr); in canUseAsParamAttr()
617 return hasAttributeProperty(Kind, AttributeProperty::RetAttr); in canUseAsRetAttr()