Home
last modified time | relevance | path

Searched defs:PT (Results 1 – 25 of 86) sorted by relevance

1234

/external/clang/lib/Analysis/
DCocoaConventions.cpp42 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local
63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
DFormatString.cpp260 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
333 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
353 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
389 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
DScanfFormatString.cpp402 QualType PT = QT->getPointeeType(); in fixType() local
DBodyFarm.cpp309 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
/external/libcxx/test/thread/futures/futures.tas/futures.task.members/
Dctor1.fail.cpp22 typedef std::packaged_task<A(int, char)> PT; typedef
Dctor2.fail.cpp24 typedef std::packaged_task<A(int, char)> PT; typedef
/external/oprofile/module/ia64/
DIA64entry.h21 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) macro
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local
359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local
399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local
571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local
600 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() local
DNSErrorChecker.cpp288 const ObjCObjectPointerType* PT = in IsNSError() local
DMallocSizeofChecker.cpp160 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
/external/clang/test/Parser/
Dcxx-ambig-paren-expr.cpp16 typedef int *PT; in f() typedef
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp58 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local
99 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local
101 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local
823 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
/external/chromium_org/media/cast/net/rtcp/
Drtcp_utility.h31 uint8 PT; // Packet Type. member
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc288 const uint8_t PT = _ptrRTPDataBegin[1]; in ParseRtcp() local
320 const uint8_t PT = _ptrRTPDataBegin[1] & 0x7f; in Parse() local
/external/clang/test/Sema/
Doffsetof.c5 typedef struct P { int i; float f; } PT; typedef
/external/llvm/lib/IR/
DIRBuilder.cpp43 PointerType *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp301 PointerType *PT = dyn_cast<PointerType>(I->getType()); in doInitialization() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp283 PieceTable *PT; member
620 Modifier::PieceTable PT; in FillFunction() local
/external/llvm/lib/Support/
DHost.cpp780 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE)); in getProcessTriple() local
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp291 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local
466 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp216 const PointerType *PT = dyn_cast<PointerType>(arg->getType()); in dumpAllIntoArena() local
1251 size_t AMDGPUPeepholeOpt::getTypeSize(PointerType * const PT, in getTypeSize()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp216 const PointerType *PT = dyn_cast<PointerType>(arg->getType()); in dumpAllIntoArena() local
1251 size_t AMDGPUPeepholeOpt::getTypeSize(PointerType * const PT, in getTypeSize()
DR600KernelParameters.cpp405 PointerType *PT = dyn_cast<PointerType>(T); in getSpecialTypeName() local
/external/clang/lib/AST/
DType.cpp307 while (const ParenType *PT = T->getAs<ParenType>()) in IgnoreParens() local
387 if (const PointerType *PT = getAs<PointerType>()) in isVoidPointerType() local
417 if (const PointerType *PT = getAs<PointerType>()) in getPointeeType() local
529 if (const PointerType *PT = getAs<PointerType>()) in getPointeeCXXRecordDecl() local

1234