Home
last modified time | relevance | path

Searched refs:Creator (Results 1 – 25 of 143) sorted by relevance

123456

/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
25 def : Creator<[{ return ctx.getPointerType(pointeeType); }]>;
36 def : Creator<[{ return ctx.getAdjustedType(originalType, adjustedType); }]>;
46 def : Creator<[{ return ctx.getAdjustedParameterType(originalType); }]>;
54 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
68 def : Creator<[{
75 def : Creator<[{
88 def : Creator<[{
113 def : Creator<[{
121 def : Creator<[{
[all …]
DPropertiesBase.td190 class Creator<code create> {
212 /// Creator rules for the cases can additionally access a variable
247 def : Creator<[{
256 def : Creator<[{
266 def : Creator<[{
276 def : Creator<[{
284 def : Creator<[{
292 def : Creator<[{
297 def : Creator<[{
308 def : Creator<[{
[all …]
/external/llvm/lib/Support/
DManagedStatic.cpp38 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic() argument
40 assert(Creator); in RegisterManagedStatic()
45 void *Tmp = Creator(); in RegisterManagedStatic()
57 Ptr = Creator(); in RegisterManagedStatic()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DManagedStatic.cpp45 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic() argument
47 assert(Creator); in RegisterManagedStatic()
52 void *Tmp = Creator(); in RegisterManagedStatic()
64 Ptr = Creator(); in RegisterManagedStatic()
/external/llvm-project/llvm/lib/Support/
DManagedStatic.cpp33 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic() argument
35 assert(Creator); in RegisterManagedStatic()
40 void *Tmp = Creator(); in RegisterManagedStatic()
52 Ptr = Creator(); in RegisterManagedStatic()
/external/clang/lib/Driver/
DJob.cpp30 Command::Command(const Action &Source, const Tool &Creator, in Command() argument
33 : Source(Source), Creator(Creator), Executable(Executable), in Command()
102 if (Creator.getResponseFilesSupport() == Tool::RF_FileList) { in writeResponseFile()
131 if (Creator.getResponseFilesSupport() != Tool::RF_FileList) { in buildArgvForResponseFile()
149 Out.push_back(Creator.getResponseFileFlag()); in buildArgvForResponseFile()
217 if (Creator.getResponseFilesSupport() != Tool::RF_FileList) in Print()
227 ResponseFileFlag = Creator.getResponseFileFlag(); in setResponseFile()
259 ResponseFile, RespContents, Creator.getResponseFileEncoding())) { in Execute()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dcustom_graph_optimizer_registry.h35 typedef std::function<CustomGraphOptimizer*()> Creator; typedef
38 static void RegisterOptimizerOrDie(const Creator& optimizer_creator,
45 const CustomGraphOptimizerRegistry::Creator& creator, in CustomGraphOptimizerRegistrar()
Dcustom_graph_optimizer_registry.cc26 typedef std::unordered_map<string, CustomGraphOptimizerRegistry::Creator>
52 const Creator& optimizer_creator, const string& name) { in RegisterOptimizerOrDie()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DManagedStatic.cpp48 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic() argument
50 assert(Creator); in RegisterManagedStatic()
54 void *Tmp = Creator(); in RegisterManagedStatic()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DManagedStatic.h81 template <class C, class Creator = object_creator<C>,
89 RegisterManagedStatic(Creator::call, Deleter::call);
99 RegisterManagedStatic(Creator::call, Deleter::call);
/external/llvm-project/llvm/include/llvm/Support/
DManagedStatic.h81 template <class C, class Creator = object_creator<C>,
89 RegisterManagedStatic(Creator::call, Deleter::call);
99 RegisterManagedStatic(Creator::call, Deleter::call);
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp47 TUDecl(Unit->getASTContext().getTranslationUnitDecl()), Creator(C), in TU()
53 if (!Creator) in TU()
54 Creator = [](ASTContext &ToContext, FileManager &ToFileManager, in TU()
70 Importer.reset(Creator(ToAST->getASTContext(), ToAST->getFileManager(), in lazyInitImporter()
147 FromTUs.emplace_back(FromSrcCode, InputFileName, FromArgs, Creator, in getImportedDecl()
181 FromTUs.emplace_back(SrcCode, FileName, Args, Creator, ODRHandling); in getTuDecl()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/metadata/scte35/
DSpliceNullCommand.java32 public static final Creator<SpliceNullCommand> CREATOR =
33 new Creator<SpliceNullCommand>() {
DPrivateCommand.java70 public static final Parcelable.Creator<PrivateCommand> CREATOR =
71 new Parcelable.Creator<PrivateCommand>() {
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVisualVoicemailSms.java7 import android.os.Parcelable.Creator;
71 public static final Creator<VisualVoicemailSms> CREATOR =
72 new Creator<VisualVoicemailSms>() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DTestParcelableImpl.java17 public static final Creator<TestParcelableImpl> CREATOR =
18 new Creator<TestParcelableImpl>() {
DTestParcelable.java18 public static final Creator<TestParcelable> CREATOR =
19 new Creator<TestParcelable>() {
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DHlsTrackMetadataEntry.java146 public static final Parcelable.Creator<VariantInfo> CREATOR =
147 new Parcelable.Creator<VariantInfo>() {
247 public static final Parcelable.Creator<HlsTrackMetadataEntry> CREATOR =
248 new Parcelable.Creator<HlsTrackMetadataEntry>() {
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/metadata/dvbsi/
DAppInfoTable.java66 public static final Parcelable.Creator<AppInfoTable> CREATOR =
67 new Parcelable.Creator<AppInfoTable>() {
/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/
DParcelableObject.java27 public static final Parcelable.Creator CREATOR =
28 new Parcelable.Creator() {
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_nullptr.pass.cpp150 struct Creator { struct
158 struct Creator<Ret Class::*> { struct
173 TestFn tf = Creator<TestFn>::create(); in test_imp() argument
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_nullptr.pass.cpp148 struct Creator { struct
156 struct Creator<Ret Class::*> { argument
171 TestFn tf = Creator<TestFn>::create(); in test_imp() argument
/external/llvm-project/clang/include/clang/Driver/
DJob.h110 const Tool &Creator; variable
165 Command(const Action &Source, const Tool &Creator,
184 const Tool &getCreator() const { return Creator; } in getCreator()
230 CC1Command(const Action &Source, const Tool &Creator,
/external/libchrome/base/android/java/src/org/chromium/base/
DUnguessableToken.java56 public static final Parcelable.Creator<UnguessableToken> CREATOR =
57 new Parcelable.Creator<UnguessableToken>() {
/external/clang/include/clang/Driver/
DJob.h48 const Tool &Creator; variable
85 Command(const Action &Source, const Tool &Creator, const char *Executable,
103 const Tool &getCreator() const { return Creator; } in getCreator()

123456