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

/frameworks/base/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.cpp230 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
232 if (PointeeType->getTypeClass() == clang::Type::Pointer)
236 if (PointeeType->isArrayType() ||
237 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
366 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
368 return ValidateVarDeclHelper(VD, PointeeType, SPS, UnionDecl);
964 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT); local
967 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
968 PointeeET = RSExportType::Create(Context, PointeeType);
984 llvm::Type *PointeeType local
[all...]
H A Dslang_rs_metadata_spec_encoder.cpp181 unsigned PointeeType = encodeRSType(RS_POINTER_TYPE_GET_POINTEE_TYPE(T)); local
182 if (!checkReturnIndex(&PointeeType))
186 // Push PointeeType after the base type
187 mEncodedRSTypeInfo.push_back(PointeeType);
H A Dslang_rs_export_type.h296 const RSExportType *PointeeType)
298 mPointeeType(PointeeType) {
294 RSExportPointerType(RSContext *Context, const llvm::StringRef &Name, const RSExportType *PointeeType) argument
H A Dslang_rs_reflection.cpp327 const RSExportType *PointeeType = local
330 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
333 return RS_TYPE_CLASS_NAME_PREFIX + PointeeType->getName();
1196 const RSExportType *PointeeType; local
1202 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType();
1220 if (PointeeType->getClass() == RSExportType::ExportClassRecord)
1422 const RSExportType *PointeeType = local
1425 if (PointeeType->getClass() != RSExportType::ExportClassRecord)

Completed in 83 milliseconds