Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp296 void NarrowingConversionsCheck::handleFloatingToIntegral( in handleFloatingToIntegral() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck
384 return handleFloatingToIntegral(Context, SourceLoc, Lhs, Rhs); in handleBinaryOperator()
427 return handleFloatingToIntegral(Context, SourceLoc, Lhs, Rhs); in handleImplicitCast()
DNarrowingConversionsCheck.h69 void handleFloatingToIntegral(const ASTContext &Context,