Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp184 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() local
186 APSInt ThisVal = ConvertedThis.getValue(); in add()
208 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() local
210 APSInt ThisVal = ConvertedThis.getValue(); in sub()
232 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() local
234 APSInt ThisVal = ConvertedThis.getValue(); in mul()
289 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() local
291 APSInt ThisVal = ConvertedThis.getValue(); in div()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp6765 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument
6775 ConvertedThis = R.get(); in convertArgsForAvailabilityChecks()
6783 ConvertedThis = nullptr; in convertArgsForAvailabilityChecks()