Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp490 const uint64_t *Ptr64 = Val.getRawData(); in addConstantValue() local
499 c = Ptr64[i / 8] >> (8 * (i & 7)); in addConstantValue()
501 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addConstantValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1827 case attr::Ptr64: OS << " __ptr64"; break; in printAttributedBefore()
1950 case attr::Ptr64: in printAttributedAfter()
H A DType.cpp4128 case attr::Ptr64: in isMSTypeSpec()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7028 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) { in handleMSPointerTypeQualifierAttr()
7057 if (Attrs[attr::Ptr64]) in handleMSPointerTypeQualifierAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4056 def Ptr64 : TypeAttr {