Searched refs:Ptr64 (Results 1 – 7 of 7) sorted by relevance
67 Ptr64, enumerator
71 case Ptr64: in matchUniformityAndLLT()
239 const uint64_t *Ptr64 = Val.getRawData(); in addIntAsBlock() local248 c = Ptr64[i / 8] >> (8 * (i & 7)); in addIntAsBlock()250 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addIntAsBlock()
1884 case attr::Ptr64: OS << " __ptr64"; break; in printAttributedBefore()2037 case attr::Ptr64: in printAttributedAfter()
4319 case attr::Ptr64: in isMSTypeSpec()
7056 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) { in handleMSPointerTypeQualifierAttr()7085 if (Attrs[attr::Ptr64]) in handleMSPointerTypeQualifierAttr()
4397 def Ptr64 : TypeAttr {