HomeSort by relevance Sort by last modified time
    Searched refs:pointee (Results 1 - 13 of 13) 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/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 238 def assure_is_link_to(self, path, pointee, path_friendly_name):
239 """ Assert that |path| is a symbolic link to |pointee|.
242 @param pointee string pathname that |path| should point to.
247 self.assure(os.readlink(path) == pointee,
249 (path_friendly_name, pointee))
  /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/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/unittests/ASTMatchers/
ASTMatchersTest.cpp 828 pointerType(pointee(builtinType()))))));
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 330 REGISTER_MATCHER(pointee);
  /external/gmock/test/
gmock-generated-actions_test.cc     [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 5073 QualType pointee = ptr->getPointeeType(); local
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 225 milliseconds