Searched refs:ConvertedThis (Results 1 – 2 of 2) sorted by relevance
184 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() local186 APSInt ThisVal = ConvertedThis.getValue(); in add()208 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() local210 APSInt ThisVal = ConvertedThis.getValue(); in sub()232 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() local234 APSInt ThisVal = ConvertedThis.getValue(); in mul()289 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() local291 APSInt ThisVal = ConvertedThis.getValue(); in div()
6765 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument6775 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()6783 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()