Home
last modified time | relevance | path

Searched refs:CreateType (Results 1 – 7 of 7) 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/libtextclassifier/actions/
Dtest_utils.cc31 reflection::CreateType(schema_builder, in TestEntityDataSchema()
39 reflection::CreateType(schema_builder, in TestEntityDataSchema()
47 reflection::CreateType(schema_builder, in TestEntityDataSchema()
Dlua-ranker_test.cc46 reflection::CreateType(schema_builder, in TestEntitySchema()
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp58 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/
Dreflection_generated.h150 inline flatbuffers::Offset<Type> CreateType(
/external/flatbuffers/src/
Didl_parser.cpp2962 return reflection::CreateType( in Serialize()