Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h35 LazyValueInfoImpl *PImpl = nullptr; variable
48 : AC(Arg.AC), DL(Arg.DL), PImpl(Arg.PImpl) { in LazyValueInfo()
49 Arg.PImpl = nullptr; in LazyValueInfo()
55 PImpl = Arg.PImpl;
56 Arg.PImpl = nullptr;
172 assert(!Info.PImpl && "releaseMemory not called");
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp68 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()
75 PImpl->get(Kind, Result); in get()
H A DValueProfileCollector.h78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1654 if (!PImpl) { in getOrCreateImpl()
1659 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
1661 return *static_cast<LazyValueInfoImpl *>(PImpl); in getOrCreateImpl()
1665 if (!PImpl) in getImpl()
1667 return static_cast<LazyValueInfoImpl *>(PImpl); in getImpl()
1676 PImpl = nullptr; in releaseMemory()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2990 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local
2992 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
2995 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()