Searched refs:PointerArg (Results 1 – 2 of 2) sorted by relevance
2349 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1); in CheckARMBuiltinExclusiveCall() local2350 ExprResult PointerArgRes = DefaultFunctionArrayLvalueConversion(PointerArg); in CheckARMBuiltinExclusiveCall()2353 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()2355 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall()2358 << PointerArg->getType() << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()2375 << PointerArg->getType() << Context.getPointerType(AddrType) in CheckARMBuiltinExclusiveCall()2376 << AA_Passing << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()2381 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()2384 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()2386 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg); in CheckARMBuiltinExclusiveCall()[all …]
1673 if (const PointerType *PointerArg = Arg->getAs<PointerType>()) { in DeduceTemplateArgumentsByTypeMatch() local1674 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()1675 } else if (const ObjCObjectPointerType *PointerArg in DeduceTemplateArgumentsByTypeMatch() local1677 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()