/external/clang/lib/Analysis/ |
D | CocoaConventions.cpp | 42 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local 63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
|
D | FormatString.cpp | 263 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
|
D | ScanfFormatString.cpp | 413 QualType PT = QT->getPointeeType(); in fixType() local
|
D | BodyFarm.cpp | 308 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
|
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/ |
D | ctor2.fail.cpp | 24 typedef std::packaged_task<A(int, char)> PT; typedef
|
D | ctor1.fail.cpp | 22 typedef std::packaged_task<A(int, char)> PT; typedef
|
/external/llvm/lib/CodeGen/ |
D | StatepointExampleGC.cpp | 39 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
|
D | GlobalMerge.cpp | 303 PointerType *PT = dyn_cast<PointerType>(I->getType()); in doInitialization() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 320 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local 360 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local 400 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local 572 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local 601 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() local
|
D | NSErrorChecker.cpp | 288 const ObjCObjectPointerType* PT = in IsNSError() local
|
D | MallocSizeofChecker.cpp | 164 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
|
/external/clang/test/Parser/ |
D | cxx-ambig-paren-expr.cpp | 16 typedef int *PT; in f() typedef
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 85 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 864 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 778 static long long validateFieldParentType(CXCursor PC, CXType PT){ in validateFieldParentType() 804 long long clang_Type_getOffsetOf(CXType PT, const char *S) { in clang_Type_getOffsetOf() 839 CXType PT = clang_getCursorType(PC); in clang_Cursor_getOffsetOfField() local 943 unsigned clang_Type_visitFields(CXType PT, in clang_Type_visitFields()
|
/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 31 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
|
/external/clang/test/Sema/ |
D | offsetof.c | 5 typedef struct P { int i; float f; } PT; typedef
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 283 PieceTable *PT; member 620 Modifier::PieceTable PT; in FillFunction() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 216 const PointerType *PT = dyn_cast<PointerType>(arg->getType()); in dumpAllIntoArena() local 1251 size_t AMDGPUPeepholeOpt::getTypeSize(PointerType * const PT, in getTypeSize()
|
D | R600KernelParameters.cpp | 405 PointerType *PT = dyn_cast<PointerType>(T); in getSpecialTypeName() local
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 274 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local 450 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 74 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 299 while (const ParenType *PT = T->getAs<ParenType>()) in IgnoreParens() local 380 if (const PointerType *PT = getAs<PointerType>()) in isVoidPointerType() local 410 if (const PointerType *PT = getAs<PointerType>()) in getPointeeType() local 522 if (const PointerType *PT = getAs<PointerType>()) in getPointeeCXXRecordDecl() local
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1401 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParsePostfixExpressionSuffix() local 1825 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParseBuiltinPrimaryExpression() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 533 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType())) { in getCodeAddrSpace() local 5036 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType())) in ChkMemSDNodeAddressSpace() local
|