Searched refs:ConvertedThis (Results 1 – 2 of 2) sorted by relevance
179 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() local181 APSInt ThisVal = ConvertedThis.getValue(); in add()203 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() local205 APSInt ThisVal = ConvertedThis.getValue(); in sub()227 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() local229 APSInt ThisVal = ConvertedThis.getValue(); in mul()284 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() local286 APSInt ThisVal = ConvertedThis.getValue(); in div()
6582 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument6592 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()6600 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()