Searched defs:Int8PtrPtrTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.h136 llvm::PointerType *Int8PtrPtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon15231
H A DCGObjCMac.cpp175 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in class:__anon15215::ObjCCommonTypesHelper
983 /// strings. The return value has type Int8PtrPtrTy.
2867 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy);
2878 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy);
5054 Int8PtrPtrTy = CGM.Int8PtrPtrTy;
5158 Int8PtrPtrTy, NULL);
5341 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy,

Completed in 109 milliseconds