/external/clang/lib/Sema/ |
SemaDeclAttr.cpp | 140 const ObjCObjectPointerType *PT = T->getAs<ObjCObjectPointerType>(); 141 if (!PT) 144 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); 156 const PointerType *PT = T->getAs<PointerType>(); 157 if (!PT) 160 const RecordType *RT = PT->getPointeeType()->getAs<RecordType>(); 407 if (const PointerType *PT = QT->getAs<PointerType>()) 408 return PT->getPointeeType()->getAs<RecordType>(); [all...] |
SemaDecl.cpp | [all...] |
SemaExprObjC.cpp | 517 if (const PointerType *PT = ValueType->getAs<PointerType>()) { 518 QualType PointeeType = PT->getPointeeType(); [all...] |
/external/clang/lib/AST/ |
ExprCXX.cpp | [all...] |
ASTDumper.cpp | 335 for (QualType PT : T->getParamTypes()) 336 dumpTypeAsChild(PT); [all...] |
DeclPrinter.cpp | 470 while (const ParenType *PT = dyn_cast<ParenType>(Ty)) { 472 Ty = PT->getInnerType(); [all...] |
ASTContext.cpp | [all...] |
ExprConstant.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
RewriteStatepointsForGC.cpp | 221 if (auto *PT = dyn_cast<PointerType>(T)) 225 return (1 == PT->getAddressSpace()); [all...] |
SCCP.cpp | 888 else if (VectorType *PT = dyn_cast<VectorType>(I.getType())) 889 markConstant(IV, &I, Constant::getAllOnesValue(PT)); [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 491 Type *PT = Callee->getFunctionType()->getParamType(0); 492 Value *LenV = ConstantInt::get(DL.getIntPtrType(PT), Len); 494 B.CreateGEP(B.getInt8Ty(), Dst, ConstantInt::get(DL.getIntPtrType(PT), Len - 1)); 536 Type *PT = Callee->getFunctionType()->getParamType(0); 538 B.CreateMemCpy(Dst, Src, ConstantInt::get(DL.getIntPtrType(PT), Len), 1); [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
RetainCountChecker.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 732 if (PointerType *PT = dyn_cast<PointerType>(Elm)) { 733 EVT PointerTy(getPointerTy(DL, PT->getAddressSpace())); [all...] |
/external/llvm/lib/Linker/ |
IRMover.cpp | 157 if (PointerType *PT = dyn_cast<PointerType>(DstTy)) { 158 if (PT->getAddressSpace() != cast<PointerType>(SrcTy)->getAddressSpace()) [all...] |
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUISelDAGToDAG.cpp | 529 if (PointerType *PT = dyn_cast<PointerType>(Op->getValue()->getType())) 530 return PT->getAddressSpace() == AMDGPUAS::PRIVATE_ADDRESS; [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 907 const PointerType *PT, [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
layout.h | 860 find_output_segment(elfcpp::PT type, elfcpp::Elf_Word set, [all...] |
symtab.h | [all...] |
/external/clang/lib/CodeGen/ |
CGExpr.cpp | [all...] |
CGObjCGNU.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelDAGToDAG.cpp | 535 if (auto *PT = dyn_cast<PointerType>(Src->getType())) { 536 switch (PT->getAddressSpace()) { [all...] |
/toolchain/binutils/binutils-2.25/elfcpp/ |
elfcpp.h | 466 enum PT [all...] |