HomeSort by relevance Sort by last modified time
    Searched defs:Impl (Results 226 - 250 of 393) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.h 214 const TargetLibraryInfoImpl *Impl;
217 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
220 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
221 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
223 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.h 210 const TargetLibraryInfoImpl *Impl;
213 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
216 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
217 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
219 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
TargetPassConfig.h 125 PassConfigImpl *Impl = nullptr; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.h 210 const TargetLibraryInfoImpl *Impl;
213 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
216 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
217 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
219 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
TargetPassConfig.h 125 PassConfigImpl *Impl = nullptr; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.h 210 const TargetLibraryInfoImpl *Impl;
213 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
216 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
217 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
219 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
TargetPassConfig.h 125 PassConfigImpl *Impl = nullptr; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.h 210 const TargetLibraryInfoImpl *Impl;
213 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
216 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
217 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
219 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
TargetPassConfig.h 125 PassConfigImpl *Impl = nullptr; // Internal data structures
  /external/llvm/include/llvm/Support/
FileSystem.h 240 enum Impl {
272 file_magic(Impl V) : V(V) {}
273 operator Impl() const { return V; }
276 Impl V;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 241 enum Impl {
275 file_magic(Impl V) : V(V) {}
276 operator Impl() const { return V; }
279 Impl V;
    [all...]
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp 144 // BAD_ID can only happen if this Impl class is initialized for a view - never for a block.
194 class C2Block1D::Impl : public _C2Block1DImpl {
206 C2Block1D::C2Block1D(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range)
207 // always clamp subrange to parent (impl) range for safety
208 : _C2LinearRangeAspect(impl.get(), range.offset(), range.size()), mImpl(impl) {
214 * range of Impl is the mapped range of the underlying allocation (which is part of the allotted
216 * subrange of Impl range starting at mImpl->offset() + _mOffset.
218 class C2ReadView::Impl : public _C2MappedBlock1DImpl
380 std::shared_ptr<C2Block1D::Impl> impl = local
1099 std::shared_ptr<C2Block2D::Impl> impl = local
    [all...]
C2AllocatorGralloc.cpp 540 class C2AllocatorGralloc::Impl {
542 Impl(id_t id, bool bufferQueue);
581 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue)
596 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation(
659 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation(
683 : mImpl(new Impl(id, bufferQueue)) {}
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 289 // Constructs an Action from its implementation. A NULL impl is
291 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
351 template <typename Impl>
354 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
368 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
    [all...]
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 308 struct Impl : public port::Tracing::Engine::Annotation {
310 explicit Impl(StringPiece n) : annotation(n.ToString()) {
314 ~Impl() override { tls_current_annotation.get() = nullptr; }
316 return new Impl(name);
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityMetrics.java 90 public final Impl impl = new Impl(); field in class:IpConnectivityMetrics
142 publishBinderService(SERVICE_NAME, impl);
265 public final class Impl extends IIpConnectivityMetrics.Stub {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
151 : Impl(std::move(I)) {
152 assert(Impl.get() != nullptr && "requires non-null implementation");
153 if (!Impl->CurrentEntry.isStatusKnown())
154 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
162 assert(Impl && "attempting to increment past end");
163 EC = Impl->increment();
164 if (!Impl->CurrentEntry.isStatusKnown())
165 Impl.reset(); // Normalize the end iterator to Impl == nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
VirtualFileSystem.h 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
151 : Impl(std::move(I)) {
152 assert(Impl.get() != nullptr && "requires non-null implementation");
153 if (!Impl->CurrentEntry.isStatusKnown())
154 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
162 assert(Impl && "attempting to increment past end");
163 EC = Impl->increment();
164 if (!Impl->CurrentEntry.isStatusKnown())
165 Impl.reset(); // Normalize the end iterator to Impl == nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
VirtualFileSystem.h 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
151 : Impl(std::move(I)) {
152 assert(Impl.get() != nullptr && "requires non-null implementation");
153 if (!Impl->CurrentEntry.isStatusKnown())
154 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
162 assert(Impl && "attempting to increment past end");
163 EC = Impl->increment();
164 if (!Impl->CurrentEntry.isStatusKnown())
165 Impl.reset(); // Normalize the end iterator to Impl == nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
VirtualFileSystem.h 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
151 : Impl(std::move(I)) {
152 assert(Impl.get() != nullptr && "requires non-null implementation");
153 if (!Impl->CurrentEntry.isStatusKnown())
154 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
162 assert(Impl && "attempting to increment past end");
163 EC = Impl->increment();
164 if (!Impl->CurrentEntry.isStatusKnown())
165 Impl.reset(); // Normalize the end iterator to Impl == nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
VirtualFileSystem.h 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
151 : Impl(std::move(I)) {
152 assert(Impl.get() != nullptr && "requires non-null implementation");
153 if (!Impl->CurrentEntry.isStatusKnown())
154 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
162 assert(Impl && "attempting to increment past end");
163 EC = Impl->increment();
164 if (!Impl->CurrentEntry.isStatusKnown())
165 Impl.reset(); // Normalize the end iterator to Impl == nullptr
    [all...]

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011>>