| /freebsd-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exstore.c | 359 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 D | exstoren.c | 181 ACPI_OBJECT_TYPE TargetType, in AcpiExResolveObject() argument 193 switch (TargetType) in AcpiExResolveObject() 242 AcpiUtGetTypeName (TargetType))); in AcpiExResolveObject()
|
| H A D | exresolv.c | 309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue() 359 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue() 587 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
|
| H A D | exoparg2.c | 526 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 D | exoparg1.c | 1110 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R() 1160 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
|
| H A D | exdump.c | 353 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 315 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 D | BasicValueFactory.h | 152 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 D | SMTConv.h | 314 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 D | InterpolatingCompilationDatabase.cpp | 207 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 D | InferAddressSpaces.cpp | 508 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 D | TargetTransformInfoImpl.h | 730 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 D | acobject.h | 548 UINT8 TargetType; /* Used for Index Op */ member
|
| H A D | acinterp.h | 724 ACPI_OBJECT_TYPE TargetType,
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbobject.c | 453 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 402 TypeNode *TargetType = nullptr; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1210 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 D | SemaCoroutine.cpp | 1473 QualType TargetType = S.BuildReferenceType( in castForMoving() local 1477 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving()
|
| H A D | SemaOverload.cpp | 10968 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 D | SemaTemplateDeduction.cpp | 4932 bool Complain, QualType TargetType) { in getMostSpecialized() argument 4993 if (!TargetType.isNull()) in getMostSpecialized() 4994 HandleFunctionTypeMismatch(PD, FD->getType(), TargetType); in getMostSpecialized()
|
| H A D | SemaChecking.cpp | 10737 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 D | MicrosoftDemangleNodes.cpp | 362 TargetType->output(OS, Flags); in output()
|
| H A D | MicrosoftDemangle.cpp | 692 COIN->TargetType = FSN->Signature->ReturnType; in demangleEncodedSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 4048 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 D | ExprConstant.cpp | 3823 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()
|