Home
last modified time | relevance | path

Searched refs:TargetType (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexstore.c359 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
529 ACPI_OBJECT_TYPE TargetType; in AcpiExStoreObjectToNode() local
537 TargetType = AcpiNsGetType (Node); in AcpiExStoreObjectToNode()
542 Node, AcpiUtGetTypeName (TargetType))); in AcpiExStoreObjectToNode()
566 switch (TargetType) in AcpiExStoreObjectToNode()
614 Status = AcpiExResolveObject (&SourceDesc, TargetType, WalkState); in AcpiExStoreObjectToNode()
622 switch (TargetType) in AcpiExStoreObjectToNode()
H A Dexstoren.c181 ACPI_OBJECT_TYPE TargetType, in AcpiExResolveObject() argument
193 switch (TargetType) in AcpiExResolveObject()
242 AcpiUtGetTypeName (TargetType))); in AcpiExResolveObject()
H A Dexresolv.c309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
359 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue()
587 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
H A Dexoparg2.c526 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
539 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
552 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
H A Dexoparg1.c1110 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
1160 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
H A Dexdump.c353 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp315 SVal StoreManager::attemptDownCast(SVal Base, QualType TargetType, in attemptDownCast() argument
324 TargetType = TargetType->getPointeeType(); in attemptDownCast()
325 assert(!TargetType.isNull()); in attemptDownCast()
326 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); in attemptDownCast()
327 if (!TargetClass && !TargetType->isVoidType()) in attemptDownCast()
340 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in attemptDownCast()
356 if (TargetType->isVoidType()) in attemptDownCast()
389 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType)); in attemptDownCast()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h152 APSIntType TargetType(To); in Convert()
153 if (TargetType == APSIntType(From)) in Convert()
156 return getValue(TargetType.convert(From)); in Convert()
160 APSIntType TargetType = getAPSIntType(T); in Convert() local
161 if (TargetType == APSIntType(From)) in Convert()
164 return getValue(TargetType.convert(From)); in Convert()
H A DSMTConv.h314 APSIntType TargetType(ToWidth, !ToTy->isSignedIntegerOrEnumerationType()); in castAPSInt()
315 return TargetType.convert(V); in castAPSInt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp207 auto TargetType = guessType(Filename, &TypeCertain); in transferTo() local
209 if (TargetType != types::TY_INVALID && !TypeCertain && Type) { in transferTo()
210 TargetType = types::onlyPrecompileType(TargetType) // header? in transferTo()
214 const StringRef Flag = toCLFlag(TargetType); in transferTo()
219 Result.CommandLine.push_back(types::getTypeName(TargetType)); in transferTo()
224 if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) { in transferTo()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp508 Type *TargetType = in cloneConstantExprWithNewAddressSpace() local
517 return ConstantExpr::getBitCast(CE->getOperand(0), TargetType); in cloneConstantExprWithNewAddressSpace()
522 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType); in cloneConstantExprWithNewAddressSpace()
523 return ConstantExpr::getAddrSpaceCast(CE, TargetType); in cloneConstantExprWithNewAddressSpace()
533 CE->getOperand(0), ConstantExpr::getAddrSpaceCast(Src0, TargetType), in cloneConstantExprWithNewAddressSpace()
534 ConstantExpr::getAddrSpaceCast(Src1, TargetType)); in cloneConstantExprWithNewAddressSpace()
566 NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace()
570 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h730 Type *TargetType = nullptr; in getGEPCost() local
738 TargetType = GTI.getIndexedType(); in getGEPCost()
770 TargetType, const_cast<GlobalValue *>(BaseGV), in getGEPCost()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacobject.h548 UINT8 TargetType; /* Used for Index Op */ member
H A Dacinterp.h724 ACPI_OBJECT_TYPE TargetType,
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbobject.c453 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h402 TypeNode *TargetType = nullptr; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1210 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() local
1213 if (TargetType.isNull()) in TransformTemplateParmRefExpr()
1217 TargetType.getNonLValueExprType(SemaRef.Context), in TransformTemplateParmRefExpr()
1218 TargetType->isReferenceType() ? VK_LValue : VK_RValue, NTTP, in TransformTemplateParmRefExpr()
H A DSemaCoroutine.cpp1473 QualType TargetType = S.BuildReferenceType( in castForMoving() local
1477 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving()
H A DSemaOverload.cpp10968 const QualType& TargetType; member in __anon832832a01811::AddressOfFunctionResolver
10988 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() argument
10989 : S(S), SourceExpr(SourceExpr), TargetType(TargetType), in AddressOfFunctionResolver()
10992 !!TargetType->getAs<MemberPointerType>()), in AddressOfFunctionResolver()
11101 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
11319 << TargetType << OvlExpr->getSourceRange(); in ComplainIsInvalidFormOfPointerToMemberFunction()
11334 << OvlExpr->getName() << TargetType; in ComplainOfInvalidConversion()
11378 QualType TargetType, in ResolveAddressOfOverloadedFunction() argument
11384 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType, in ResolveAddressOfOverloadedFunction()
H A DSemaTemplateDeduction.cpp4932 bool Complain, QualType TargetType) { in getMostSpecialized() argument
4993 if (!TargetType.isNull()) in getMostSpecialized()
4994 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType); in getMostSpecialized()
H A DSemaChecking.cpp10737 static void checkObjCArrayLiteral(Sema &S, QualType TargetType,
10741 checkObjCDictionaryLiteral(Sema &S, QualType TargetType,
10777 static void checkObjCArrayLiteral(Sema &S, QualType TargetType, in checkObjCArrayLiteral() argument
10782 const auto *TargetObjCPtr = TargetType->getAs<ObjCObjectPointerType>(); in checkObjCArrayLiteral()
10806 checkObjCDictionaryLiteral(Sema &S, QualType TargetType, in checkObjCDictionaryLiteral() argument
10811 const auto *TargetObjCPtr = TargetType->getAs<ObjCObjectPointerType>(); in checkObjCDictionaryLiteral()
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp362 TargetType->output(OS, Flags); in output()
H A DMicrosoftDemangle.cpp692 COIN->TargetType = FSN->Signature->ReturnType; in demangleEncodedSymbol()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp4048 llvm::Type *TargetType = FnType->getParamType(I); in emitOutlinedFunctionCall() local
4050 if (!TargetType->isPointerTy()) { in emitOutlinedFunctionCall()
4058 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(TargetArg, TargetType)); in emitOutlinedFunctionCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3823 const CXXRecordDecl *TargetType = TargetQT->getAsCXXRecordDecl(); in HandleBaseToDerivedCast() local
3829 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) { in HandleBaseToDerivedCast()
3836 return CastToDerivedClass(Info, E, Result, TargetType, NewEntriesSize); in HandleBaseToDerivedCast()

12