Searched refs:UPtr (Results 1 – 9 of 9) sorted by relevance
339 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local340 Vals.append(UPtr, UPtr + NumElts); in readRecord()
559 auto *UPtr = Unit.get(); in clang_indexSourceFile_Impl() local618 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()
315 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef317 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows()
317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef319 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows()
1597 case attr::UPtr: OS << " __uptr"; break; in printAttributedBefore()1691 case attr::UPtr: in printAttributedAfter()
3544 case attr::UPtr: in isMSTypeSpec()
787 for (Use *UPtr : Uses) in createParallel()788 UPtr->set(ReplacementValue); in createParallel()
7006 } 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()
3410 def UPtr : TypeAttr {