HomeSort by: relevance | last modified time | path
    Searched refs:Ptr64 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 494 const uint64_t *Ptr64 = Val.getRawData();
503 c = Ptr64[i / 8] >> (8 * (i & 7));
505 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7));
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 1595 case attr::Ptr64: OS << " __ptr64"; break;
1689 case attr::Ptr64:
2153 case LangAS::ptr64:
Type.cpp 3542 case attr::Ptr64:
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 7001 if (Attrs[attr::Ptr32] && Attrs[attr::Ptr64]) {
7032 if (Attrs[attr::Ptr64])
7033 ASIdx = LangAS::ptr64;

Completed in 31 milliseconds