Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.h69 void handleFloatingToIntegral(const ASTContext &Context,
H A DNarrowingConversionsCheck.cpp442 void NarrowingConversionsCheck::handleFloatingToIntegral( in handleFloatingToIntegral() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck
526 return handleFloatingToIntegral(Context, SourceLoc, Lhs, Rhs); in handleBinaryOperator()
569 return handleFloatingToIntegral(Context, SourceLoc, Lhs, Rhs); in handleImplicitCast()