Home
last modified time | relevance | path

Searched defs:PT (Results 1 – 25 of 79) 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.cpp308 const PointerType *PT = TheValueTy->getAs<PointerType>(); in create_OSAtomicCompareAndSwap() local
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
Dctor2.fail.cpp24 typedef std::packaged_task<A(int, char)> PT; typedef
Dctor1.fail.cpp22 typedef std::packaged_task<A(int, char)> PT; typedef
/external/llvm/lib/CodeGen/
DStatepointExampleGC.cpp39 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
DGlobalMerge.cpp303 PointerType *PT = dyn_cast<PointerType>(I->getType()); in doInitialization() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp320 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
DNSErrorChecker.cpp288 const ObjCObjectPointerType* PT = in IsNSError() local
DMallocSizeofChecker.cpp164 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.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
864 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
/external/clang/tools/libclang/
DCXType.cpp778 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/
DVariableDumper.cpp161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp31 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
/external/clang/test/Sema/
Doffsetof.c5 typedef struct P { int i; float f; } PT; typedef
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp283 PieceTable *PT; member
620 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()
DR600KernelParameters.cpp405 PointerType *PT = dyn_cast<PointerType>(T); in getSpecialTypeName() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp274 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local
450 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
/external/clang/lib/AST/
DType.cpp299 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/
DParseExpr.cpp1401 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParsePostfixExpressionSuffix() local
1825 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParseBuiltinPrimaryExpression() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp533 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

1234