Home
last modified time | relevance | path

Searched defs:PtrTy (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp28 if (const PointerType *PtrTy = T->getAs<PointerType>()) in GetUnderlyingFunction() local
558 if (const PointerType *PtrTy = CanonicalSubT->getAs<PointerType>()) { in CheckExceptionSpecSubset() local
579 if (const PointerType *PtrTy = CanonicalSuperT->getAs<PointerType>()) in CheckExceptionSpecSubset() local
/external/llvm/lib/CodeGen/
DStackProtector.cpp168 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in InsertStackProtectors() local
/external/clang/lib/CodeGen/
DCGException.cpp1004 llvm::Type *PtrTy = in InitCatchParam() local
1040 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok in InitCatchParam() local
1058 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok in InitCatchParam() local
DCGBuiltin.cpp2098 llvm::Type *PtrTy = Int8PtrTy; in EmitX86BuiltinExpr() local
2106 llvm::Type *PtrTy = Int8PtrTy; in EmitX86BuiltinExpr() local
2123 llvm::Type *PtrTy = llvm::PointerType::getUnqual(Int64Ty); in EmitX86BuiltinExpr() local
DCGExprAgg.cpp293 QualType PtrTy = CGF.getContext().getPointerType(Ty); in VisitCastExpr() local
DItaniumCXXABI.cpp1155 llvm::Type *PtrTy = Builder.getInt8PtrTy(); in EmitGuardedInit() local
DCGObjCMac.cpp3757 llvm::Type *PtrTy = llvm::Type::getInt8PtrTy(VMContext); in BuildIvarLayoutBitmap() local
3901 llvm::Type *PtrTy = llvm::Type::getInt8PtrTy(VMContext); in BuildIvarLayout() local
DTargetInfo.cpp567 llvm::Type *PtrTy = llvm::Type::getInt8PtrTy(getVMContext()); in classifyReturnType() local
DCGObjCGNU.cpp150 llvm::PointerType *PtrTy; member in __anona4a3aa350111::CGObjCGNU
/external/llvm/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp406 EVT PtrTy = SPUtli.getPointerTy(); in DFormAddressPredicate() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1379 EVT PtrTy = TLI.getPointerTy(); in X86VisitIntrinsicCall() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp306 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); in CheckBufferAccess() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2862 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy); in ParseConstraints() local
DSelectionDAGBuilder.cpp4731 EVT PtrTy = TLI.getPointerTy(); in visitIntrinsicCall() local
5421 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy); in getCallOperandValEVT() local
DLegalizeIntegerTypes.cpp2181 Type *PtrTy = PtrVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2225 PointerType *PtrTy = cast<PointerType>(Ops[0]->getType()); in SimplifyGEPInst() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp325 IntegerType *PtrTy = TD->getIntPtrType(V->getContext()); in GetConstantInt() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c331 CAMLprim value llvm_address_space(LLVMTypeRef PtrTy) { in llvm_address_space()
/external/clang/lib/AST/
DASTContext.cpp3357 QualType PtrTy = getPointerType(PrettyArrayType->getElementType()); in getArrayDecayedType() local