Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp159 static bool isWideEnoughToHold(const ASTContext &Context, in isWideEnoughToHold() function
167 static bool isWideEnoughToHold(const ASTContext &Context, in isWideEnoughToHold() function
262 if (!isWideEnoughToHold(Context, IntegerConstant, *ToType)) in handleIntegralCast()
267 if (!isWideEnoughToHold(Context, *FromType, *ToType)) in handleIntegralCast()
287 if (!isWideEnoughToHold(Context, IntegerConstant, *ToType)) in handleIntegralToFloating()
292 if (!isWideEnoughToHold(Context, *FromType, *ToType)) in handleIntegralToFloating()