Searched defs: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_reflection_cpp.cpp78 const RSExportType *PointeeType = local
81 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
84 return PointeeType->getElementName();
H A Dslang_rs_export_type.cpp361 const clang::Type *PointeeType = GetPointeeType(PT); local
363 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
371 if (PointeeType->isVoidType() && EK != LegacyKernelArgument) {
379 if (PointeeType->isArrayType() ||
380 (TypeExportableHelper(PointeeType, SPS, Context, VD,
625 const clang::Type *PointeeType = GetPointeeType(PT); local
627 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS,
1250 const clang::Type *PointeeType = GetPointeeType(PT); local
1253 if (PointeeType->getTypeClass() != clang::Type::Pointer) {
1254 PointeeET = RSExportType::Create(Context, PointeeType,
1271 llvm::Type *PointeeType = mPointeeType->getLLVMType(); local
1606 const RSExportType *PointeeType = EPT->getPointeeType(); local
[all...]
H A Dslang_rs_export_type.h406 const RSExportType *PointeeType)
408 mPointeeType(PointeeType) {
404 RSExportPointerType(RSContext *Context, const llvm::StringRef &Name, const RSExportType *PointeeType) argument
H A Dslang_rs_object_ref_count.cpp1445 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr(); local
1446 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>();
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) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1810 Type *PointeeType = nullptr; local
1821 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2103 Type *PointeeType = nullptr; local
2114 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices,

Completed in 154 milliseconds