Home
last modified time | relevance | path

Searched refs:ConvertedThis (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp179 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() local
181 APSInt ThisVal = ConvertedThis.getValue(); in add()
203 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() local
205 APSInt ThisVal = ConvertedThis.getValue(); in sub()
227 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() local
229 APSInt ThisVal = ConvertedThis.getValue(); in mul()
284 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() local
286 APSInt ThisVal = ConvertedThis.getValue(); in div()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6582 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument
6592 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()
6600 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()