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.cpp190 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() local
192 APSInt ThisVal = ConvertedThis.getValue(); in add()
214 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() local
216 APSInt ThisVal = ConvertedThis.getValue(); in sub()
238 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() local
240 APSInt ThisVal = ConvertedThis.getValue(); in mul()
295 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() local
297 APSInt ThisVal = ConvertedThis.getValue(); in div()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7131 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument
7141 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()
7149 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()