HomeSort by: relevance | last modified time | path
    Searched refs:PImpl (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyValueInfo.h 36 void *PImpl = nullptr;
46 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), PImpl(Arg.PImpl) {
47 Arg.PImpl = nullptr;
54 PImpl = Arg.PImpl;
55 Arg.PImpl = nullptr;
149 assert(!Info.PImpl && "releaseMemory not called");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfileCollector.h 78 std::unique_ptr<ValueProfileCollectorImpl> PImpl;
ValueProfileCollector.cpp 71 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {}
78 PImpl->get(Kind, Result);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp 1488 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC,
1490 if (!PImpl) {
1495 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl);
1497 return *static_cast<LazyValueInfoImpl*>(PImpl);
1504 if (Info.PImpl)
1505 getImpl(Info.PImpl, Info.AC, F.getParent()).clear();
1523 if (PImpl) {
1524 delete &getImpl(PImpl, AC, nullptr);
1525 PImpl = nullptr;
1571 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d 2326 alias PImpl = RefCounted!(Impl, RefCountedAutoInitialize.no);
2327 PImpl impl;
2338 impl = PImpl(f, kt, terminator);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 2976 for (const auto *PImpl : IMPDecl->property_impls()) {
2978 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic)
2981 const auto *P = PImpl->getPropertyDecl();

Completed in 31 milliseconds