Searched defs:CreateType (Results 1 – 6 of 6) sorted by relevance
| /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
|
| /external/clang/lib/CodeGen/ |
| 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/skia/src/gpu/vk/ |
| D | GrVkRenderTarget.h | 126 enum class CreateType { enum
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 648 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo 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 1264 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo [all …]
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | PdbAstBuilder.cpp | 899 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() function in PdbAstBuilder
|
| D | SymbolFileNativePDB.cpp | 606 TypeSP SymbolFileNativePDB::CreateType(PdbTypeSymId type_id, CompilerType ct) { in CreateType() function in SymbolFileNativePDB
|