Searched refs:ExpectedType (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp79 using ExpectedType = llvm::Expected<QualType>;
140 class ASTNodeImporter : public TypeVisitor<ASTNodeImporter, ExpectedType>,
346 using TypeVisitor<ASTNodeImporter, ExpectedType>::Visit;
351 ExpectedType VisitType(const Type *T);
352 ExpectedType VisitAtomicType(const AtomicType *T);
353 ExpectedType VisitBuiltinType(const BuiltinType *T);
354 ExpectedType VisitDecayedType(const DecayedType *T);
355 ExpectedType VisitComplexType(const ComplexType *T);
356 ExpectedType VisitPointerType(const PointerType *T);
357 ExpectedType VisitBlockPointerTyp
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c194 ACPI_OBJECT_TYPE ExpectedType,
923 * ExpectedType - Object type expected from the read
938 ACPI_OBJECT_TYPE ExpectedType,
981 if (RetValue->Type != ExpectedType)
984 AcpiUtGetTypeName (ExpectedType),
936 AcpiDbReadFromObject( ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_TYPE ExpectedType, ACPI_OBJECT **Value) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp43 Twine ExpectedType) {
45 ExpectedType + " (node id=" + ID +
42 typeError(StringRef ID, const ASTNodeKind &Kind, Twine ExpectedType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h148 Type *ExpectedType);
H A DAArch64TargetTransformInfo.cpp796 Type *ExpectedType) {
804 StructType *ST = dyn_cast<StructType>(ExpectedType);
814 Value *Res = UndefValue::get(ExpectedType);
825 if (Inst->getType() == ExpectedType)
795 getOrCreateResultFromMemIntrinsic(IntrinsicInst *Inst, Type *ExpectedType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1053 Type *ExpectedType) const;
1365 Type *ExpectedType) = 0;
1807 Type *ExpectedType) override {
1808 return Impl.getOrCreateResultFromMemIntrinsic(Inst, ExpectedType);
H A DTargetTransformInfoImpl.h532 Type *ExpectedType) {
531 getOrCreateResultFromMemIntrinsic(IntrinsicInst *Inst, Type *ExpectedType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp764 IntrinsicInst *Inst, Type *ExpectedType) const {
765 return TTIImpl->getOrCreateResultFromMemIntrinsic(Inst, ExpectedType);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp739 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const {
746 ExpectedType);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1902 RecTy *ExpectedType = ExpectedArg->getType(); local
1903 if (!TI->getType()->typeIsConvertibleTo(ExpectedType)) {
1908 ExpectedType->getAsString() + "': " + TI->getAsString());
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp379 unsigned SecNdx, unsigned ExpectedType) {
389 if ((*SymtabOrErr)->sh_type != ExpectedType)
396 ExpectedType) +
378 getLinkAsSymtab(const ELFFile<ELFT> *Obj, const typename ELFT::Shdr *Sec, unsigned SecNdx, unsigned ExpectedType) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1108 QualType ExpectedType local
1114 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1630 MVT ExpectedType = (type == MVT::v2f16)? MVT::f16 : local
1634 return canLosslesslyConvertToFPType(FPLiteral, ExpectedType);

Completed in 154 milliseconds