Home
last modified time | relevance | path

Searched defs:PT (Results 1 – 25 of 90) 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.cpp263 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
337 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
357 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
399 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
DScanfFormatString.cpp413 QualType PT = QT->getPointeeType(); in fixType() local
DBodyFarm.cpp305 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
/external/webrtc/tools/matlab/
DrtpAnalyze.m28 PT = PT(ix); variable
58 PT = PT(ix); variable
247 PT = dataArray{:, 5}; variable
/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
DMallocSizeofChecker.cpp163 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
DNSErrorChecker.cpp287 const ObjCObjectPointerType* PT = in IsNSError() local
/external/libcxx/test/std/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/llvm/lib/CodeGen/
DCoreCLRGC.cpp43 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
DStatepointExampleGC.cpp39 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
DAtomicExpandPass.cpp219 Type *PT = PointerType::get(NewTy, in convertAtomicLoadToIntegerType() local
301 Type *PT = PointerType::get(NewTy, in convertAtomicStoreToIntegerType() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp85 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local
126 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local
128 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local
891 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc169 const uint8_t PT = _ptrRTPDataBegin[1]; in ParseRtcp() local
199 const uint8_t PT = _ptrRTPDataBegin[1] & 0x7f; in Parse() local
/external/clang/test/Parser/
Dcxx-ambig-paren-expr.cpp16 typedef int *PT; in f() typedef
/external/clang/tools/libclang/
DCXType.cpp779 static long long validateFieldParentType(CXCursor PC, CXType PT){ in validateFieldParentType()
805 long long clang_Type_getOffsetOf(CXType PT, const char *S) { in clang_Type_getOffsetOf()
840 CXType PT = clang_getCursorType(PC); in clang_Cursor_getOffsetOfField() local
944 unsigned clang_Type_visitFields(CXType PT, in clang_Type_visitFields()
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
/external/clang/test/Sema/
Doffsetof.c5 typedef struct P { int i; float f; } PT; typedef
/external/libpng/contrib/libtests/
Dpngvalid.c6656 #define PT ITSTRUCT(end) /* stores the previous transform */ macro
6719 #define PT ITSTRUCT(palette_to_rgb) macro
6797 #define PT ITSTRUCT(tRNS_to_alpha) macro
6857 #define PT ITSTRUCT(gray_to_rgb) macro
6908 #define PT ITSTRUCT(expand) macro
6964 #define PT ITSTRUCT(expand_gray_1_2_4_to_8) macro
7019 #define PT ITSTRUCT(expand_16) macro
7067 #define PT ITSTRUCT(scale_16) macro
7138 #define PT ITSTRUCT(strip_16) macro
7181 #define PT ITSTRUCT(strip_alpha) macro
[all …]
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp34 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp291 PieceTable *PT; member
629 Modifier::PieceTable PT; in FillFunction() local
/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()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp277 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local
465 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local

1234