Searched defs:pointee (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp73 QualType pointee = parm->getType()->getPointeeType(); local
74 if (pointee.isNull())
77 if (pointee.getObjCLifetime() > Qualifiers::OCL_ExplicitNone)
H A DTransAutoreleasePool.cpp394 QualType pointee = Ty->getPointeeType(); local
395 if (pointee.isNull())
397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
/external/clang/lib/Analysis/
H A DFormatString.cpp404 QualType pointee = PT->getPointeeType(); local
405 if (pointee->getAsStructureType() || pointee->isVoidType())
/external/ltrace/
H A Dlens_default.c290 struct arg_type_info *pointee = value->type->u.ptr_info.info; local
291 if (pointee->type == ARGTYPE_STRUCT) {
299 if (old_pointee == pointee)
624 * pointee is--most likely this will again be us. */
/external/v8/tools/gcmole/
H A Dgcmole.cc1085 const clang::TagType* pointee = local
1087 if (pointee == NULL) return false;
1090 llvm::dyn_cast_or_null<clang::CXXRecordDecl>(pointee->getDecl());
/external/clang/lib/Sema/
H A DSemaType.cpp1664 // If we have a pointer or reference, the pointee must have an object
5073 QualType pointee = ptr->getPointeeType(); local
5074 if (pointee->isObjCRetainableType() || pointee->isPointerType())
5583 // Make sure that the pointee isn't itself a pointer type.

Completed in 149 milliseconds