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

12 3 4 5 6 7 8 91011>>

  /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/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /external/clang/test/SemaTemplate/
qualified-id.cpp 23 class Impl {
27 template <class T> class Magic : public Impl {
29 return Impl::foo();
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LibCallSemantics.cpp 21 /// getMap - This impl pointer in ~LibCallInfo is actually a StringMap. This
28 delete getMap(Impl);
45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl);
50 Impl = Map = new StringMap<const LibCallFunctionInfo*>();
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 68 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java 59 public final static String COLUMN_ID = Contacts.Impl._ID;
66 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP;
73 Contacts.Impl._ID,
74 Contacts.Impl.CONTACT_NUMBER,
75 Contacts.Impl.CONTACT_NAME,
76 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP,
77 Contacts.Impl.VOLTE_CALL_SERVICE_CONTACT_ADDRESS,
78 Contacts.Impl.VOLTE_CALL_CAPABILITY,
79 Contacts.Impl.VOLTE_CALL_CAPABILITY_TIMESTAMP,
80 Contacts.Impl.VOLTE_CALL_AVAILABILITY
    [all...]
  /external/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
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/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LibCallSemantics.h 129 mutable void *Impl;
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadProviderFunctionalTest.java 60 assertEquals(Downloads.Impl.STATUS_PENDING, getDownloadStatus(downloadUri));
62 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS);
75 updateDownload(downloadUri, Downloads.Impl.COLUMN_DESTINATION,
76 Integer.toString(Downloads.Impl.DESTINATION_CACHE_PARTITION));
77 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS);
92 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS);
96 updateDownload(downloadUri, Downloads.Impl.COLUMN_DESTINATION,
97 Integer.toString(Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING));
98 runUntilStatus(downloadUri, Downloads.Impl.STATUS_WAITING_FOR_NETWORK);
102 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
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);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
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);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
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);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
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);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
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);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
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);

Completed in 508 milliseconds

12 3 4 5 6 7 8 91011>>