Searched refs:AttributeProperty (Results 1 – 1 of 1) sorted by relevance
760 enum AttributeProperty { enum781 AttributeProperty Prop) { in hasAttributeProperty()786 return hasAttributeProperty(Kind, AttributeProperty::FnAttr); in canUseAsFnAttr()790 return hasAttributeProperty(Kind, AttributeProperty::ParamAttr); in canUseAsParamAttr()794 return hasAttributeProperty(Kind, AttributeProperty::RetAttr); in canUseAsRetAttr()798 AttributeProperty Prop) { in hasIntersectProperty()799 assert((Prop == AttributeProperty::IntersectPreserve || in hasIntersectProperty()800 Prop == AttributeProperty::IntersectAnd || in hasIntersectProperty()801 Prop == AttributeProperty::IntersectMin || in hasIntersectProperty()802 Prop == AttributeProperty::IntersectCustom) && in hasIntersectProperty()[all …]