Searched refs:CreateType (Results 1 – 7 of 7) sorted by relevance
/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/libtextclassifier/actions/ |
D | test_utils.cc | 31 reflection::CreateType(schema_builder, in TestEntityDataSchema() 39 reflection::CreateType(schema_builder, in TestEntityDataSchema() 47 reflection::CreateType(schema_builder, in TestEntityDataSchema()
|
D | lua-ranker_test.cc | 46 reflection::CreateType(schema_builder, in TestEntitySchema()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCompileServer.cpp | 58 using CreateType = TextDataStreamer *; typedef in Ice::__anond20289d80111::TextDataStreamer 60 using CreateType = std::unique_ptr<TextDataStreamer>; typedef in Ice::__anond20289d80111::TextDataStreamer 62 static CreateType create(const std::string &Filename, std::string *Err); 70 TextDataStreamer::CreateType 85 return CreateType(); in create()
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 150 inline flatbuffers::Offset<Type> CreateType(
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 2962 return reflection::CreateType( in Serialize()
|