Searched refs:getPointeeType (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp238 const clang::QualType PointeeQType = ParamQType->getPointeeType();
332 S.FnInitializerParamTy->getPointeeType().getCanonicalType(),
333 S.FnAccumulatorParamFirstTy->getPointeeType().getCanonicalType())) {
346 if (S.FnAccumulatorOk && S.FnAccumulatorParamFirstTy->getPointeeType()->isFunctionType()) {
354 if (S.FnAccumulatorOk && S.FnAccumulatorParamFirstTy->getPointeeType()->isIncompleteType()) {
363 HasRSObjectType(S.FnAccumulatorParamFirstTy->getPointeeType().getCanonicalType().getTypePtr())) {
397 mAccumulatorTypeSize = S.ASTC.getTypeSizeInChars(S.FnAccumulatorParamFirstTy->getPointeeType()).getQuantity();
467 S.FnAccumulatorParamFirstTy->getPointeeType().getCanonicalType(),
468 FnCombinerParamTy->getPointeeType().getCanonicalType())) {
510 S.FnAccumulatorParamFirstTy->getPointeeType()
[all...]
H A Dslang_rs_export_foreach.cpp127 if (!QT->getPointeeType().isConstQualified()) {
332 QT->getPointeeType().isConstQualified());
335 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
354 QT->getPointeeType(),
H A Dslang_rs_export_type.h59 return GetCanonicalType(T->getPointeeType());
422 inline const RSExportType *getPointeeType() const { return mPointeeType; } function in class:slang::RSExportPointerType
H A Dslang_rs_check_ast.cpp62 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()
H A Dslang_rs_reflection_cpp.cpp79 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
860 ET = EPT->getPointeeType();
893 genTypeInstance(EPT->getPointeeType());
H A Dslang_rs_reflection.cpp198 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
1566 genTypeInstance(EPT->getPointeeType());
1623 ET = EPT->getPointeeType();
1763 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType();
1950 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
H A Dslang_rs_export_type.cpp1285 ->getPointeeType()->equals(getPointeeType()));
1606 const RSExportType *PointeeType = EPT->getPointeeType();
H A Dslang_rs_object_ref_count.cpp79 clang::QualType RST = PVT->getPointeeType();
1445 const clang::Type* PointeeType = PtrType->getPointeeType().getTypePtr();
H A Dslang_backend.cpp550 ->getPointeeType()->getName()).c_str()));

Completed in 7927 milliseconds