Searched defs:ExpectedType (Results 1 – 15 of 15) sorted by relevance
348 QualType ExpectedType = DecodePPCMMATypeFromStr(Context, TypeStr, Mask); in BuiltinPPCMMACall() local
949 Sema *S, CallExpr *TheCall, QualType ExpectedType, in CheckArgsTypesAreCorrect()
1197 QualType ExpectedType = R.getSema().Context.getFunctionType( in LookupDirect() local
1026 ACPI_OBJECT_TYPE ExpectedType, in AcpiDbReadFromObject()
174 const TypeDescriptor &ExpectedType; member
42 Twine ExpectedType) { in typeError()
1207 Type *ExpectedType = in insertPtrCastOrAssignTypeInstr() local
697 unsigned ExpectedType = GR->getSPIRVTypeForVReg(ExpectedArg)->getOpcode(); in buildAtomicCompareExchangeInst() local
835 Type *ExpectedType) const { in getOrCreateResultFromMemIntrinsic()
2836 Type *ExpectedType) override { in getOrCreateResultFromMemIntrinsic()
3676 Type *ExpectedType) { in getOrCreateResultFromMemIntrinsic()
444 unsigned ExpectedType) { in getLinkAsSymtab()
6833 const Type *ExpectedType = Inst->getType(); in isSafeToSpeculativelyExecuteWithOpcode() local
2135 MVT ExpectedType = (type == MVT::v2f16) ? MVT::f16 in isLiteralImm() local
79 using ExpectedType = llvm::Expected<QualType>; typedef