Searched refs:PointerArg (Results 1 – 2 of 2) sorted by relevance
481 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1); in CheckARMBuiltinExclusiveCall() local482 ExprResult PointerArgRes = DefaultFunctionArrayLvalueConversion(PointerArg); in CheckARMBuiltinExclusiveCall()485 PointerArg = PointerArgRes.take(); in CheckARMBuiltinExclusiveCall()487 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall()490 << PointerArg->getType() << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()507 << PointerArg->getType() in CheckARMBuiltinExclusiveCall()509 << AA_Passing << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()514 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()517 PointerArg = PointerArgRes.take(); in CheckARMBuiltinExclusiveCall()519 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg); in CheckARMBuiltinExclusiveCall()[all …]
1227 if (const PointerType *PointerArg = Arg->getAs<PointerType>()) { in DeduceTemplateArgumentsByTypeMatch() local1228 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()1229 } else if (const ObjCObjectPointerType *PointerArg in DeduceTemplateArgumentsByTypeMatch() local1231 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()