Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp200 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() local
202 APSInt ThisVal = ConvertedThis.getValue(); in add()
224 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() local
226 APSInt ThisVal = ConvertedThis.getValue(); in sub()
248 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() local
250 APSInt ThisVal = ConvertedThis.getValue(); in mul()
306 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() local
308 APSInt ThisVal = ConvertedThis.getValue(); in div()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7399 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument
7409 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()
7417 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()