Searched refs:PointerArg (Results 1 – 2 of 2) sorted by relevance
776 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1); in CheckARMBuiltinExclusiveCall() local777 ExprResult PointerArgRes = DefaultFunctionArrayLvalueConversion(PointerArg); in CheckARMBuiltinExclusiveCall()780 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()782 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall()785 << PointerArg->getType() << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()802 << PointerArg->getType() in CheckARMBuiltinExclusiveCall()804 << AA_Passing << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()809 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()812 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()814 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg); in CheckARMBuiltinExclusiveCall()[all …]
1250 if (const PointerType *PointerArg = Arg->getAs<PointerType>()) { in DeduceTemplateArgumentsByTypeMatch() local1251 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()1252 } else if (const ObjCObjectPointerType *PointerArg in DeduceTemplateArgumentsByTypeMatch() local1254 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()