Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp973 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() || in checkIncorrectRelationalOperator() local
980 return TryResult(IntFirst == IntLarger); in checkIncorrectRelationalOperator()
984 return TryResult(IntFirst != IntLarger); in checkIncorrectRelationalOperator()