Home
last modified time | relevance | path

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

123

/external/clang/lib/Analysis/
DCocoaConventions.cpp40 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local
61 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
DFormatString.cpp293 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
313 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
348 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
DScanfFormatString.cpp318 QualType PT = QT->getPointeeType(); in fixType() local
467 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
/external/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp53 const ObjCObjectPointerType* PT = in checkPreObjCMessage() local
DCheckSecuritySyntaxOnly.cpp315 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0)); in checkCall_gets() local
357 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1)); in checkCall_getpw() local
399 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0)); in checkCall_mktemp() local
576 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i)); in checkCall_strCommon() local
606 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0)); in checkCall_rand() local
DNSErrorChecker.cpp297 const ObjCObjectPointerType* PT = in IsNSError() local
/external/oprofile/module/ia64/
DIA64entry.h21 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) macro
/external/clang/test/Parser/
Dcxx-ambig-paren-expr.cpp16 typedef int *PT; in f() typedef
/external/llvm/runtime/libprofile/
DCommonProfiling.c128 void write_profiling_data(enum ProfilingType PT, unsigned *Start, in write_profiling_data()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp85 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local
87 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local
793 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
DSemaPseudoObject.cpp443 const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
462 if (const ObjCObjectPointerType *PT = in LookupMethodInReceiverType() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp168 PointerType *PT = getMallocType(CI); in getMallocAllocatedType() local
/external/clang/test/Sema/
Doffsetof.c5 typedef struct P { int i; float f; } PT; typedef
/external/llvm/lib/VMCore/
DIRBuilder.cpp43 PointerType *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
/external/clang/lib/AST/
DASTDiagnostic.cpp36 if (const ParenType *PT = dyn_cast<ParenType>(Ty)) { in Desugar() local
DType.cpp286 while (const ParenType *PT = T->getAs<ParenType>()) in IgnoreParens() local
344 if (const PointerType *PT = getAs<PointerType>()) in isVoidPointerType() local
374 if (const PointerType *PT = getAs<PointerType>()) in getPointeeType() local
481 if (const PointerType *PT = getAs<PointerType>()) in getCXXRecordDeclForPointerType() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp27 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThisRegion() local
DSimpleSValBuilder.cpp939 if (const PointerType *PT = resultTy->getAs<PointerType>()) { in evalBinOpLN() local
DExprEngineCallAndReturn.cpp162 if (const PointerType *PT = callee->getAs<PointerType>()) in shouldInlineCallExpr() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp271 PieceTable *PT; member
608 Modifier::PieceTable PT; in FillFunction() local
/external/llvm/include/llvm/
DInstruction.h366 typedef Instruction* PT; typedef
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp74 } else if (const PointerTypeLoc *PT = dyn_cast<PointerTypeLoc>(&TL)) { in lookForAttribute() local
DTransforms.cpp311 else if (const PointerType *PT = T->getAs<PointerType>()) in isGCOwnedNonObjC() local
/external/clang/lib/Parse/
DParseExpr.cpp1327 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParsePostfixExpressionSuffix() local
1695 BalancedDelimiterTracker PT(*this, tok::l_paren); in ParseBuiltinPrimaryExpression() local
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp610 PointerType* PT = cast<PointerType>(Ty); in printType() local
623 VectorType* PT = cast<VectorType>(Ty); in printType() local

123