Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp204 void NarrowingConversionsCheck::diagNarrowIntegerConstant( in diagNarrowIntegerConstant() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck
241 return diagNarrowIntegerConstant(SourceLoc, Lhs, Rhs, Constant.getInt()); in diagNarrowTypeOrConstant()
288 diagNarrowIntegerConstant(SourceLoc, Lhs, Rhs, IntegerConstant); in handleIntegralToFloating()
DNarrowingConversionsCheck.h40 void diagNarrowIntegerConstant(SourceLocation SourceLoc, const Expr &Lhs,