Searched refs:PointerArg (Results 1 – 2 of 2) sorted by relevance
664 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1); in CheckARMBuiltinExclusiveCall() local665 ExprResult PointerArgRes = DefaultFunctionArrayLvalueConversion(PointerArg); in CheckARMBuiltinExclusiveCall()668 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()670 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall()673 << PointerArg->getType() << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()690 << PointerArg->getType() in CheckARMBuiltinExclusiveCall()692 << AA_Passing << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()697 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()700 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()702 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg); in CheckARMBuiltinExclusiveCall()[all …]
1286 if (const PointerType *PointerArg = Arg->getAs<PointerType>()) { in DeduceTemplateArgumentsByTypeMatch() local1287 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()1288 } else if (const ObjCObjectPointerType *PointerArg in DeduceTemplateArgumentsByTypeMatch() local1290 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()