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

/external/clang/lib/CodeGen/
H A DCodeGenModule.h134 llvm::PointerType *Int8PtrPtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon17057
H A DCGObjCMac.cpp176 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in class:__anon17045::ObjCCommonTypesHelper
993 /// strings. The return value has type Int8PtrPtrTy.
2852 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy);
2861 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy);
5025 Int8PtrPtrTy = CGM.Int8PtrPtrTy;
5138 Int8PtrPtrTy, NULL);
5321 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy,

Completed in 100 milliseconds