Searched refs:ConvertedThis (Results 1 – 2 of 2) sorted by relevance
190 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() local192 APSInt ThisVal = ConvertedThis.getValue(); in add()214 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() local216 APSInt ThisVal = ConvertedThis.getValue(); in sub()238 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() local240 APSInt ThisVal = ConvertedThis.getValue(); in mul()295 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() local297 APSInt ThisVal = ConvertedThis.getValue(); in div()
7131 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument7141 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()7149 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()