Searched defs:ASN (Results 1 – 2 of 2) sorted by relevance
651 const AttributeSetNode *ASN = getSlotNode(I); in Raw() local1093 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local1098 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local1103 AttributeSetNode *ASN = getAttributes(Index); in hasAttributes() local1128 AttributeSetNode *ASN = getAttributes(Index); in getAttribute() local1134 AttributeSetNode *ASN = getAttributes(Index); in getAttribute() local1139 AttributeSetNode *ASN = getAttributes(Index); in getParamAlignment() local1144 AttributeSetNode *ASN = getAttributes(Index); in getStackAlignment() local1149 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableBytes() local1154 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableOrNullBytes() local[all …]
217 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet()