Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp1645 case attr::Ptr64: OS << " __ptr64"; break; in printAttributedBefore()
1752 case attr::Ptr64: in printAttributedAfter()
H A DType.cpp3635 case attr::Ptr64: in isMSTypeSpec()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp7286 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) { in handleMSPointerTypeQualifierAttr()
7315 if (Attrs[attr::Ptr64]) in handleMSPointerTypeQualifierAttr()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3580 def Ptr64 : TypeAttr {