Searched refs:AddrType (Results 1 – 1 of 1) sorted by relevance
681 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local683 AddrType.addConst(); in CheckARMBuiltinExclusiveCall()687 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) { in CheckARMBuiltinExclusiveCall()691 << Context.getPointerType(AddrType) in CheckARMBuiltinExclusiveCall()696 AddrType = Context.getPointerType(AddrType); in CheckARMBuiltinExclusiveCall()697 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()