HomeSort by: relevance | last modified time | path
    Searched defs:TargetType (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exstore.c 251 switch (IndexDesc->Reference.TargetType)
421 ACPI_OBJECT_TYPE TargetType;
429 TargetType = AcpiNsGetType (Node);
434 Node, AcpiUtGetTypeName (TargetType)));
458 switch (TargetType)
506 Status = AcpiExResolveObject (&SourceDesc, TargetType, WalkState);
514 switch (TargetType)
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
sql-wrap.c 212 SQLSMALLINT TargetType;
250 TargetType = SQL_C_BINARY;
259 TargetType = SQL_C_CHAR;
263 TargetType,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 157 APSIntType TargetType(To);
158 if (TargetType == APSIntType(From))
161 return getValue(TargetType.convert(From));
165 APSIntType TargetType = getAPSIntType(T);
166 return Convert(TargetType, From);
169 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) {
170 if (TargetType == APSIntType(From))
173 return getValue(TargetType.convert(From));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
InterpolatingCompilationDatabase.cpp 217 auto TargetType = guessType(Filename, &TypeCertain);
219 if ((!TargetType || !TypeCertain) && Type) {
222 TargetType =
223 (!TargetType || types::onlyPrecompileType(TargetType)) // header?
227 const StringRef Flag = toCLFlag(TargetType);
232 Result.CommandLine.push_back(types::getTypeName(TargetType));
237 if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 637 Type *TargetType =
646 return ConstantExpr::getBitCast(CE->getOperand(0), TargetType);
651 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType);
652 return ConstantExpr::getAddrSpaceCast(CE, TargetType);
662 CE->getOperand(0), ConstantExpr::getAddrSpaceCast(Src0, TargetType),
663 ConstantExpr::getAddrSpaceCast(Src1, TargetType));
671 return ConstantExpr::getBitCast(Src, TargetType);
709 NewOperands, TargetType, /*OnlyIfReduced=*/false,
713 return CE->getWithOperands(NewOperands, TargetType);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 1467 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs,
1470 if (TargetType.isNull())
1473 QualType ExprType = TargetType.getNonLValueExprType(SemaRef.Context);
1474 if (TargetType->isRecordType())
1478 ExprType, TargetType->isReferenceType() ? VK_LValue : VK_RValue, NTTP,
SemaCoroutine.cpp 1632 QualType TargetType = S.BuildReferenceType(
1636 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 872 Type *TargetType = nullptr;
875 // the basis, therefore TargetType is a nullptr.
880 TargetType = GTI.getIndexedType();
895 if (isa<ScalableVectorType>(TargetType))
913 TargetType, const_cast<GlobalValue *>(BaseGV),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 427 TypeNode *TargetType = nullptr;
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 444 UINT8 TargetType; /* Used for Index Op */

Completed in 52 milliseconds