Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h38 LazyValueInfoImpl *PImpl = nullptr; variable
51 : AC(Arg.AC), DL(Arg.DL), PImpl(Arg.PImpl) { in LazyValueInfo()
52 Arg.PImpl = nullptr; in LazyValueInfo()
58 PImpl = Arg.PImpl;
59 Arg.PImpl = nullptr;
172 assert(!Info.PImpl && "releaseMemory not called");
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1663 if (!PImpl) { in getOrCreateImpl()
1668 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
1670 return *static_cast<LazyValueInfoImpl *>(PImpl); in getOrCreateImpl()
1674 if (!PImpl) in getImpl()
1676 return static_cast<LazyValueInfoImpl *>(PImpl); in getImpl()
1685 PImpl = nullptr; in releaseMemory()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2992 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local
2994 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
2997 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()