Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h36 void *PImpl = nullptr; variable
46 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), PImpl(Arg.PImpl) { in LazyValueInfo()
47 Arg.PImpl = nullptr; in LazyValueInfo()
54 PImpl = Arg.PImpl;
55 Arg.PImpl = nullptr;
149 assert(!Info.PImpl && "releaseMemory not called");
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1488 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() argument
1490 if (!PImpl) { in getImpl()
1495 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getImpl()
1497 return *static_cast<LazyValueInfoImpl*>(PImpl); in getImpl()
1504 if (Info.PImpl) in runOnFunction()
1505 getImpl(Info.PImpl, Info.AC, F.getParent()).clear(); in runOnFunction()
1523 if (PImpl) { in releaseMemory()
1524 delete &getImpl(PImpl, AC, nullptr); in releaseMemory()
1525 PImpl = nullptr; in releaseMemory()
1571 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp71 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()
78 PImpl->get(Kind, Result); in get()
H A DValueProfileCollector.h78 std::unique_ptr<ValueProfileCollectorImpl> PImpl; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d2009 alias PImpl = RefCounted!(Impl, RefCountedAutoInitialize.no);
2010 PImpl impl;
2021 impl = PImpl(f, kt, terminator);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d2326 alias PImpl = RefCounted!(Impl, RefCountedAutoInitialize.no); in ByLineImpl() local
2327 PImpl impl; in ByLineImpl()
2338 impl = PImpl(f, kt, terminator); in ByLineImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2976 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods() local
2978 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
2981 const auto *P = PImpl->getPropertyDecl(); in ImplMethodsVsClassMethods()