Searched refs:RefType (Results 1 – 11 of 11) sorted by relevance
24 template <class RefType, class StreamType> class BinaryStreamRefBase {61 RefType drop_front(uint32_t N) const { in drop_front()63 return RefType(); in drop_front()66 RefType Result(static_cast<const RefType &>(*this)); in drop_front()79 RefType drop_back(uint32_t N) const { in drop_back()81 return RefType(); in drop_back()83 RefType Result(static_cast<const RefType &>(*this)); in drop_back()99 RefType keep_front(uint32_t N) const { in keep_front()105 RefType keep_back(uint32_t N) const { in keep_back()112 RefType drop_symmetric(uint32_t N) const { in drop_symmetric()[all …]
157 UINT8 RefType; in AcpiExResolveObjectToValue() local171 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()173 switch (RefType) in AcpiExResolveObjectToValue()181 Status = AcpiDsMethodDataGetValue (RefType, in AcpiExResolveObjectToValue()291 RefType, StackDesc)); in AcpiExResolveObjectToValue()
569 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local570 if (!RefType->getPointeeType().getQualifiers() && in findFunctionArgMutation()571 RefType->getPointeeType()->getAs<TemplateTypeParmType>()) { in findFunctionArgMutation()
626 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())627 return RefType->getPointeeType();
6624 if (const auto *RefType = (*this)->getAs<ReferenceType>())6625 return RefType->getPointeeType();
3112 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local3113 return RefType->getPointeeType(); in getNonLValueExprType()
3184 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local3185 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit)) in isConstantInitializer()
4639 const ReferenceType *RefType in FindConversionForRefInit() local4641 if (RefType && !RefType->getPointeeType()->isFunctionType()) in FindConversionForRefInit()4659 const ReferenceType *RefType = in FindConversionForRefInit() local4661 if (!RefType || in FindConversionForRefInit()4662 (!RefType->isLValueReferenceType() && in FindConversionForRefInit()4663 !RefType->getPointeeType()->isFunctionType())) in FindConversionForRefInit()
4851 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local4852 Ty = RefType->getPointeeType(); in isValidSwiftIndirectResultType()4863 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local4864 Ty = RefType->getPointeeType(); in isValidSwiftErrorResultType()
1257 QualType RefType = in checkTupleLikeDecomposition() local1259 if (RefType.isNull()) in checkTupleLikeDecomposition()1263 B->getDeclName().getAsIdentifierInfo(), RefType, in checkTupleLikeDecomposition()
17497 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local17498 if (!RefType->getPointeeType()->isFunctionType()) in captureInLambda()17499 CaptureType = RefType->getPointeeType(); in captureInLambda()