Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexresolv.c157 UINT8 RefType; in AcpiExResolveObjectToValue() local
171 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
173 switch (RefType) in AcpiExResolveObjectToValue()
181 Status = AcpiDsMethodDataGetValue (RefType, in AcpiExResolveObjectToValue()
290 "Unknown Reference type 0x%X in %p", RefType, StackDesc)); in AcpiExResolveObjectToValue()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h602 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
603 return RefType->getPointeeType();
HDType.h5183 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>())
5184 return RefType->getPointeeType();
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp4066 const ReferenceType *RefType in FindConversionForRefInit() local
4068 if (RefType && !RefType->getPointeeType()->isFunctionType()) in FindConversionForRefInit()
4086 const ReferenceType *RefType = in FindConversionForRefInit() local
4088 if (!RefType || in FindConversionForRefInit()
4089 (!RefType->isLValueReferenceType() && in FindConversionForRefInit()
4090 !RefType->getPointeeType()->isFunctionType())) in FindConversionForRefInit()
HDSemaExpr.cpp12709 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
12710 if (!RefType->getPointeeType()->isFunctionType()) in captureInLambda()
12711 CaptureType = RefType->getPointeeType(); in captureInLambda()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp2525 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
2526 return RefType->getPointeeType(); in getNonLValueExprType()
HDExpr.cpp2814 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local
2815 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit)) in isConstantInitializer()