HomeSort by: relevance | last modified time | path
    Searched defs:Int8PtrPtrTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypeCache.h 63 llvm::PointerType *Int8PtrPtrTy;
CGObjCMac.cpp 176 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy;
738 llvm::Type *params[] = { Int8PtrPtrTy };
1018 /// strings. The return value has type Int8PtrPtrTy.
3370 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy);
3382 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy);
5800 Int8PtrPtrTy = CGM.Int8PtrPtrTy;
5908 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy,
6075 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, Int8PtrTy,

Completed in 20 milliseconds