Home
last modified time | relevance | path

Searched full:targettype (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h170 APSIntType TargetType(To); in Convert()
171 if (TargetType == APSIntType(From)) in Convert()
174 return getValue(TargetType.convert(From)); in Convert()
178 APSIntType TargetType = getAPSIntType(T); in Convert() local
179 return Convert(TargetType, From); in Convert()
182 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() argument
183 if (TargetType == APSIntType(From)) in Convert()
186 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXDeleteChecker.cpp167 QualType TargetType = in checkTypedDeleteExpr() local
170 OS << "Deleting an array of '" << TargetType.getAsString() in checkTypedDeleteExpr()
197 QualType TargetType = CastE->getType()->getPointeeType(); in VisitNode() local
199 if (SourceType.isNull() || TargetType.isNull() || SourceType == TargetType) in VisitNode()
215 << TargetType.getAsString() << "' here"; in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp317 QualType TargetType) { in evalBaseToDerived() argument
323 TargetType = TargetType->getPointeeType(); in evalBaseToDerived()
324 assert(!TargetType.isNull()); in evalBaseToDerived()
325 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); in evalBaseToDerived()
326 if (!TargetClass && !TargetType->isVoidType()) in evalBaseToDerived()
339 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in evalBaseToDerived()
355 if (TargetType->isVoidType()) in evalBaseToDerived()
388 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType)); in evalBaseToDerived()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h4779 template <typename SourceType, typename TargetType,
4780 bool isSourceSmaller = (sizeof(SourceType) < sizeof(TargetType)),
4781 bool isSourceEqual = (sizeof(SourceType) == sizeof(TargetType)),
4783 bool isTargetSigned = std::is_signed<TargetType>::value>
4787 template <typename SourceType, typename TargetType>
4788 struct kmp_convert<SourceType, TargetType, true, false, true, true> {
4789 static TargetType to(SourceType src) { return (TargetType)src; }
4792 template <typename SourceType, typename TargetType>
4793 struct kmp_convert<SourceType, TargetType, false, true, true, true> {
4794 static TargetType to(SourceType src) { return src; }
[all …]
/freebsd/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.c168 * TargetType - Current type of the target
181 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()
358 "Unknown TargetType 0x%X in Index/Reference object %p", 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.c1128 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
1177 "Unknown Index TargetType 0x%X in reference object %p", in AcpiExOpcode_1A_0T_1R()
1178 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dapple.yaml39 compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform";
41 <targettype> represents the board/device and comes from the `target-type`
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources28 TARGETTYPE=LIBRARY
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp709 Type *TargetType = in cloneConstantExprWithNewAddressSpace() local
720 return ConstantExpr::getBitCast(CE->getOperand(0), TargetType); in cloneConstantExprWithNewAddressSpace()
725 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType); in cloneConstantExprWithNewAddressSpace()
726 return ConstantExpr::getAddrSpaceCast(CE, TargetType); in cloneConstantExprWithNewAddressSpace()
733 return ConstantExpr::getBitCast(Src, TargetType); in cloneConstantExprWithNewAddressSpace()
770 return CE->getWithOperands(NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace()
774 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1079 Type *TargetType = nullptr; in getGEPCost() local
1082 // the basis, therefore TargetType is a nullptr. in getGEPCost()
1087 TargetType = GTI.getIndexedType(); in getGEPCost()
1102 if (TargetType->isScalableTy()) in getGEPCost()
1129 AccessType = TargetType; in getGEPCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2826 // "Lower" the BuiltinType into TargetType. The following get<...>Type methods in lowerBuiltinType()
2830 SPIRVType *TargetType; in lowerBuiltinType() local
2833 TargetType = getImageType(BuiltinType, AccessQual, MIRBuilder, GR); in lowerBuiltinType()
2836 TargetType = getPipeType(BuiltinType, MIRBuilder, GR); in lowerBuiltinType()
2839 TargetType = GR->getOrCreateOpTypeDeviceEvent(MIRBuilder); in lowerBuiltinType()
2842 TargetType = getSamplerType(MIRBuilder, GR); in lowerBuiltinType()
2845 TargetType = getSampledImageType(BuiltinType, MIRBuilder, GR); in lowerBuiltinType()
2848 TargetType = getCoopMatrType(BuiltinType, MIRBuilder, GR); in lowerBuiltinType()
2851 TargetType = in lowerBuiltinType()
2859 buildOpName(GR->getSPIRVTypeID(TargetType), Name, MIRBuilder); in lowerBuiltinType()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h175 void checkDictionaryLiteral(QualType TargetType,
180 void checkArrayLiteral(QualType TargetType, ObjCArrayLiteral *ArrayLiteral);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2356 void SemaObjC::checkArrayLiteral(QualType TargetType, in checkArrayLiteral() argument
2361 const auto *TargetObjCPtr = TargetType->getAs<ObjCObjectPointerType>(); in checkArrayLiteral()
2382 QualType TargetType, ObjCDictionaryLiteral *DictionaryLiteral) { in checkDictionaryLiteral() argument
2386 const auto *TargetObjCPtr = TargetType->getAs<ObjCObjectPointerType>(); in checkDictionaryLiteral()
H A DSemaTemplateInstantiate.cpp2081 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() local
2084 if (TargetType.isNull()) in TransformTemplateParmRefExpr()
2087 QualType ExprType = TargetType.getNonLValueExprType(SemaRef.Context); in TransformTemplateParmRefExpr()
2088 if (TargetType->isRecordType()) in TransformTemplateParmRefExpr()
2092 ExprType, TargetType->isReferenceType() ? VK_LValue : VK_PRValue, in TransformTemplateParmRefExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h425 TypeNode *TargetType = nullptr; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dacinterp.h724 ACPI_OBJECT_TYPE TargetType,
H A Dacobject.h552 UINT8 TargetType; /* Used for Index Op */ member
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp369 TargetType->output(OB, Flags); in output()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbobject.c453 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2135 auto TargetType = Node->getType(); in VisitCXXFunctionalCastExpr() local
2136 auto *Auto = TargetType->getContainedDeducedType(); in VisitCXXFunctionalCastExpr()
2142 TargetType.print(OS, Policy); in VisitCXXFunctionalCastExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1835 llvm::Type *TargetType = FnType->getParamType(I); in emitOutlinedFunctionCall() local
1837 if (!TargetType->isPointerTy()) { in emitOutlinedFunctionCall()
1842 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(NativeArg, TargetType)); in emitOutlinedFunctionCall()

12