Home
last modified time | relevance | path

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

123

/external/clang/lib/Analysis/
DCocoaConventions.cpp81 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local
102 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
DFormatString.cpp254 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
274 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp284 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0)); in checkCall_gets() local
320 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1)); in checkCall_getpw() local
352 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0)); in checkCall_mktemp() local
430 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i)); in checkCall_strCommon() local
460 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0)); in checkCall_rand() local
DNSAutoreleasePoolChecker.cpp51 const ObjCObjectPointerType* PT = in checkPreObjCMessage() local
DNSErrorChecker.cpp291 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.c121 void write_profiling_data(enum ProfilingType PT, unsigned *Start, in write_profiling_data()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp168 PointerType *PT = getMallocType(CI); in getMallocAllocatedType() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp84 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local
86 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() 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/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp381 TerminatorInst *PT = (*PI)->getTerminator(); in NormalizeLandingPads() local
414 TerminatorInst *PT = (*PI++)->getTerminator(); in NormalizeLandingPads() local
/external/clang/lib/AST/
DASTDiagnostic.cpp36 if (const ParenType *PT = dyn_cast<ParenType>(Ty)) { in Desugar() local
DType.cpp265 while (const ParenType *PT = T->getAs<ParenType>()) in IgnoreParens() local
330 if (const PointerType *PT = getAs<PointerType>()) in isVoidPointerType() local
360 if (const PointerType *PT = getAs<PointerType>()) in getPointeeType() local
467 if (const PointerType *PT = getAs<PointerType>()) in getCXXRecordDeclForPointerType() local
/external/llvm/include/llvm/
DInstruction.h379 typedef Instruction* PT; typedef
/external/clang/lib/StaticAnalyzer/Core/
DCXXExprEngine.cpp96 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThisRegion() local
DSimpleSValBuilder.cpp915 if (const PointerType *PT = resultTy->getAs<PointerType>()) { in evalBinOpLN() local
DMemRegion.cpp277 const PointerType *PT, in ProfileRegion()
721 const PointerType *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion() local
DBasicStore.cpp115 const PointerType *PT = T->getAs<PointerType>(); in isHigherOrderRawPtr() local
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp267 PointerType *PT = cast<PointerType>(V->getType()); in getPointerSize() local
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp592 PointerType* PT = cast<PointerType>(Ty); in printType() local
605 VectorType* PT = cast<VectorType>(Ty); in printType() local
/external/clang/lib/Rewrite/
DRewriteObjC.cpp429 if (const PointerType *PT = OCT->getAs<PointerType>()) { in isObjCType() local
489 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl() local
1034 if (const PointerType* PT = retType->getAs<PointerType>()) in RewriteTypeIntoString() local
2198 if (const PointerType *PT = T->getAs<PointerType>()) { in needToScanForQualifiers() local
4883 const PointerType *PT = QT->getAs<PointerType>(); in PointerTypeTakesAnyBlockArguments() local
4902 const PointerType *PT = QT->getAs<PointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
/external/llvm/lib/Linker/
DLinkModules.cpp134 if (PointerType *PT = dyn_cast<PointerType>(DstTy)) { in areTypesIsomorphic() local
/external/clang/tools/libclang/
DCIndexUSRs.cpp611 if (const PointerType *PT = T->getAs<PointerType>()) { in VisitType() local

123