Home
last modified time | relevance | path

Searched refs:convertToInt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h78 return V.convertToInt(BitWidth, Signed, Overflow); in toInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h242 LLVM_ABI APSInt convertToInt(unsigned DstWidth, bool DstSign,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp469 APSInt APFixedPoint::convertToInt(unsigned DstWidth, bool DstSign, in convertToInt() function in llvm::APFixedPoint
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12342 llvm::APSInt IntResult = FXResult.convertToInt( in CheckImplicitConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15211 llvm::APSInt Result = Src.convertToInt( in VisitCastExpr()