| /minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
| H A D | alloc_function.pass.cpp | 73 template <class TargetType, class FuncType, class AllocType> 79 TargetType target = &MemFunClass::foo; in test_MemFunClass() 82 assert(f.template target<TargetType>()); in test_MemFunClass() 83 assert(*f.template target<TargetType>() == target); in test_MemFunClass() 88 assert(f2.template target<TargetType>()); in test_MemFunClass() 89 assert(*f2.template target<TargetType>() == target); in test_MemFunClass()
|
| H A D | alloc_F.pass.cpp | 63 template <class TargetType, class FuncType, class AllocType> 68 TargetType target = &MemFunClass::foo; in test_MemFunClass() 72 assert(f2.template target<TargetType>()); in test_MemFunClass() 73 assert(*f2.template target<TargetType>() == target); in test_MemFunClass()
|
| /minix3/minix/drivers/power/acpi/executer/ |
| H A D | exstore.c | 251 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex() 420 ACPI_OBJECT_TYPE TargetType; in AcpiExStoreObjectToNode() local 428 TargetType = AcpiNsGetType (Node); in AcpiExStoreObjectToNode() 433 Node, AcpiUtGetTypeName (TargetType))); in AcpiExStoreObjectToNode() 439 Status = AcpiExResolveObject (&SourceDesc, TargetType, WalkState); in AcpiExStoreObjectToNode() 447 switch (TargetType) in AcpiExStoreObjectToNode()
|
| H A D | exstoren.c | 73 ACPI_OBJECT_TYPE TargetType, in AcpiExResolveObject() argument 85 switch (TargetType) in AcpiExResolveObject() 134 AcpiUtGetTypeName (TargetType))); in AcpiExResolveObject()
|
| H A D | exresolv.c | 201 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue() 251 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue() 454 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
|
| H A D | exoparg2.c | 414 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R() 425 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R() 436 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
|
| H A D | exoparg1.c | 977 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R() 1027 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
|
| H A D | exdump.c | 245 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 105 APSIntType TargetType(To); in Convert() 106 if (TargetType == APSIntType(From)) in Convert() 109 return getValue(TargetType.convert(From)); in Convert() 113 APSIntType TargetType = getAPSIntType(T); in Convert() local 114 if (TargetType == APSIntType(From)) in Convert() 117 return getValue(TargetType.convert(From)); in Convert()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 295 SVal StoreManager::evalDynamicCast(SVal Base, QualType TargetType, in evalDynamicCast() argument 304 TargetType = TargetType->getPointeeType(); in evalDynamicCast() 305 assert(!TargetType.isNull()); in evalDynamicCast() 306 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); in evalDynamicCast() 307 if (!TargetClass && !TargetType->isVoidType()) in evalDynamicCast() 320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in evalDynamicCast() 336 if (TargetType->isVoidType()) in evalDynamicCast()
|
| /minix3/minix/drivers/power/acpi/include/ |
| H A D | acobject.h | 434 UINT8 TargetType; /* Used for Index Op */ member
|
| H A D | acinterp.h | 559 ACPI_OBJECT_TYPE TargetType,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1124 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() local 1127 if (TargetType.isNull()) in TransformTemplateParmRefExpr() 1130 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExpr(TargetType, in TransformTemplateParmRefExpr()
|
| H A D | SemaOverload.cpp | 9799 const QualType& TargetType; member in __anon0f8216040911::AddressOfFunctionResolver 9818 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() argument 9819 : S(S), SourceExpr(SourceExpr), TargetType(TargetType), in AddressOfFunctionResolver() 9822 !!TargetType->getAs<MemberPointerType>()), in AddressOfFunctionResolver() 9883 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType() 10082 << TargetType << OvlExpr->getSourceRange(); in ComplainIsInvalidFormOfPointerToMemberFunction() 10097 << OvlExpr->getName() << TargetType; in ComplainOfInvalidConversion() 10141 QualType TargetType, in ResolveAddressOfOverloadedFunction() argument 10147 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType, in ResolveAddressOfOverloadedFunction()
|
| H A D | SemaTemplateDeduction.cpp | 4474 bool Complain, QualType TargetType) { in getMostSpecialized() argument 4534 if (!TargetType.isNull()) in getMostSpecialized() 4536 TargetType); in getMostSpecialized()
|
| H A D | SemaDeclCXX.cpp | 3286 QualType TargetType = SemaRef.BuildReferenceType( in CastForMoving() local 3290 TargetType, ExprLoc); in CastForMoving()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3181 const CXXRecordDecl *TargetType = TargetQT->getAsCXXRecordDecl(); in HandleBaseToDerivedCast() local 3187 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) { in HandleBaseToDerivedCast() 3194 return CastToDerivedClass(Info, E, Result, TargetType, NewEntriesSize); in HandleBaseToDerivedCast()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2371 QualType TargetType, 6254 bool Complain = true, QualType TargetType = QualType());
|