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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 143 llvm::DIType *CreateType(const BuiltinType *Ty);
144 llvm::DIType *CreateType(const ComplexType *Ty);
146 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
147 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
149 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
150 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
151 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
152 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
154 llvm::DIType *CreateType(const RecordType *Tyg);
160 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F)
    [all...]
CGDebugInfo.cpp 411 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) {
576 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) {
621 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
634 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty,
751 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty,
809 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty,
832 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty,
845 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty,
    [all...]
  /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/driver/
rsdRuntimeStubs.cpp 245 static android::renderscript::rs_type CreateType(RsElement element,
376 android::renderscript::rs_type obj = CreateType((RsElement) element.p, dimX,
405 return CreateType((RsElement) element.p, dimX, dimY, dimZ, mipmaps, faces,
    [all...]

Completed in 113 milliseconds