Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 89) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassRegistry.cpp76 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(pImpl); in ~PassRegistry() local
88 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in getPassInfo() local
95 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in getPassInfo() local
107 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerPass() local
124 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in unregisterPass() local
136 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in enumerateWith() local
169 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerAnalysisGroup() local
184 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in registerAnalysisGroup() local
190 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in addRegistrationListener() local
203 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); in removeRegistrationListener() local
/external/skia/src/core/
DSkRefDict.cpp12 struct SkRefDict::Impl { struct in SkRefDict
13 Impl* fNext;
14 SkString fName;
15 SkRefCnt* fData;
/external/skia/src/pdf/
DSkDeflate.cpp58 struct SkDeflateWStream::Impl { struct in SkDeflateWStream
68 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
/external/skia/tools/
DSkShaper_harfbuzz.cpp42 struct SkShaper::Impl { struct in SkShaper
43 struct HBFontDel {
46 std::unique_ptr<hb_font_t, HBFontDel> fHarfBuzzFont;
47 struct HBBufDel {
50 std::unique_ptr<hb_buffer_t, HBBufDel> fBuffer;
51 sk_sp<SkTypeface> fTypeface;
DSkShaper_primitive.cpp12 struct SkShaper::Impl { struct in SkShaper
13 sk_sp<SkTypeface> fTypeface;
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/targets/
DInterfaceOnlyDefaultMethodsTarget.java29 public class Impl implements InterfaceOnlyDefaultMethodsTarget { class
31 public Impl() { in Impl() method in InterfaceOnlyDefaultMethodsTarget.Impl
DInterfaceDefaultMethodsTarget.java31 public class Impl implements InterfaceDefaultMethodsTarget { class
33 public Impl() { in Impl() method in InterfaceDefaultMethodsTarget.Impl
/external/clang/include/clang/Index/
DCodegenNameGenerator.h46 std::unique_ptr<Implementation> Impl; variable
/external/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h35 std::unique_ptr<MIRParserImpl> Impl; variable
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesCombineBenchmark.java37 enum Impl { enum in FuturesCombineBenchmark
DMoreExecutorsDirectExecutorBenchmark.java40 enum Impl { enum in MoreExecutorsDirectExecutorBenchmark
DExecutionListBenchmark.java59 enum Impl { enum in ExecutionListBenchmark
DStripedBenchmark.java52 enum Impl { enum in StripedBenchmark
/external/clang/include/clang/AST/
DParentMap.h22 void* Impl; variable
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc280 struct ScopedThread::Impl { struct in ScopedThread
291 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent()
/external/conscrypt/common/src/main/java/org/conscrypt/
DFileClientSessionCache.java58 static class Impl implements SSLClientSessionCache { class in FileClientSessionCache
80 Impl(File directory) throws IOException { in Impl() method in FileClientSessionCache.Impl
DSslSessionWrapper.java209 private static final class Impl extends SslSessionWrapper { class in SslSessionWrapper
222 private Impl(AbstractSessionContext context, NativeRef.SSL_SESSION ref, String host, in Impl() method in SslSessionWrapper.Impl
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DContacts.java65 public static final class Impl implements BaseColumns { class in Contacts
66 private Impl() {} in Impl() method in Contacts.Impl
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h492 explicit Impl(R value) in Impl() function
562 explicit Impl(T& ref) : ref_(ref) {} // NOLINT in Impl() function
611 explicit Impl(const T& value) : value_(value) {} // NOLINT in Impl() function
801 explicit Impl(const A& action) : action_(action) {} in Impl() function
875 Impl(const Action<VoidResult>& action1, const Action<F>& action2) in Impl() function
/external/clang/test/SemaTemplate/
Dqualified-id.cpp23 class Impl { class
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h196 const TargetLibraryInfoImpl *Impl; variable
199 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {} in TargetLibraryInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCrashRecoveryContext.h46 void *Impl; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLibCallSemantics.h129 mutable void *Impl; variable
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h42 void *Impl; variable
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp59 GlobalDCEPass Impl; member in __anonc1ba16430111::GlobalDCELegacyPass

1234