Searched refs:PointeeType (Results 1 - 8 of 8) 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.cpp362 const clang::Type *PointeeType = GetPointeeType(PT); local
364 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
372 if (PointeeType->isVoidType() && EK != LegacyKernelArgument) {
379 if (PointeeType->isArrayType()) {
386 if (TypeExportableHelper(PointeeType, SPS, Context, VD,
631 const clang::Type *PointeeType = GetPointeeType(PT); local
633 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS,
1256 const clang::Type *PointeeType = GetPointeeType(PT); local
1259 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
1260 PointeeET = RSExportType::Create(Context, PointeeType,
1277 llvm::Type *PointeeType = mPointeeType->getLLVMType(); local
1659 const RSExportType *PointeeType = EPT->getPointeeType(); local
[all...]
H A Dslang_rs_export_type.h459 const RSExportType *PointeeType)
461 mPointeeType(PointeeType) {
457 RSExportPointerType(RSContext *Context, const llvm::StringRef &Name, const RSExportType *PointeeType) argument
H A Dslang_rs_reflection.cpp197 const RSExportType *PointeeType = local
200 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
203 return PointeeType->getElementName();
1758 const RSExportType *PointeeType; local
1763 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType();
1777 if (PointeeType->getClass() == RSExportType::ExportClassRecord) {
1949 const RSExportType *PointeeType = local
1952 if (PointeeType->getClass() != RSExportType::ExportClassRecord) {
H A Dslang_rs_reflection_cpp.cpp78 const RSExportType *PointeeType = local
81 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
84 return PointeeType->getElementName();
H A Dslang_rs_object_ref_count.cpp1554 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr(); local
1555 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1822 Type *PointeeType = nullptr; local
1833 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2115 Type *PointeeType = nullptr; local
2126 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices,

Completed in 108 milliseconds