Home
last modified time | relevance | path

Searched refs:CreateType (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.h136 llvm::DIType *CreateType(const BuiltinType *Ty);
137 llvm::DIType *CreateType(const ComplexType *Ty);
139 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
140 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
142 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
143 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
144 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
145 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
147 llvm::DIType *CreateType(const RecordType *Tyg);
153 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F);
[all …]
DCGDebugInfo.cpp463 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo
606 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo
651 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo
664 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo
777 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo
835 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo
858 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo
904 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo
1692 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType() function in CGDebugInfo
1763 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType() function in CGDebugInfo
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h168 llvm::DIType *CreateType(const BuiltinType *Ty);
169 llvm::DIType *CreateType(const ComplexType *Ty);
170 llvm::DIType *CreateType(const AutoType *Ty);
171 llvm::DIType *CreateType(const ExtIntType *Ty);
173 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
174 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
176 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
177 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
178 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
179 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
[all …]
DCGDebugInfo.cpp648 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo
760 return CreateType(cast<const BuiltinType>(CGM.getContext().IntTy)); in CreateType()
860 llvm::DIType *CGDebugInfo::CreateType(const AutoType *Ty) { in CreateType() function in CGDebugInfo
864 llvm::DIType *CGDebugInfo::CreateType(const ExtIntType *Ty) { in CreateType() function in CGDebugInfo
875 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo
919 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo
932 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo
1138 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo
1179 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo
1202 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo
[all …]
/external/libtextclassifier/native/actions/
Dtest-utils.cc33 reflection::CreateType(schema_builder, in TestEntityDataSchema()
41 reflection::CreateType(schema_builder, in TestEntityDataSchema()
49 reflection::CreateType(schema_builder, in TestEntityDataSchema()
Dlua-ranker_test.cc46 reflection::CreateType(schema_builder, in TestEntitySchema()
/external/libtextclassifier/native/utils/testing/
Dannotator.cc140 reflection::CreateType(schema_builder, in AddTestEntitySchemaData()
148 reflection::CreateType(schema_builder, in AddTestEntitySchemaData()
156 reflection::CreateType(schema_builder, in AddTestEntitySchemaData()
164 reflection::CreateType(schema_builder, in AddTestEntitySchemaData()
172 reflection::CreateType(schema_builder, in AddTestEntitySchemaData()
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp58 using CreateType = TextDataStreamer *; typedef in Ice::__anon09974b360111::TextDataStreamer
60 using CreateType = std::unique_ptr<TextDataStreamer>; typedef in Ice::__anon09974b360111::TextDataStreamer
62 static CreateType create(const std::string &Filename, std::string *Err);
70 TextDataStreamer::CreateType
85 return CreateType(); in create()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.h126 enum class CreateType { enum
135 CreateType createType);
DGrVkTextureRenderTarget.cpp35 std::move(resolveAttachment), CreateType::kFromTextureRT) { in GrVkTextureRenderTarget()
50 std::move(resolveAttachment), CreateType::kFromTextureRT) { in GrVkTextureRenderTarget()
DGrVkRenderTarget.cpp56 CreateType createType) in GrVkRenderTarget()
70 if (createType == CreateType::kDirectlyWrapped) { in GrVkRenderTarget()
138 nullptr, CreateType::kDirectlyWrapped); in MakeWrappedRenderTarget()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.h105 clang::QualType CreateType(PdbTypeSymId type);
DSymbolFileNativePDB.h220 lldb::TypeSP CreateType(PdbTypeSymId type_id, CompilerType ct);
DPdbAstBuilder.cpp899 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() function in PdbAstBuilder
969 qt = CreateType(type); in GetOrCreateType()
DSymbolFileNativePDB.cpp606 TypeSP SymbolFileNativePDB::CreateType(PdbTypeSymId type_id, CompilerType ct) { in CreateType() function in SymbolFileNativePDB
696 TypeSP result = CreateType(best_decl_id, m_ast->ToCompilerType(qt)); in CreateAndCacheType()
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h172 inline flatbuffers::Offset<Type> CreateType(
/external/flatbuffers/src/
Didl_parser.cpp3399 return reflection::CreateType( in Serialize()