Searched refs:RefType (Results 1 – 11 of 11) sorted by relevance
23 template <class RefType, class StreamType> class BinaryStreamRefBase {58 RefType drop_front(uint64_t N) const {60 return RefType(); in drop_front() 63 RefType Result(static_cast<const RefType &>(*this)); in drop_front() 76 RefType drop_back(uint64_t N) const {78 return RefType(); in drop_back() 80 RefType Result(static_cast<const RefType &>(*this)); in drop_back() 96 RefType keep_fron in drop_back() [all...]
265 UINT8 RefType; in AcpiExResolveObjectToValue() local279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()281 switch (RefType) in AcpiExResolveObjectToValue()289 Status = AcpiDsMethodDataGetValue (RefType, in AcpiExResolveObjectToValue()399 RefType, StackDesc)); in AcpiExResolveObjectToValue()
53 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local54 Ty = RefType->getPointeeType(); in isValidSwiftIndirectResultType()65 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local66 Ty = RefType->getPointeeType(); in isValidSwiftErrorResultType()
4940 const ReferenceType *RefType in FindConversionForRefInit() local4942 if (RefType && !RefType->getPointeeType()->isFunctionType()) in FindConversionForRefInit()4960 const ReferenceType *RefType = in FindConversionForRefInit() local4962 if (!RefType || in FindConversionForRefInit()4963 (!RefType->isLValueReferenceType() && in FindConversionForRefInit()4964 !RefType->getPointeeType()->isFunctionType())) in FindConversionForRefInit()
1309 QualType RefType = in checkTupleLikeDecomposition() local 1311 if (RefType.isNull()) in checkTupleLikeDecomposition() 1315 B->getDeclName().getAsIdentifierInfo(), RefType, in checkTupleLikeDecomposition()
18528 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local18529 if (!RefType->getPointeeType()->isFunctionType()) in captureInLambda()18530 CaptureType = RefType->getPointeeType(); in captureInLambda()
653 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local654 if (!RefType->getPointeeType().getQualifiers() && in findFunctionArgMutation()655 RefType->getPointeeType()->getAs<TemplateTypeParmType>()) { in findFunctionArgMutation()
625 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())626 return RefType->getPointeeType();
7948 if (const auto *RefType = (*this)->getAs<ReferenceType>())7949 return RefType->getPointeeType();
3470 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local3471 return RefType->getPointeeType(); in getNonLValueExprType()
3421 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local3422 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit)) in isConstantInitializer()