/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTImporter.cpp | 79 using ExpectedType = llvm::Expected<QualType>; typedef 140 class ASTNodeImporter : public TypeVisitor<ASTNodeImporter, ExpectedType>, 328 using TypeVisitor<ASTNodeImporter, ExpectedType>::Visit; 333 ExpectedType VisitType(const Type *T); 334 ExpectedType VisitAtomicType(const AtomicType *T); 335 ExpectedType VisitBuiltinType(const BuiltinType *T); 336 ExpectedType VisitDecayedType(const DecayedType *T); 337 ExpectedType VisitComplexType(const ComplexType *T); 338 ExpectedType VisitPointerType(const PointerType *T); 339 ExpectedType VisitBlockPointerType(const BlockPointerType *T); [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
H A D | dbtest.c | 95 ACPI_OBJECT_TYPE ExpectedType, 918 ACPI_OBJECT_TYPE ExpectedType, in AcpiDbReadFromObject() argument 962 if (RetValue->Type != ExpectedType) in AcpiDbReadFromObject() 965 AcpiUtGetTypeName (ExpectedType), in AcpiDbReadFromObject()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 42 Twine ExpectedType) { in typeError() argument 44 ExpectedType + " (node id=" + ID + in typeError()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 173 const TypeDescriptor &ExpectedType; member
|
H A D | ubsan_handlers.cpp | 659 << GivenClassStr << Data->ExpectedType; in handleInvalidObjCCast()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 829 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const { in getOrCreateResult() 837 return getOrCreateResultNonTargetMemIntrinsic(II, ExpectedType); in getOrCreateResult() 838 return TTI.getOrCreateResultFromMemIntrinsic(II, ExpectedType); in getOrCreateResult() 842 Type *ExpectedType) const { in getOrCreateResultNonTargetMemIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 205 Type *ExpectedType);
|
H A D | AArch64TargetTransformInfo.cpp | 1417 Type *ExpectedType) { in getOrCreateResultFromMemIntrinsic() argument 1425 StructType *ST = dyn_cast<StructType>(ExpectedType); in getOrCreateResultFromMemIntrinsic() 1435 Value *Res = UndefValue::get(ExpectedType); in getOrCreateResultFromMemIntrinsic() 1446 if (Inst->getType() == ExpectedType) in getOrCreateResultFromMemIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1259 Type *ExpectedType) const; 1682 Type *ExpectedType) = 0; 2205 Type *ExpectedType) override { in getOrCreateResultFromMemIntrinsic() argument 2206 return Impl.getOrCreateResultFromMemIntrinsic(Inst, ExpectedType); in getOrCreateResultFromMemIntrinsic()
|
H A D | TargetTransformInfoImpl.h | 657 Type *ExpectedType) const { in getOrCreateResultFromMemIntrinsic() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 935 IntrinsicInst *Inst, Type *ExpectedType) const { in getOrCreateResultFromMemIntrinsic() 936 return TTIImpl->getOrCreateResultFromMemIntrinsic(Inst, ExpectedType); in getOrCreateResultFromMemIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 1170 QualType ExpectedType in LookupDirect() local 1176 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType, in LookupDirect()
|
H A D | SemaChecking.cpp | 7032 QualType ExpectedType = DecodePPCMMATypeFromStr(Context, TypeStr, Mask); in SemaBuiltinPPCMMACall() local 7041 if ((ExpectedType->isVoidPointerType() && !ArgType->isPointerType()) || in SemaBuiltinPPCMMACall() 7042 (!ExpectedType->isVoidPointerType() && in SemaBuiltinPPCMMACall() 7043 ArgType.getCanonicalType() != ExpectedType)) in SemaBuiltinPPCMMACall() 7045 << ArgType << ExpectedType << 1 << 0 << 0; in SemaBuiltinPPCMMACall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 403 unsigned ExpectedType) { in getLinkAsSymtab() argument 410 if ((*SymtabOrErr)->sh_type != ExpectedType) in getLinkAsSymtab() 413 object::getELFSectionTypeName(Obj.getHeader().e_machine, ExpectedType) + in getLinkAsSymtab()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1889 MVT ExpectedType = (type == MVT::v2f16)? MVT::f16 : in isLiteralImm() local 1894 return canLosslesslyConvertToFPType(FPLiteral, ExpectedType); in isLiteralImm()
|