Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6578 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument
6588 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()
6596 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()