OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointee
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/ARCMigrate/
TransAPIUses.cpp
81
QualType
pointee
= parm->getType()->getPointeeType();
local
82
if (
pointee
.isNull())
85
if (
pointee
.getObjCLifetime() > Qualifiers::OCL_ExplicitNone) {
TransAutoreleasePool.cpp
395
QualType
pointee
= Ty->getPointeeType();
local
396
if (
pointee
.isNull())
398
if (const ObjCInterfaceType *interT =
pointee
->getAs<ObjCInterfaceType>())
/frameworks/compile/slang/
slang_rs_type_spec.h
139
const union RSType *
pointee
;
member in struct:RSPointerType
208
RS_CAST_TO_POINTER_TYPE(R)->
pointee
/external/v8/tools/gcmole/
gcmole.cc
321
const clang::TagType*
pointee
=
local
323
if (
pointee
== NULL) return false;
326
dyn_cast_or_null<clang::CXXRecordDecl>(
pointee
->getDecl());
/external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc
[
all
...]
Completed in 131 milliseconds