Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFixedPoint.h168 APSInt convertToInt(unsigned DstWidth, bool DstSign,
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFixedPoint.cpp415 APSInt APFixedPoint::convertToInt(unsigned DstWidth, bool DstSign, in convertToInt() function in llvm::APFixedPoint
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp13490 llvm::APSInt Result = Src.convertToInt( in VisitCastExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp13784 llvm::APSInt IntResult = FXResult.convertToInt( in CheckImplicitConversion()