Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp489 const uint64_t *Ptr64 = Val.getRawData(); in addConstantValue() local
498 c = Ptr64[i / 8] >> (8 * (i & 7)); in addConstantValue()
500 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addConstantValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1721 case attr::Ptr64: OS << " __ptr64"; break; in printAttributedBefore()
1840 case attr::Ptr64: in printAttributedAfter()
H A DType.cpp3901 case attr::Ptr64: in isMSTypeSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7445 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) { in handleMSPointerTypeQualifierAttr()
7474 if (Attrs[attr::Ptr64]) in handleMSPointerTypeQualifierAttr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3854 def Ptr64 : TypeAttr {