Home
last modified time | relevance | path

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

/minix3/minix/drivers/power/acpi/executer/
H A Dexresolv.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()
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/
H A Dsections-ext.test194 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)
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h675 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
676 return RefType->getPointeeType();
H A DType.h4883 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>())
4884 return RefType->getPointeeType();
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1562 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
1563 return RefType->getPointeeType(); in getNonLValueExprType()
H A DExpr.cpp2795 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local
2796 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit)) in isConstantInitializer()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp4068 const ReferenceType *RefType in FindConversionForRefInit() local
4070 if (RefType && !RefType->getPointeeType()->isFunctionType()) in FindConversionForRefInit()
4088 const ReferenceType *RefType = in FindConversionForRefInit() local
4090 if (!RefType || in FindConversionForRefInit()
4091 (!RefType->isLValueReferenceType() && in FindConversionForRefInit()
4092 !RefType->getPointeeType()->isFunctionType())) in FindConversionForRefInit()
H A DSemaExpr.cpp12201 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
12202 if (!RefType->getPointeeType()->isFunctionType()) in captureInLambda()
12203 CaptureType = RefType->getPointeeType(); in captureInLambda()