Home
last modified time | relevance | path

Searched refs:PointeeType (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/sensorservice/
Dtraits.h96 typedef NullType PointeeType;
100 typedef U PointeeType;
/frameworks/compile/slang/
Dslang_rs_export_type.cpp341 const clang::Type *PointeeType = GetPointeeType(PT); in TypeExportableHelper() local
343 if (PointeeType->getTypeClass() == clang::Type::Pointer) { in TypeExportableHelper()
350 if (PointeeType->isArrayType() || in TypeExportableHelper()
351 (TypeExportableHelper(PointeeType, SPS, Context, VD, in TypeExportableHelper()
595 const clang::Type *PointeeType = GetPointeeType(PT); in ValidateTypeHelper() local
597 return ValidateTypeHelper(Context, C, PointeeType, ND, Loc, SPS, in ValidateTypeHelper()
1214 const clang::Type *PointeeType = GetPointeeType(PT); in Create() local
1217 if (PointeeType->getTypeClass() != clang::Type::Pointer) { in Create()
1218 PointeeET = RSExportType::Create(Context, PointeeType); in Create()
1234 llvm::Type *PointeeType = mPointeeType->getLLVMType(); in convertToLLVMType() local
[all …]
Dslang_rs_reflection.cpp182 const RSExportType *PointeeType = in GetTypeName() local
185 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName()
188 return PointeeType->getElementName(); in GetTypeName()
1058 const RSExportType *PointeeType; in genPointerTypeExportVariable() local
1063 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPointerTypeExportVariable()
1077 if (PointeeType->getClass() == RSExportType::ExportClassRecord) { in genPointerTypeExportVariable()
1246 const RSExportType *PointeeType = in genPackVarOfType() local
1249 if (PointeeType->getClass() != RSExportType::ExportClassRecord) { in genPackVarOfType()
Dslang_rs_export_type.h372 const RSExportType *PointeeType) in RSExportPointerType() argument
374 mPointeeType(PointeeType) { in RSExportPointerType()
Dslang_rs_reflection_cpp.cpp74 const RSExportType *PointeeType = in GetTypeName() local
77 if (PointeeType->getClass() != RSExportType::ExportClassRecord) in GetTypeName()
80 return PointeeType->getElementName(); in GetTypeName()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1810 Type *PointeeType = nullptr; in ParseConstants() local
1821 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2104 Type *PointeeType = nullptr; in ParseConstants() local
2115 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()