Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp911 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() || in checkIncorrectRelationalOperator() local
918 return TryResult(IntFirst == IntLarger); in checkIncorrectRelationalOperator()
922 return TryResult(IntFirst != IntLarger); in checkIncorrectRelationalOperator()