Lines Matching refs:ASN

651     const AttributeSetNode *ASN = getSlotNode(I);  in Raw()  local
654 for (AttributeSetNode::iterator II = ASN->begin(), in Raw()
655 IE = ASN->end(); II != IE; ++II) { in Raw()
664 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16; in Raw()
666 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26; in Raw()
1093 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local
1094 return ASN && ASN->hasAttribute(Kind); in hasAttribute()
1098 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local
1099 return ASN && ASN->hasAttribute(Kind); in hasAttribute()
1103 AttributeSetNode *ASN = getAttributes(Index); in hasAttributes() local
1104 return ASN && ASN->hasAttributes(); in hasAttributes()
1128 AttributeSetNode *ASN = getAttributes(Index); in getAttribute() local
1129 return ASN ? ASN->getAttribute(Kind) : Attribute(); in getAttribute()
1134 AttributeSetNode *ASN = getAttributes(Index); in getAttribute() local
1135 return ASN ? ASN->getAttribute(Kind) : Attribute(); in getAttribute()
1139 AttributeSetNode *ASN = getAttributes(Index); in getParamAlignment() local
1140 return ASN ? ASN->getAlignment() : 0; in getParamAlignment()
1144 AttributeSetNode *ASN = getAttributes(Index); in getStackAlignment() local
1145 return ASN ? ASN->getStackAlignment() : 0; in getStackAlignment()
1149 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableBytes() local
1150 return ASN ? ASN->getDereferenceableBytes() : 0; in getDereferenceableBytes()
1154 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableOrNullBytes() local
1155 return ASN ? ASN->getDereferenceableOrNullBytes() : 0; in getDereferenceableOrNullBytes()
1160 AttributeSetNode *ASN = getAttributes(Index); in getAllocSizeArgs() local
1161 return ASN ? ASN->getAllocSizeArgs() : std::make_pair(0, 0); in getAllocSizeArgs()
1165 AttributeSetNode *ASN = getAttributes(Index); in getAsString() local
1166 return ASN ? ASN->getAsString(InAttrGrp) : std::string(""); in getAsString()