Searched refs:ConvertedThis (Results 1 – 2 of 2) sorted by relevance
200 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() local202 APSInt ThisVal = ConvertedThis.getValue(); in add()224 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() local226 APSInt ThisVal = ConvertedThis.getValue(); in sub()248 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() local250 APSInt ThisVal = ConvertedThis.getValue(); in mul()306 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() local308 APSInt ThisVal = ConvertedThis.getValue(); in div()
7399 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument7409 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()7417 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()