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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/ARCMigrate/
Internals.h 51 void *Impl; // TransformActionsImpl.
  /external/clang/lib/Basic/
IdentifierTable.cpp 599 SelectorTableImpl &SelTabImpl = getSelectorTableImpl(Impl);
607 SelectorTableImpl &SelTabImpl = getSelectorTableImpl(Impl);
630 Impl = new SelectorTableImpl();
634 delete &getSelectorTableImpl(Impl);
  /external/libchrome/base/
logging.h 545 logging::Check##name##Impl((val1), (val2), \
577 // Build the error message string. This is separate from the "Impl"
579 // be out of line, while the "Impl" code should be inline. Caller
616 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
621 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
760 logging::Check##name##Impl((val1), (val2), \
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
array_serialization.h 498 using Impl = ArraySerializer<Array<Element>,
508 return Impl::GetSerializedSize(&iterator, context);
527 Impl::SerializeElements(&iterator, buf, result, validate_params,
541 return Impl::DeserializeElements(input, output, context);
  /external/llvm/include/llvm/CodeGen/
TargetPassConfig.h 105 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/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 559 MergedLoadStoreMotion Impl;
561 return Impl.run(F, MDWP ? &MDWP->getMemDep() : nullptr,
594 MergedLoadStoreMotion Impl;
597 if (!Impl.run(F, MD, AA))
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [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-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [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-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/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/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 353 SSAUpdaterImpl<MachineSSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);
354 return Impl.GetValue(BB);

Completed in 1548 milliseconds

1 2 3 4 5 6 7 8 91011>>