Home
last modified time | relevance | path

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

12

/freebsd-13.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-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h159 APSIntType TargetType(To); in Convert()
160 if (TargetType == APSIntType(From)) in Convert()
163 return getValue(TargetType.convert(From)); in Convert()
167 APSIntType TargetType = getAPSIntType(T); in Convert() local
168 return Convert(TargetType, From); in Convert()
171 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() argument
172 if (TargetType == APSIntType(From)) in Convert()
175 return getValue(TargetType.convert(From)); in Convert()
H A DSMTConv.h317 APSIntType TargetType(ToWidth, !ToTy->isSignedIntegerOrEnumerationType()); in castAPSInt()
318 return TargetType.convert(V); in castAPSInt()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h4242 static TargetType to(SourceType src) { return (TargetType)src; }
4252 static TargetType to(SourceType src) {
4257 return (TargetType)src;
4267 return (TargetType)src;
4275 return (TargetType)src;
4285 return (TargetType)src;
4293 static TargetType to(SourceType src) { return (TargetType)src; }
4301 return (TargetType)src;
4310 return (TargetType)src;
4318 static TargetType to(SourceType src) { return (TargetType)src; }
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp316 SVal StoreManager::attemptDownCast(SVal Base, QualType TargetType, in attemptDownCast() argument
325 TargetType = TargetType->getPointeeType(); in attemptDownCast()
326 assert(!TargetType.isNull()); in attemptDownCast()
327 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); in attemptDownCast()
328 if (!TargetClass && !TargetType->isVoidType()) in attemptDownCast()
341 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in attemptDownCast()
357 if (TargetType->isVoidType()) in attemptDownCast()
390 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType)); in attemptDownCast()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp221 auto TargetType = guessType(Filename, &TypeCertain); in transferTo() local
223 if ((!TargetType || !TypeCertain) && Type) { in transferTo()
226 TargetType = in transferTo()
227 (!TargetType || types::onlyPrecompileType(TargetType)) // header? in transferTo()
231 const StringRef Flag = toCLFlag(TargetType); in transferTo()
236 Result.CommandLine.push_back(types::getTypeName(TargetType)); in transferTo()
241 if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) { in transferTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp638 Type *TargetType = CE->getType()->isPointerTy() in cloneConstantExprWithNewAddressSpace() local
649 return ConstantExpr::getBitCast(CE->getOperand(0), TargetType); in cloneConstantExprWithNewAddressSpace()
654 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType); in cloneConstantExprWithNewAddressSpace()
655 return ConstantExpr::getAddrSpaceCast(CE, TargetType); in cloneConstantExprWithNewAddressSpace()
665 CE->getOperand(0), ConstantExpr::getAddrSpaceCast(Src0, TargetType), in cloneConstantExprWithNewAddressSpace()
666 ConstantExpr::getAddrSpaceCast(Src1, TargetType)); in cloneConstantExprWithNewAddressSpace()
674 return ConstantExpr::getBitCast(Src, TargetType); in cloneConstantExprWithNewAddressSpace()
712 NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace()
716 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h875 Type *TargetType = nullptr; variable
883 TargetType = GTI.getIndexedType();
898 if (isa<ScalableVectorType>(TargetType))
916 TargetType, const_cast<GlobalValue *>(BaseGV),
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbobject.c453 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacobject.h550 UINT8 TargetType; /* Used for Index Op */ member
H A Dacinterp.h724 ACPI_OBJECT_TYPE TargetType,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h428 TypeNode *TargetType = nullptr; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1467 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() local
1470 if (TargetType.isNull()) in TransformTemplateParmRefExpr()
1473 QualType ExprType = TargetType.getNonLValueExprType(SemaRef.Context); in TransformTemplateParmRefExpr()
1474 if (TargetType->isRecordType()) in TransformTemplateParmRefExpr()
1478 ExprType, TargetType->isReferenceType() ? VK_LValue : VK_PRValue, in TransformTemplateParmRefExpr()
H A DSemaCoroutine.cpp1596 QualType TargetType = S.BuildReferenceType( in castForMoving() local
1600 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving()
H A DSemaOverload.cpp11868 const QualType& TargetType; member in __anon041893451b11::AddressOfFunctionResolver
11888 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() argument
11889 : S(S), SourceExpr(SourceExpr), TargetType(TargetType), in AddressOfFunctionResolver()
11892 !!TargetType->getAs<MemberPointerType>()), in AddressOfFunctionResolver()
12001 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType()
12219 << TargetType << OvlExpr->getSourceRange(); in ComplainIsInvalidFormOfPointerToMemberFunction()
12234 << OvlExpr->getName() << TargetType; in ComplainOfInvalidConversion()
12278 QualType TargetType, in ResolveAddressOfOverloadedFunction() argument
12284 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType, in ResolveAddressOfOverloadedFunction()
H A DSemaTemplateDeduction.cpp5358 bool Complain, QualType TargetType) { in getMostSpecialized() argument
5419 if (!TargetType.isNull()) in getMostSpecialized()
5420 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType); in getMostSpecialized()
H A DSemaChecking.cpp12342 static void checkObjCArrayLiteral(Sema &S, QualType TargetType,
12346 checkObjCDictionaryLiteral(Sema &S, QualType TargetType,
12382 static void checkObjCArrayLiteral(Sema &S, QualType TargetType, in checkObjCArrayLiteral() argument
12387 const auto *TargetObjCPtr = TargetType->getAs<ObjCObjectPointerType>(); in checkObjCArrayLiteral()
12411 checkObjCDictionaryLiteral(Sema &S, QualType TargetType, in checkObjCDictionaryLiteral() argument
12416 const auto *TargetObjCPtr = TargetType->getAs<ObjCObjectPointerType>(); in checkObjCDictionaryLiteral()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp371 TargetType->output(OS, Flags); in output()
H A DMicrosoftDemangle.cpp725 COIN->TargetType = FSN->Signature->ReturnType; in demangleEncodedSymbol()
746 if (!COIN->TargetType) { in demangleDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3412 llvm::Type *TargetType = FnType->getParamType(I); in emitOutlinedFunctionCall() local
3414 if (!TargetType->isPointerTy()) { in emitOutlinedFunctionCall()
3422 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(TargetArg, TargetType)); in emitOutlinedFunctionCall()

12