/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 136 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 …]
|
D | CGDebugInfo.cpp | 463 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/ |
D | CGDebugInfo.h | 168 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 …]
|
D | CGDebugInfo.cpp | 648 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/ |
D | test-utils.cc | 33 reflection::CreateType(schema_builder, in TestEntityDataSchema() 41 reflection::CreateType(schema_builder, in TestEntityDataSchema() 49 reflection::CreateType(schema_builder, in TestEntityDataSchema()
|
D | lua-ranker_test.cc | 46 reflection::CreateType(schema_builder, in TestEntitySchema()
|
/external/libtextclassifier/native/utils/testing/ |
D | annotator.cc | 140 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/ |
D | IceCompileServer.cpp | 58 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/ |
D | GrVkRenderTarget.h | 126 enum class CreateType { enum 135 CreateType createType);
|
D | GrVkTextureRenderTarget.cpp | 35 std::move(resolveAttachment), CreateType::kFromTextureRT) { in GrVkTextureRenderTarget() 50 std::move(resolveAttachment), CreateType::kFromTextureRT) { in GrVkTextureRenderTarget()
|
D | GrVkRenderTarget.cpp | 56 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/ |
D | PdbAstBuilder.h | 105 clang::QualType CreateType(PdbTypeSymId type);
|
D | SymbolFileNativePDB.h | 220 lldb::TypeSP CreateType(PdbTypeSymId type_id, CompilerType ct);
|
D | PdbAstBuilder.cpp | 899 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() function in PdbAstBuilder 969 qt = CreateType(type); in GetOrCreateType()
|
D | SymbolFileNativePDB.cpp | 606 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/ |
D | reflection_generated.h | 172 inline flatbuffers::Offset<Type> CreateType(
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 3399 return reflection::CreateType( in Serialize()
|