HomeSort by relevance Sort by last modified time
    Searched defs:Impl (Results 126 - 150 of 249) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 216 const TargetLibraryInfoImpl *Impl;
219 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
222 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
223 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
225 Impl = TLI.Impl;
    [all...]
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 216 const TargetLibraryInfoImpl *Impl;
219 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
222 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
223 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
225 Impl = TLI.Impl;
    [all...]
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 216 const TargetLibraryInfoImpl *Impl;
219 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
222 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
223 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
225 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // 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...]
  /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...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityMetrics.java 78 public final Impl impl = new Impl(); field in class:IpConnectivityMetrics
114 publishBinderService(SERVICE_NAME, impl);
238 public final class Impl extends IIpConnectivityMetrics.Stub {
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/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-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/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-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /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/linux-x86/clang-3957855/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/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/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/linux-x86/clang-3977809/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/linux-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...]

Completed in 1053 milliseconds

1 2 3 4 56 7 8 910