HomeSort by relevance Sort by last modified time
    Searched defs:pointee (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 73 QualType pointee = parm->getType()->getPointeeType(); local
74 if (pointee.isNull())
77 if (pointee.getObjCLifetime() > Qualifiers::OCL_ExplicitNone)
TransAutoreleasePool.cpp 394 QualType pointee = Ty->getPointeeType(); local
395 if (pointee.isNull())
397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/clang/lib/Analysis/
FormatString.cpp 404 QualType pointee = PT->getPointeeType(); local
405 if (pointee->getAsStructureType() || pointee->isVoidType())
  /external/ltrace/
lens_default.c 290 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/clang/lib/AST/
MicrosoftMangle.cpp 445 // ::= <type> <pointee-cvr-qualifiers> # pointers, references
2058 QualType pointee = T->getPointeeType(); local
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1085 const clang::TagType* pointee = local
1087 if (pointee == NULL) return false;
1090 llvm::dyn_cast_or_null<clang::CXXRecordDecl>(pointee->getDecl());
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 4081 QualType pointee = ptr->getPointeeType(); local
    [all...]

Completed in 297 milliseconds