Searched defs:PointeeType (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dtraits.h96 typedef NullType PointeeType; typedef in struct:android::TypeTraits::PointerTraits
100 typedef U PointeeType; typedef in struct:android::TypeTraits::PointerTraits
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp337 const clang::Type *PointeeType = GetPointeeType(PT); local
339 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
346 if (PointeeType->isArrayType() ||
347 (TypeExportableHelper(PointeeType, SPS, Context, VD,
570 const clang::Type *PointeeType = GetPointeeType(PT); local
572 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS,
1175 const clang::Type *PointeeType = GetPointeeType(PT); local
1178 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
1179 PointeeET = RSExportType::Create(Context, PointeeType);
1195 llvm::Type *PointeeType local
1529 const RSExportType *PointeeType = EPT->getPointeeType(); local
[all...]
H A Dslang_rs_reflection_cpp.cpp75 const RSExportType *PointeeType = local
78 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
81 return PointeeType->getElementName();
H A Dslang_rs_export_type.h372 const RSExportType *PointeeType)
374 mPointeeType(PointeeType) {
370 RSExportPointerType(RSContext *Context, const llvm::StringRef &Name, const RSExportType *PointeeType) argument
H A Dslang_rs_reflection.cpp183 const RSExportType *PointeeType = local
186 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
189 return PointeeType->getElementName();
1044 const RSExportType *PointeeType; local
1049 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType();
1063 if (PointeeType->getClass() == RSExportType::ExportClassRecord) {
1232 const RSExportType *PointeeType = local
1235 if (PointeeType->getClass() != RSExportType::ExportClassRecord) {

Completed in 46 milliseconds