Searched defs:Impl (Results 1 - 25 of 88) sorted by relevance

1234

/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl; member in class:llvm::RuntimeDyldChecker
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DBasicInliner.h51 BasicInlinerImpl *Impl; member in class:llvm::BasicInliner
/external/clang/include/clang/Index/
H A DCodegenNameGenerator.h46 std::unique_ptr<Implementation> Impl; member in class:clang::index::CodegenNameGenerator
/external/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h35 std::unique_ptr<MIRParserImpl> Impl; member in class:llvm::MIRParser
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
/external/clang/include/clang/AST/
H A DParentMap.h22 void* Impl; member in class:clang::ParentMap
H A DASTUnresolvedSet.h89 mutable ASTUnresolvedSet Impl; member in class:clang::LazyASTUnresolvedSet
95 if (Impl.Decls.isLazy())
97 return Impl;
100 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); }
102 assert(Impl.empty() || Impl.Decls.isLazy());
103 Impl.Decls.setLazy(true);
104 Impl.addDecl(C, reinterpret_cast<NamedDecl*>(ID << 2), AS);
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/targets/
H A DInterfaceDefaultMethodsTarget.java31 public class Impl implements InterfaceDefaultMethodsTarget { class in interface:InterfaceDefaultMethodsTarget
33 public Impl() { method in class:InterfaceDefaultMethodsTarget.Impl
39 new Impl();
H A DInterfaceOnlyDefaultMethodsTarget.java29 public class Impl implements InterfaceOnlyDefaultMethodsTarget { class in interface:InterfaceOnlyDefaultMethodsTarget
31 public Impl() { method in class:InterfaceOnlyDefaultMethodsTarget.Impl
37 new Impl();
/external/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h42 void *Impl; member in class:llvm::CrashRecoveryContext
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
/external/skia/src/core/
H A DSkRefDict.cpp12 struct SkRefDict::Impl { struct in class:SkRefDict
13 Impl* fNext;
29 Impl* rec = fImpl;
44 Impl* rec = fImpl;
45 Impl* prev = nullptr;
71 rec = new Impl;
80 Impl* rec = fImpl;
82 Impl* next = rec->fNext;
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp23 class Impl { class in namespace:test2
27 template <class T> class Magic : public Impl {
29 return Impl::foo();
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DFuturesCombineBenchmark.java37 enum Impl { enum in class:FuturesCombineBenchmark
76 @Param Impl impl;
85 Impl impl = this.impl;
100 Impl impl = this.impl;
110 Impl impl = this.impl;
125 Impl impl = this.impl;
H A DMoreExecutorsDirectExecutorBenchmark.java40 enum Impl { enum in class:MoreExecutorsDirectExecutorBenchmark
54 @Param Impl impl;
H A DStripedBenchmark.java50 @Param Impl impl;
52 enum Impl { enum in class:StripedBenchmark
108 Impl implLocal = impl;
/external/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp54 auto PA = Impl.run(M, DummyMAM);
59 GlobalDCEPass Impl; member in class:__anon13400::GlobalDCELegacyPass
H A DCrossDSOCFI.cpp159 CrossDSOCFI Impl; local
160 bool Changed = Impl.runOnModule(M);
H A DPartialInlining.cpp42 auto PA = Impl.run(M, DummyMAM);
47 PartialInlinerPass Impl; member in struct:__anon13417::PartialInlinerLegacyPass
/external/skia/tools/
H A DSkShaper_primitive.cpp12 struct SkShaper::Impl { struct in class:SkShaper
16 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) {
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DLibCallSemantics.h129 mutable void *Impl; member in class:llvm::LibCallInfo
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCrashRecoveryContext.h46 void *Impl; member in class:llvm::CrashRecoveryContext
50 CrashRecoveryContext() : Impl(0), head(0) {}
/external/clang/include/clang/Frontend/
H A DUtils.h112 void *Impl; // Opaque implementation member in class:clang::DependencyFileGenerator
113 DependencyFileGenerator(void *Impl);
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DFileClientSessionCache.java58 static class Impl implements SSLClientSessionCache { class in class:FileClientSessionCache
80 Impl(File directory) throws IOException { method in class:FileClientSessionCache.Impl
316 static final Map<File, FileClientSessionCache.Impl> caches
317 = new HashMap<File, FileClientSessionCache.Impl>();
331 FileClientSessionCache.Impl cache = caches.get(directory);
333 cache = new FileClientSessionCache.Impl(directory);
H A DSslSessionWrapper.java53 return new Impl(context, ref, activeSession.getPeerHost(),
60 return new Impl(context, ref, null, -1, null, null, null);
152 return new Impl(context, ref, host, port, peerCerts, ocspData, tlsSctData);
209 private static final class Impl extends SslSessionWrapper { class in class:SslSessionWrapper
222 private Impl(AbstractSessionContext context, NativeRef.SSL_SESSION ref, String host, method in class:SslSessionWrapper.Impl
348 return Impl.this.getId();
353 return Impl.this.getCipherSuite();
358 return Impl.this.getProtocol();
363 return Impl.this.getPeerHost();
368 return Impl
[all...]
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DMapBenchmark.java41 private Impl impl;
43 public enum Impl { enum in class:MapBenchmark
/external/guava/guava-tests/benchmark/com/google/common/math/
H A DApacheBenchmark.java40 private enum Impl { enum in class:ApacheBenchmark
130 Impl impl;
144 } while (!Impl.GUAVA.noAddOverflow(intsToAdd[i][0], intsToAdd[i][1]));
149 } while (!Impl.GUAVA.noAddOverflow(longsToAdd[i][0], longsToAdd[i][1]));
154 } while (!Impl.GUAVA.noMulOverflow(intsToMul[i][0], intsToMul[i][1]));
159 } while (!Impl.GUAVA.noMulOverflow(longsToMul[i][0], longsToMul[i][1]));

Completed in 615 milliseconds

1234