Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp494 const uint64_t *Ptr64 = Val.getRawData(); in addConstantValue() local
503 c = Ptr64[i / 8] >> (8 * (i & 7)); in addConstantValue()
505 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addConstantValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1595 case attr::Ptr64: OS << " __ptr64"; break; in printAttributedBefore()
1689 case attr::Ptr64: in printAttributedAfter()
H A DType.cpp3542 case attr::Ptr64: in isMSTypeSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7001 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) { in handleMSPointerTypeQualifierAttr()
7032 if (Attrs[attr::Ptr64]) in handleMSPointerTypeQualifierAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3400 def Ptr64 : TypeAttr {