Home
last modified time | relevance | path

Searched refs:UPtr (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp339 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local
340 Vals.append(UPtr, UPtr + NumElts); in readRecord()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp559 auto *UPtr = Unit.get(); in clang_indexSourceFile_Impl() local
618 IndexAction.get(), UPtr, Persistent, CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
622 printDiagsToStderr(UPtr); in clang_indexSourceFile_Impl()
624 if (isASTReadError(UPtr)) in clang_indexSourceFile_Impl()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dsysinfo.cc315 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
317 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
319 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1597 case attr::UPtr: OS << " __uptr"; break; in printAttributedBefore()
1691 case attr::UPtr: in printAttributedAfter()
H A DType.cpp3544 case attr::UPtr: in isMSTypeSpec()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp787 for (Use *UPtr : Uses) in createParallel()
788 UPtr->set(ReplacementValue); in createParallel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7006 } else if (Attrs[attr::SPtr] && Attrs[attr::UPtr]) { in handleMSPointerTypeQualifierAttr()
7034 else if (Attrs[attr::UPtr]) in handleMSPointerTypeQualifierAttr()
7037 if (Attrs[attr::UPtr]) in handleMSPointerTypeQualifierAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3410 def UPtr : TypeAttr {