Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h38 void *PImpl = nullptr; variable
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) { in LazyValueInfo()
49 Arg.PImpl = nullptr; in LazyValueInfo()
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
152 assert(!Info.PImpl && "releaseMemory not called");
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1472 if (!PImpl) { in getImpl()
1488 if (Info.PImpl) in runOnFunction()
1507 if (PImpl) { in releaseMemory()
1508 delete &getImpl(PImpl, AC, nullptr); in releaseMemory()
1509 PImpl = nullptr; in releaseMemory()
1808 if (PImpl) { in threadEdge()
1815 if (PImpl) { in eraseBlock()
1823 if (PImpl) { in printLVI()
1829 if (PImpl) in disableDT()
1834 if (PImpl) in enableDT()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2948 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local
2950 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
2953 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()