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

/external/clang/lib/CodeGen/
H A DCodeGenModule.h130 llvm::PointerType *Int8PtrPtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon74
H A DCGObjCMac.cpp174 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in class:__anon56::ObjCCommonTypesHelper
886 /// strings. The return value has type Int8PtrPtrTy.
2207 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy);
2218 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy);
4366 Int8PtrPtrTy = CGM.Int8PtrPtrTy;
4470 Int8PtrPtrTy, NULL);
4653 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy,

Completed in 574 milliseconds