Searched refs:RefType (Results 1 – 8 of 8) sorted by relevance
157 UINT8 RefType; in AcpiExResolveObjectToValue() local171 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()
194 MACHO-I386-NEXT: RefType: UndefinedNonLazy (0x0)237 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)270 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)313 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)379 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)470 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)536 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)702 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)712 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)838 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
675 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())676 return RefType->getPointeeType();
4883 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>())4884 return RefType->getPointeeType();
1562 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local1563 return RefType->getPointeeType(); in getNonLValueExprType()
2795 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local2796 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit)) in isConstantInitializer()
4068 const ReferenceType *RefType in FindConversionForRefInit() local4070 if (RefType && !RefType->getPointeeType()->isFunctionType()) in FindConversionForRefInit()4088 const ReferenceType *RefType = in FindConversionForRefInit() local4090 if (!RefType || in FindConversionForRefInit()4091 (!RefType->isLValueReferenceType() && in FindConversionForRefInit()4092 !RefType->getPointeeType()->isFunctionType())) in FindConversionForRefInit()
12201 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local12202 if (!RefType->getPointeeType()->isFunctionType()) in captureInLambda()12203 CaptureType = RefType->getPointeeType(); in captureInLambda()