HomeSort by relevance Sort by last modified time
    Searched refs:CreateType (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
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...]
CGDebugInfo.cpp 463 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) {
606 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) {
651 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
664 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty,
777 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty,
835 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty,
858 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty,
904 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty,
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCompileServer.cpp 58 using CreateType = TextDataStreamer *;
60 using CreateType = std::unique_ptr<TextDataStreamer>;
62 static CreateType create(const std::string &Filename, std::string *Err);
70 TextDataStreamer::CreateType
85 return CreateType();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pstore.h 342 virtual HRESULT WINAPI CreateType(PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags) = 0;
368 HRESULT (WINAPI *CreateType)(IPStore *This,PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags);
396 #define IPStore_CreateType(This,Key,pType,pInfo,dwFlags) (This)->lpVtbl->CreateType(This,Key,pType,pInfo,dwFlags)
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 243 static android::renderscript::rs_type CreateType(RsElement element,
366 CreateType((RsElement)element.p, dimX, dimY, dimZ, mipmaps, faces,
391 return CreateType((RsElement)element.p, dimX, dimY, dimZ, mipmaps, faces,
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 261 static android::renderscript::rs_type CreateType(RsElement element,
392 android::renderscript::rs_type obj = CreateType((RsElement) element.p, dimX,
421 return CreateType((RsElement) element.p, dimX, dimY, dimZ, mipmaps, faces,
    [all...]
  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 145 inline flatbuffers::Offset<Type> CreateType(
  /external/flatbuffers/src/
idl_parser.cpp     [all...]

Completed in 149 milliseconds